COLOR #5E4E13

HEX: #5E4E13
RGB: (94,78,19)

Color info

#5E4E13 contains mainly red and green colors. Web safe color of #5E4E13 is #666600 (or #660).

RGB color model

#5E4E13 color RGB value is (94,78,19).

  • red value is 94;
  • green value is 78;
  • blue value is 19.
RGB:
(94,78,19)
(37%,31%,7%)

RGB channels and saturation

R 94 of 255 = 37%
G 78 of 255 = 31%
B 19 of 255 = 7%

94
78
19

R + G + B ~ 25%. #5E4E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 78 + 19 = 191 (100%)
R 94 of 191 ~ 49.21%
G 78 of 191 ~ 40.84%
B 19 of 191 ~ 9.95%

%49.21
%40.84
%9.95

CMYK color model

#5E4E13 color CMYK value is (0,17,80,63).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 79.79%
  • key color value is 63.14%
CMYK:
(0,17,80,63)
C0M17Y80K63 
(0%,17%,80%,63%)
(0.00/0.17/0.80/0.63)	

CMYK percentages

%0
%17.02
%79.79
%63.14

Codes

Color #5E4E13 in popluar color models

5E4E13
RGB947819
HSL47°66.37%22.16%
HSB/HSV47°79.79%36.86%
CMYK0.00%17.02%79.79%
63.14%

Color #5E4E13 in popluar number systems.

HEX5E4E13
Decimal947819
Binary1011110100111010011
Octal13611623

Shades and tints

Shades of #5E4E13

#5E4E13
(94,78,19)
#564712
(86,71,18)
#4E4011
(78,64,17)
#463910
(70,57,16)
#3E320F
(62,50,15)
#362B0E
(54,43,14)
#2E240D
(46,36,13)
#261D0C
(38,29,12)
#1E160B
(30,22,11)
#160F0A
(22,15,10)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #5E4E13

#5E4E13
(94,78,19)
#6C5E28
(108,94,40)
#7A6E3D
(122,110,61)
#887E52
(136,126,82)
#968E67
(150,142,103)
#A49E7C
(164,158,124)
#B2AE91
(178,174,145)
#C0BEA6
(192,190,166)
#CECEBB
(206,206,187)
#DCDED0
(220,222,208)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4E13 color. Also use rgb(94,78,19) instead hex code.

Text Font Color

.myTextColor { color: #5E4E13; }

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

This text font color is #5E4E13.


Background Color

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

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

This div background color is #5E4E13.


Border color

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

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

This div border color is #5E4E13.


Opacity

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

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

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

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

This text has shadow with #5E4E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4E13 on black background.


Color preview on white background

This text has color #5E4E13 on white background.



Black color preview on #5E4E13 background

This text has black color on #5E4E13 background.


White color preview on #5E4E13 background

This text has white color on #5E4E13 background.