COLOR #5E7013

HEX: #5E7013
RGB: (94,112,19)

Color info

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

RGB color model

#5E7013 color RGB value is (94,112,19).

  • red value is 94;
  • green value is 112;
  • blue value is 19.
RGB:
(94,112,19)
(37%,44%,7%)

RGB channels and saturation

R 94 of 255 = 37%
G 112 of 255 = 44%
B 19 of 255 = 7%

94
112
19

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

Portions of RGB colors in percentages

R + G + B =
94 + 112 + 19 = 225 (100%)
R 94 of 225 ~ 41.78%
G 112 of 225 ~ 49.78%
B 19 of 225 ~ 8.44%

%41.78
%49.78

CMYK color model

#5E7013 color CMYK value is (16,0,83,56).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 83.04%
  • key color value is 56.08%
CMYK:
(16,0,83,56)
C16M0Y83K56 
(16%,0%,83%,56%)
(0.16/0.00/0.83/0.56)	

CMYK percentages

%16.07
%0
%83.04
%56.08

Codes

Color #5E7013 in popluar color models

5E7013
RGB9411219
HSL72°70.99%25.69%
HSB/HSV72°83.04%43.92%
CMYK16.07%0.00%83.04%
56.08%

Color #5E7013 in popluar number systems.

HEX5E7013
Decimal9411219
Binary1011110111000010011
Octal13616023

Shades and tints

Shades of #5E7013

#5E7013
(94,112,19)
#566612
(86,102,18)
#4E5C11
(78,92,17)
#465210
(70,82,16)
#3E480F
(62,72,15)
#363E0E
(54,62,14)
#2E340D
(46,52,13)
#262A0C
(38,42,12)
#1E200B
(30,32,11)
#16160A
(22,22,10)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #5E7013

#5E7013
(94,112,19)
#6C7D28
(108,125,40)
#7A8A3D
(122,138,61)
#889752
(136,151,82)
#96A467
(150,164,103)
#A4B17C
(164,177,124)
#B2BE91
(178,190,145)
#C0CBA6
(192,203,166)
#CED8BB
(206,216,187)
#DCE5D0
(220,229,208)
#EAF2E5
(234,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7013 color. Also use rgb(94,112,19) instead hex code.

Text Font Color

.myTextColor { color: #5E7013; }

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

This text font color is #5E7013.


Background Color

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

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

This div background color is #5E7013.


Border color

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

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

This div border color is #5E7013.


Opacity

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

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

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

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

This text has shadow with #5E7013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7013 on black background.


Color preview on white background

This text has color #5E7013 on white background.



Black color preview on #5E7013 background

This text has black color on #5E7013 background.


White color preview on #5E7013 background

This text has white color on #5E7013 background.