COLOR #5E5543

HEX: #5E5543
RGB: (94,85,67)

Color info

#5E5543 contains red, green and blue colors in about the same proportion. Web safe color of #5E5543 is #666633 (or #663).

RGB color model

#5E5543 color RGB value is (94,85,67).

  • red value is 94;
  • green value is 85;
  • blue value is 67.
RGB:
(94,85,67)
(37%,33%,26%)

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 67 of 255 = 26%

94
85
67

R + G + B ~ 32%. #5E5543 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 85 + 67 = 246 (100%)
R 94 of 246 ~ 38.21%
G 85 of 246 ~ 34.55%
B 67 of 246 ~ 27.24%

%38.21
%34.55
%27.24

CMYK color model

#5E5543 color CMYK value is (0,10,29,63).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 28.72%
  • key color value is 63.14%
CMYK:
(0,10,29,63)
C0M10Y29K63 
(0%,10%,29%,63%)
(0.00/0.10/0.29/0.63)	

CMYK percentages

%0
%9.57
%28.72
%63.14

Codes

Color #5E5543 in popluar color models

5E5543
RGB948567
HSL40°16.77%31.57%
HSB/HSV40°28.72%36.86%
CMYK0.00%9.57%28.72%
63.14%

Color #5E5543 in popluar number systems.

HEX5E5543
Decimal948567
Binary101111010101011000011
Octal136125103

Shades and tints

Shades of #5E5543

#5E5543
(94,85,67)
#564E3D
(86,78,61)
#4E4737
(78,71,55)
#464031
(70,64,49)
#3E392B
(62,57,43)
#363225
(54,50,37)
#2E2B1F
(46,43,31)
#262419
(38,36,25)
#1E1D13
(30,29,19)
#16160D
(22,22,13)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #5E5543

#5E5543
(94,85,67)
#6C6454
(108,100,84)
#7A7365
(122,115,101)
#888276
(136,130,118)
#969187
(150,145,135)
#A4A098
(164,160,152)
#B2AFA9
(178,175,169)
#C0BEBA
(192,190,186)
#CECDCB
(206,205,203)
#DCDCDC
(220,220,220)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5543 color. Also use rgb(94,85,67) instead hex code.

Text Font Color

.myTextColor { color: #5E5543; }

<p style="color:#5E5543">This sample text font color is #5E5543.</p>

This text font color is #5E5543.


Background Color

.myBgColor { background-color: #5E5543; }

<div style="background-color:#5E5543">Inner text</div>

This div background color is #5E5543.


Border color

.myBorderColor { border: 1px solid #5E5543; }

<div style="border:3px solid #5E5543">Div</div>

This div border color is #5E5543.


Opacity

.myOpacity80 { color: #5E5543; opacity: 0.8; }

<p style="color:#5E5543;opacity:0.8;">80%</p>

Text with #5E5543 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5E5543;}

<p style="text-shadow: 3px 3px 1px #5E5543">Text here.</p>

This text has shadow with #5E5543 color.

.textShadow {text-shadow: 3px 3px 1px #5E5543, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5E5543, 5px 5px 20px red">Text here.</p>

This text has shadow with #5E5543 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5E5543, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5E5543, Direction=45, Strength=4)">Text</p>

This text has shadow with #5E5543 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5E5543;
  -webkit-box-shadow:	1px 1px 3px 2px #5E5543;
  box-shadow:		1px 1px 3px 2px #5E5543;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5E5543;
-webkit-box-shadow: 1px 1px 3px 2px #5E5543;
box-shadow:1px 1px 3px 2px #5E5543;">
Div content here</div>
This div box has shadow with color #5E5543.

Preview

Color preview on black background

This text has color #5E5543 on black background.


Color preview on white background

This text has color #5E5543 on white background.



Black color preview on #5E5543 background

This text has black color on #5E5543 background.


White color preview on #5E5543 background

This text has white color on #5E5543 background.