COLOR #5E7019

HEX: #5E7019
RGB: (94,112,25)

Color info

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

RGB color model

#5E7019 color RGB value is (94,112,25).

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

RGB channels and saturation

R 94 of 255 = 37%
G 112 of 255 = 44%
B 25 of 255 = 10%

94
112
25

R + G + B ~ 30%. #5E7019 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 112 + 25 = 231 (100%)
R 94 of 231 ~ 40.69%
G 112 of 231 ~ 48.48%
B 25 of 231 ~ 10.82%

%40.69
%48.48
%10.82

CMYK color model

#5E7019 color CMYK value is (16,0,78,56).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 77.68%
  • key color value is 56.08%
CMYK:
(16,0,78,56)
C16M0Y78K56 
(16%,0%,78%,56%)
(0.16/0.00/0.78/0.56)	

CMYK percentages

%16.07
%0
%77.68
%56.08

Codes

Color #5E7019 in popluar color models

5E7019
RGB9411225
HSL72°63.50%26.86%
HSB/HSV72°77.68%43.92%
CMYK16.07%0.00%77.68%
56.08%

Color #5E7019 in popluar number systems.

HEX5E7019
Decimal9411225
Binary1011110111000011001
Octal13616031

Shades and tints

Shades of #5E7019

#5E7019
(94,112,25)
#566617
(86,102,23)
#4E5C15
(78,92,21)
#465213
(70,82,19)
#3E4811
(62,72,17)
#363E0F
(54,62,15)
#2E340D
(46,52,13)
#262A0B
(38,42,11)
#1E2009
(30,32,9)
#161607
(22,22,7)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #5E7019

#5E7019
(94,112,25)
#6C7D2D
(108,125,45)
#7A8A41
(122,138,65)
#889755
(136,151,85)
#96A469
(150,164,105)
#A4B17D
(164,177,125)
#B2BE91
(178,190,145)
#C0CBA5
(192,203,165)
#CED8B9
(206,216,185)
#DCE5CD
(220,229,205)
#EAF2E1
(234,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7019; }

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

This text font color is #5E7019.


Background Color

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

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

This div background color is #5E7019.


Border color

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

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

This div border color is #5E7019.


Opacity

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

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

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

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

This text has shadow with #5E7019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7019 on black background.


Color preview on white background

This text has color #5E7019 on white background.



Black color preview on #5E7019 background

This text has black color on #5E7019 background.


White color preview on #5E7019 background

This text has white color on #5E7019 background.