COLOR #5E5A1D

HEX: #5E5A1D
RGB: (94,90,29)

Color info

#5E5A1D contains mainly red and green colors. Web safe color of #5E5A1D is #666633 (or #663).

RGB color model

#5E5A1D color RGB value is (94,90,29).

  • red value is 94;
  • green value is 90;
  • blue value is 29.
RGB:
(94,90,29)
(37%,35%,11%)

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 29 of 255 = 11%

94
90
29

R + G + B ~ 28%. #5E5A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 90 + 29 = 213 (100%)
R 94 of 213 ~ 44.13%
G 90 of 213 ~ 42.25%
B 29 of 213 ~ 13.62%

%44.13
%42.25
%13.62

CMYK color model

#5E5A1D color CMYK value is (0,4,69,63).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 69.15%
  • key color value is 63.14%
CMYK:
(0,4,69,63)
C0M4Y69K63 
(0%,4%,69%,63%)
(0.00/0.04/0.69/0.63)	

CMYK percentages

%0
%4.26
%69.15
%63.14

Codes

Color #5E5A1D in popluar color models

5E5A1D
RGB949029
HSL56°52.85%24.12%
HSB/HSV56°69.15%36.86%
CMYK0.00%4.26%69.15%
63.14%

Color #5E5A1D in popluar number systems.

HEX5E5A1D
Decimal949029
Binary1011110101101011101
Octal13613235

Shades and tints

Shades of #5E5A1D

#5E5A1D
(94,90,29)
#56521B
(86,82,27)
#4E4A19
(78,74,25)
#464217
(70,66,23)
#3E3A15
(62,58,21)
#363213
(54,50,19)
#2E2A11
(46,42,17)
#26220F
(38,34,15)
#1E1A0D
(30,26,13)
#16120B
(22,18,11)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #5E5A1D

#5E5A1D
(94,90,29)
#6C6931
(108,105,49)
#7A7845
(122,120,69)
#888759
(136,135,89)
#96966D
(150,150,109)
#A4A581
(164,165,129)
#B2B495
(178,180,149)
#C0C3A9
(192,195,169)
#CED2BD
(206,210,189)
#DCE1D1
(220,225,209)
#EAF0E5
(234,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5A1D color. Also use rgb(94,90,29) instead hex code.

Text Font Color

.myTextColor { color: #5E5A1D; }

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

This text font color is #5E5A1D.


Background Color

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

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

This div background color is #5E5A1D.


Border color

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

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

This div border color is #5E5A1D.


Opacity

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

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

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

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

This text has shadow with #5E5A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5A1D on black background.


Color preview on white background

This text has color #5E5A1D on white background.



Black color preview on #5E5A1D background

This text has black color on #5E5A1D background.


White color preview on #5E5A1D background

This text has white color on #5E5A1D background.