COLOR #5E9F0D

HEX: #5E9F0D
RGB: (94,159,13)

Color info

#5E9F0D contains mainly green color. Web safe color of #5E9F0D is #669900 (or #690).

RGB color model

#5E9F0D color RGB value is (94,159,13).

  • red value is 94;
  • green value is 159;
  • blue value is 13.
RGB:
(94,159,13)
(37%,62%,5%)

RGB channels and saturation

R 94 of 255 = 37%
G 159 of 255 = 62%
B 13 of 255 = 5%

94
159
13

R + G + B ~ 35%. #5E9F0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 159 + 13 = 266 (100%)
R 94 of 266 ~ 35.34%
G 159 of 266 ~ 59.77%
B 13 of 266 ~ 4.89%

%35.34
%59.77

CMYK color model

#5E9F0D color CMYK value is (41,0,92,38).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 91.82%
  • key color value is 37.65%
CMYK:
(41,0,92,38)
C41M0Y92K38 
(41%,0%,92%,38%)
(0.41/0.00/0.92/0.38)	

CMYK percentages

%40.88
%0
%91.82
%37.65

Codes

Color #5E9F0D in popluar color models

5E9F0D
RGB9415913
HSL87°84.88%33.73%
HSB/HSV87°91.82%62.35%
CMYK40.88%0.00%91.82%
37.65%

Color #5E9F0D in popluar number systems.

HEX5E9F0D
Decimal9415913
Binary1011110100111111101
Octal13623715

Shades and tints

Shades of #5E9F0D

#5E9F0D
(94,159,13)
#56910C
(86,145,12)
#4E830B
(78,131,11)
#46750A
(70,117,10)
#3E6709
(62,103,9)
#365908
(54,89,8)
#2E4B07
(46,75,7)
#263D06
(38,61,6)
#1E2F05
(30,47,5)
#162104
(22,33,4)
#0E1303
(14,19,3)
#000000
(0,0,0)

Tints of #5E9F0D

#5E9F0D
(94,159,13)
#6CA723
(108,167,35)
#7AAF39
(122,175,57)
#88B74F
(136,183,79)
#96BF65
(150,191,101)
#A4C77B
(164,199,123)
#B2CF91
(178,207,145)
#C0D7A7
(192,215,167)
#CEDFBD
(206,223,189)
#DCE7D3
(220,231,211)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9F0D color. Also use rgb(94,159,13) instead hex code.

Text Font Color

.myTextColor { color: #5E9F0D; }

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

This text font color is #5E9F0D.


Background Color

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

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

This div background color is #5E9F0D.


Border color

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

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

This div border color is #5E9F0D.


Opacity

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

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

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

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

This text has shadow with #5E9F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9F0D on black background.


Color preview on white background

This text has color #5E9F0D on white background.



Black color preview on #5E9F0D background

This text has black color on #5E9F0D background.


White color preview on #5E9F0D background

This text has white color on #5E9F0D background.