COLOR #5E740E

HEX: #5E740E
RGB: (94,116,14)

Color info

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

RGB color model

#5E740E color RGB value is (94,116,14).

  • red value is 94;
  • green value is 116;
  • blue value is 14.
RGB:
(94,116,14)
(37%,45%,5%)

RGB channels and saturation

R 94 of 255 = 37%
G 116 of 255 = 45%
B 14 of 255 = 5%

94
116
14

R + G + B ~ 29%. #5E740E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 116 + 14 = 224 (100%)
R 94 of 224 ~ 41.96%
G 116 of 224 ~ 51.79%
B 14 of 224 ~ 6.25%

%41.96
%51.79

CMYK color model

#5E740E color CMYK value is (19,0,88,55).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 87.93%
  • key color value is 54.51%
CMYK:
(19,0,88,55)
C19M0Y88K55 
(19%,0%,88%,55%)
(0.19/0.00/0.88/0.55)	

CMYK percentages

%18.97
%0
%87.93
%54.51

Codes

Color #5E740E in popluar color models

5E740E
RGB9411614
HSL73°78.46%25.49%
HSB/HSV73°87.93%45.49%
CMYK18.97%0.00%87.93%
54.51%

Color #5E740E in popluar number systems.

HEX5E740E
Decimal9411614
Binary101111011101001110
Octal13616416

Shades and tints

Shades of #5E740E

#5E740E
(94,116,14)
#566A0D
(86,106,13)
#4E600C
(78,96,12)
#46560B
(70,86,11)
#3E4C0A
(62,76,10)
#364209
(54,66,9)
#2E3808
(46,56,8)
#262E07
(38,46,7)
#1E2406
(30,36,6)
#161A05
(22,26,5)
#0E1004
(14,16,4)
#000000
(0,0,0)

Tints of #5E740E

#5E740E
(94,116,14)
#6C8023
(108,128,35)
#7A8C38
(122,140,56)
#88984D
(136,152,77)
#96A462
(150,164,98)
#A4B077
(164,176,119)
#B2BC8C
(178,188,140)
#C0C8A1
(192,200,161)
#CED4B6
(206,212,182)
#DCE0CB
(220,224,203)
#EAECE0
(234,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E740E color. Also use rgb(94,116,14) instead hex code.

Text Font Color

.myTextColor { color: #5E740E; }

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

This text font color is #5E740E.


Background Color

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

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

This div background color is #5E740E.


Border color

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

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

This div border color is #5E740E.


Opacity

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

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

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

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

This text has shadow with #5E740E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E740E on black background.


Color preview on white background

This text has color #5E740E on white background.



Black color preview on #5E740E background

This text has black color on #5E740E background.


White color preview on #5E740E background

This text has white color on #5E740E background.