COLOR #5E5A2C

HEX: #5E5A2C
RGB: (94,90,44)

Color info

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

RGB color model

#5E5A2C color RGB value is (94,90,44).

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

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 44 of 255 = 17%

94
90
44

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

Portions of RGB colors in percentages

R + G + B =
94 + 90 + 44 = 228 (100%)
R 94 of 228 ~ 41.23%
G 90 of 228 ~ 39.47%
B 44 of 228 ~ 19.3%

%41.23
%39.47
%19.3

CMYK color model

#5E5A2C color CMYK value is (0,4,53,63).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 53.19%
  • key color value is 63.14%
CMYK:
(0,4,53,63)
C0M4Y53K63 
(0%,4%,53%,63%)
(0.00/0.04/0.53/0.63)	

CMYK percentages

%0
%4.26
%53.19
%63.14

Codes

Color #5E5A2C in popluar color models

5E5A2C
RGB949044
HSL55°36.23%27.06%
HSB/HSV55°53.19%36.86%
CMYK0.00%4.26%53.19%
63.14%

Color #5E5A2C in popluar number systems.

HEX5E5A2C
Decimal949044
Binary10111101011010101100
Octal13613254

Shades and tints

Shades of #5E5A2C

#5E5A2C
(94,90,44)
#565228
(86,82,40)
#4E4A24
(78,74,36)
#464220
(70,66,32)
#3E3A1C
(62,58,28)
#363218
(54,50,24)
#2E2A14
(46,42,20)
#262210
(38,34,16)
#1E1A0C
(30,26,12)
#161208
(22,18,8)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #5E5A2C

#5E5A2C
(94,90,44)
#6C693F
(108,105,63)
#7A7852
(122,120,82)
#888765
(136,135,101)
#969678
(150,150,120)
#A4A58B
(164,165,139)
#B2B49E
(178,180,158)
#C0C3B1
(192,195,177)
#CED2C4
(206,210,196)
#DCE1D7
(220,225,215)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5A2C; }

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

This text font color is #5E5A2C.


Background Color

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

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

This div background color is #5E5A2C.


Border color

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

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

This div border color is #5E5A2C.


Opacity

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

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

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

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

This text has shadow with #5E5A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5A2C on black background.


Color preview on white background

This text has color #5E5A2C on white background.



Black color preview on #5E5A2C background

This text has black color on #5E5A2C background.


White color preview on #5E5A2C background

This text has white color on #5E5A2C background.