COLOR #5E5718

HEX: #5E5718
RGB: (94,87,24)

Color info

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

RGB color model

#5E5718 color RGB value is (94,87,24).

  • red value is 94;
  • green value is 87;
  • blue value is 24.
RGB:
(94,87,24)
(37%,34%,9%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 24 of 255 = 9%

94
87
24

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

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 24 = 205 (100%)
R 94 of 205 ~ 45.85%
G 87 of 205 ~ 42.44%
B 24 of 205 ~ 11.71%

%45.85
%42.44
%11.71

CMYK color model

#5E5718 color CMYK value is (0,7,74,63).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 74.47%
  • key color value is 63.14%
CMYK:
(0,7,74,63)
C0M7Y74K63 
(0%,7%,74%,63%)
(0.00/0.07/0.74/0.63)	

CMYK percentages

%0
%7.45
%74.47
%63.14

Codes

Color #5E5718 in popluar color models

5E5718
RGB948724
HSL54°59.32%23.14%
HSB/HSV54°74.47%36.86%
CMYK0.00%7.45%74.47%
63.14%

Color #5E5718 in popluar number systems.

HEX5E5718
Decimal948724
Binary1011110101011111000
Octal13612730

Shades and tints

Shades of #5E5718

#5E5718
(94,87,24)
#565016
(86,80,22)
#4E4914
(78,73,20)
#464212
(70,66,18)
#3E3B10
(62,59,16)
#36340E
(54,52,14)
#2E2D0C
(46,45,12)
#26260A
(38,38,10)
#1E1F08
(30,31,8)
#161806
(22,24,6)
#0E1104
(14,17,4)
#000000
(0,0,0)

Tints of #5E5718

#5E5718
(94,87,24)
#6C662D
(108,102,45)
#7A7542
(122,117,66)
#888457
(136,132,87)
#96936C
(150,147,108)
#A4A281
(164,162,129)
#B2B196
(178,177,150)
#C0C0AB
(192,192,171)
#CECFC0
(206,207,192)
#DCDED5
(220,222,213)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5718 color. Also use rgb(94,87,24) instead hex code.

Text Font Color

.myTextColor { color: #5E5718; }

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

This text font color is #5E5718.


Background Color

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

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

This div background color is #5E5718.


Border color

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

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

This div border color is #5E5718.


Opacity

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

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

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

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

This text has shadow with #5E5718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5718 on black background.


Color preview on white background

This text has color #5E5718 on white background.



Black color preview on #5E5718 background

This text has black color on #5E5718 background.


White color preview on #5E5718 background

This text has white color on #5E5718 background.