COLOR #5E8D0C

HEX: #5E8D0C
RGB: (94,141,12)

Color info

#5E8D0C contains mainly red and green colors. Web safe color of #5E8D0C is #669900 (or #690).

RGB color model

#5E8D0C color RGB value is (94,141,12).

  • red value is 94;
  • green value is 141;
  • blue value is 12.
RGB:
(94,141,12)
(37%,55%,5%)

RGB channels and saturation

R 94 of 255 = 37%
G 141 of 255 = 55%
B 12 of 255 = 5%

94
141
12

R + G + B ~ 32%. #5E8D0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 141 + 12 = 247 (100%)
R 94 of 247 ~ 38.06%
G 141 of 247 ~ 57.09%
B 12 of 247 ~ 4.86%

%38.06
%57.09

CMYK color model

#5E8D0C color CMYK value is (33,0,91,45).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 91.49%
  • key color value is 44.71%
CMYK:
(33,0,91,45)
C33M0Y91K45 
(33%,0%,91%,45%)
(0.33/0.00/0.91/0.45)	

CMYK percentages

%33.33
%0
%91.49
%44.71

Codes

Color #5E8D0C in popluar color models

5E8D0C
RGB9414112
HSL82°84.31%30.00%
HSB/HSV82°91.49%55.29%
CMYK33.33%0.00%91.49%
44.71%

Color #5E8D0C in popluar number systems.

HEX5E8D0C
Decimal9414112
Binary1011110100011011100
Octal13621514

Shades and tints

Shades of #5E8D0C

#5E8D0C
(94,141,12)
#56810B
(86,129,11)
#4E750A
(78,117,10)
#466909
(70,105,9)
#3E5D08
(62,93,8)
#365107
(54,81,7)
#2E4506
(46,69,6)
#263905
(38,57,5)
#1E2D04
(30,45,4)
#162103
(22,33,3)
#0E1502
(14,21,2)
#000000
(0,0,0)

Tints of #5E8D0C

#5E8D0C
(94,141,12)
#6C9722
(108,151,34)
#7AA138
(122,161,56)
#88AB4E
(136,171,78)
#96B564
(150,181,100)
#A4BF7A
(164,191,122)
#B2C990
(178,201,144)
#C0D3A6
(192,211,166)
#CEDDBC
(206,221,188)
#DCE7D2
(220,231,210)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8D0C color. Also use rgb(94,141,12) instead hex code.

Text Font Color

.myTextColor { color: #5E8D0C; }

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

This text font color is #5E8D0C.


Background Color

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

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

This div background color is #5E8D0C.


Border color

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

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

This div border color is #5E8D0C.


Opacity

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

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

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

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

This text has shadow with #5E8D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8D0C on black background.


Color preview on white background

This text has color #5E8D0C on white background.



Black color preview on #5E8D0C background

This text has black color on #5E8D0C background.


White color preview on #5E8D0C background

This text has white color on #5E8D0C background.