#5E532D HEX RGB, HSL, CMYKHEXA #5E532D |
#5E532D
|
|
![]() ![]() ![]() |
#5E532D rgb(94,83,45) | = | 37% 255 | 33% 255 | 18% 255 | = | 0 100 | 12 100 | 52 100 | 63 100 |
|
|
|
|
|
|
|
|||
R: 94 | G: 83 | B: 45 | C: 0 cyan | M: 12 magenta | Y: 52 | K: 63 |
|||
Hexa |
|
<font color="#5E532D;">Text here</font> |
<div style="background-color:#5E532D;">Text here</div> |
HTML <div style="background-color:#000000"> <font color="#5E532D;">Text here</font> </div> |
HTML <div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#5E532D;">Text here</font> </div> |
#5E532D
| |
HTML <div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #5E532D;"></div> .box-shadow: 2px 2px 7px 1px; |
CSS .text-shadow: 1px 2px 2px #5E532D; |
#5E532D | |
#5E532D
|
|
HTML <div style="background-color:#FFFFFF; border:1px solid #5E532D;"></div> |
CSS with RGB .text-shadow: 0px 2px 2px rgba(94, 83, 45, 1.4); |
5E532D | script / programming |
HTML, CSS: | = #5E532D; rgb(94, 83, 45) |
Java: | = new Color(94, 83, 45) |
.NET: | = Color.FromArgb (94, 83, 45); |
Xojo: | = rgb (94, 83, 45, 0); |
openGL: | = glColor3f (0.37f, 0.33f, 0.18f); |
Swift: | = UIColor(red:0.37, green:0.33, blue:0.18, alpha:1.00000); |
Objective-C: | = [UIColor colorWithRed:0.37 green:0.33 blue:0.18 alpha:1.00000]; |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |