COLOR #5E5C2F

HEX: #5E5C2F
RGB: (94,92,47)

Color info

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

RGB color model

#5E5C2F color RGB value is (94,92,47).

  • red value is 94;
  • green value is 92;
  • blue value is 47.
RGB:
(94,92,47)
(37%,36%,18%)

RGB channels and saturation

R 94 of 255 = 37%
G 92 of 255 = 36%
B 47 of 255 = 18%

94
92
47

R + G + B ~ 30%. #5E5C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 92 + 47 = 233 (100%)
R 94 of 233 ~ 40.34%
G 92 of 233 ~ 39.48%
B 47 of 233 ~ 20.17%

%40.34
%39.48
%20.17

CMYK color model

#5E5C2F color CMYK value is (0,2,50,63).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 50.00%
  • key color value is 63.14%
CMYK:
(0,2,50,63)
C0M2Y50K63 
(0%,2%,50%,63%)
(0.00/0.02/0.50/0.63)	

CMYK percentages

%0
%2.13
%50
%63.14

Codes

Color #5E5C2F in popluar color models

5E5C2F
RGB949247
HSL57°33.33%27.65%
HSB/HSV57°50.00%36.86%
CMYK0.00%2.13%50.00%
63.14%

Color #5E5C2F in popluar number systems.

HEX5E5C2F
Decimal949247
Binary10111101011100101111
Octal13613457

Shades and tints

Shades of #5E5C2F

#5E5C2F
(94,92,47)
#56542B
(86,84,43)
#4E4C27
(78,76,39)
#464423
(70,68,35)
#3E3C1F
(62,60,31)
#36341B
(54,52,27)
#2E2C17
(46,44,23)
#262413
(38,36,19)
#1E1C0F
(30,28,15)
#16140B
(22,20,11)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #5E5C2F

#5E5C2F
(94,92,47)
#6C6A41
(108,106,65)
#7A7853
(122,120,83)
#888665
(136,134,101)
#969477
(150,148,119)
#A4A289
(164,162,137)
#B2B09B
(178,176,155)
#C0BEAD
(192,190,173)
#CECCBF
(206,204,191)
#DCDAD1
(220,218,209)
#EAE8E3
(234,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5C2F color. Also use rgb(94,92,47) instead hex code.

Text Font Color

.myTextColor { color: #5E5C2F; }

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

This text font color is #5E5C2F.


Background Color

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

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

This div background color is #5E5C2F.


Border color

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

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

This div border color is #5E5C2F.


Opacity

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

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

Text with #5E5C2F 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 #5E5C2F;}

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

This text has shadow with #5E5C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5C2F on black background.


Color preview on white background

This text has color #5E5C2F on white background.



Black color preview on #5E5C2F background

This text has black color on #5E5C2F background.


White color preview on #5E5C2F background

This text has white color on #5E5C2F background.