COLOR #5E5815

HEX: #5E5815
RGB: (94,88,21)

Color info

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

RGB color model

#5E5815 color RGB value is (94,88,21).

  • red value is 94;
  • green value is 88;
  • blue value is 21.
RGB:
(94,88,21)
(37%,35%,8%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 21 of 255 = 8%

94
88
21

R + G + B ~ 27%. #5E5815 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 21 = 203 (100%)
R 94 of 203 ~ 46.31%
G 88 of 203 ~ 43.35%
B 21 of 203 ~ 10.34%

%46.31
%43.35
%10.34

CMYK color model

#5E5815 color CMYK value is (0,6,78,63).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 77.66%
  • key color value is 63.14%
CMYK:
(0,6,78,63)
C0M6Y78K63 
(0%,6%,78%,63%)
(0.00/0.06/0.78/0.63)	

CMYK percentages

%0
%6.38
%77.66
%63.14

Codes

Color #5E5815 in popluar color models

5E5815
RGB948821
HSL55°63.48%22.55%
HSB/HSV55°77.66%36.86%
CMYK0.00%6.38%77.66%
63.14%

Color #5E5815 in popluar number systems.

HEX5E5815
Decimal948821
Binary1011110101100010101
Octal13613025

Shades and tints

Shades of #5E5815

#5E5815
(94,88,21)
#565014
(86,80,20)
#4E4813
(78,72,19)
#464012
(70,64,18)
#3E3811
(62,56,17)
#363010
(54,48,16)
#2E280F
(46,40,15)
#26200E
(38,32,14)
#1E180D
(30,24,13)
#16100C
(22,16,12)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #5E5815

#5E5815
(94,88,21)
#6C672A
(108,103,42)
#7A763F
(122,118,63)
#888554
(136,133,84)
#969469
(150,148,105)
#A4A37E
(164,163,126)
#B2B293
(178,178,147)
#C0C1A8
(192,193,168)
#CED0BD
(206,208,189)
#DCDFD2
(220,223,210)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5815 color. Also use rgb(94,88,21) instead hex code.

Text Font Color

.myTextColor { color: #5E5815; }

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

This text font color is #5E5815.


Background Color

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

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

This div background color is #5E5815.


Border color

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

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

This div border color is #5E5815.


Opacity

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

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

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

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

This text has shadow with #5E5815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5815 on black background.


Color preview on white background

This text has color #5E5815 on white background.



Black color preview on #5E5815 background

This text has black color on #5E5815 background.


White color preview on #5E5815 background

This text has white color on #5E5815 background.