COLOR #5E5509

HEX: #5E5509
RGB: (94,85,9)

Color info

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

RGB color model

#5E5509 color RGB value is (94,85,9).

  • red value is 94;
  • green value is 85;
  • blue value is 9.
RGB:
(94,85,9)
(37%,33%,4%)

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 9 of 255 = 4%

94
85
9

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

Portions of RGB colors in percentages

R + G + B =
94 + 85 + 9 = 188 (100%)
R 94 of 188 ~ 50%
G 85 of 188 ~ 45.21%
B 9 of 188 ~ 4.79%

%50
%45.21

CMYK color model

#5E5509 color CMYK value is (0,10,90,63).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 90.43%
  • key color value is 63.14%
CMYK:
(0,10,90,63)
C0M10Y90K63 
(0%,10%,90%,63%)
(0.00/0.10/0.90/0.63)	

CMYK percentages

%0
%9.57
%90.43
%63.14

Codes

Color #5E5509 in popluar color models

5E5509
RGB94859
HSL54°82.52%20.20%
HSB/HSV54°90.43%36.86%
CMYK0.00%9.57%90.43%
63.14%

Color #5E5509 in popluar number systems.

HEX5E5509
Decimal94859
Binary101111010101011001
Octal13612511

Shades and tints

Shades of #5E5509

#5E5509
(94,85,9)
#564E09
(86,78,9)
#4E4709
(78,71,9)
#464009
(70,64,9)
#3E3909
(62,57,9)
#363209
(54,50,9)
#2E2B09
(46,43,9)
#262409
(38,36,9)
#1E1D09
(30,29,9)
#161609
(22,22,9)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #5E5509

#5E5509
(94,85,9)
#6C641F
(108,100,31)
#7A7335
(122,115,53)
#88824B
(136,130,75)
#969161
(150,145,97)
#A4A077
(164,160,119)
#B2AF8D
(178,175,141)
#C0BEA3
(192,190,163)
#CECDB9
(206,205,185)
#DCDCCF
(220,220,207)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5509 color. Also use rgb(94,85,9) instead hex code.

Text Font Color

.myTextColor { color: #5E5509; }

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

This text font color is #5E5509.


Background Color

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

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

This div background color is #5E5509.


Border color

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

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

This div border color is #5E5509.


Opacity

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

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

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

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

This text has shadow with #5E5509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5509 on black background.


Color preview on white background

This text has color #5E5509 on white background.



Black color preview on #5E5509 background

This text has black color on #5E5509 background.


White color preview on #5E5509 background

This text has white color on #5E5509 background.