COLOR #5E7913

HEX: #5E7913
RGB: (94,121,19)

Color info

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

RGB color model

#5E7913 color RGB value is (94,121,19).

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

RGB channels and saturation

R 94 of 255 = 37%
G 121 of 255 = 47%
B 19 of 255 = 7%

94
121
19

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

Portions of RGB colors in percentages

R + G + B =
94 + 121 + 19 = 234 (100%)
R 94 of 234 ~ 40.17%
G 121 of 234 ~ 51.71%
B 19 of 234 ~ 8.12%

%40.17
%51.71

CMYK color model

#5E7913 color CMYK value is (22,0,84,53).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 84.30%
  • key color value is 52.55%
CMYK:
(22,0,84,53)
C22M0Y84K53 
(22%,0%,84%,53%)
(0.22/0.00/0.84/0.53)	

CMYK percentages

%22.31
%0
%84.3
%52.55

Codes

Color #5E7913 in popluar color models

5E7913
RGB9412119
HSL76°72.86%27.45%
HSB/HSV76°84.30%47.45%
CMYK22.31%0.00%84.30%
52.55%

Color #5E7913 in popluar number systems.

HEX5E7913
Decimal9412119
Binary1011110111100110011
Octal13617123

Shades and tints

Shades of #5E7913

#5E7913
(94,121,19)
#566E12
(86,110,18)
#4E6311
(78,99,17)
#465810
(70,88,16)
#3E4D0F
(62,77,15)
#36420E
(54,66,14)
#2E370D
(46,55,13)
#262C0C
(38,44,12)
#1E210B
(30,33,11)
#16160A
(22,22,10)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #5E7913

#5E7913
(94,121,19)
#6C8528
(108,133,40)
#7A913D
(122,145,61)
#889D52
(136,157,82)
#96A967
(150,169,103)
#A4B57C
(164,181,124)
#B2C191
(178,193,145)
#C0CDA6
(192,205,166)
#CED9BB
(206,217,187)
#DCE5D0
(220,229,208)
#EAF1E5
(234,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7913; }

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

This text font color is #5E7913.


Background Color

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

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

This div background color is #5E7913.


Border color

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

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

This div border color is #5E7913.


Opacity

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

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

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

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

This text has shadow with #5E7913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7913 on black background.


Color preview on white background

This text has color #5E7913 on white background.



Black color preview on #5E7913 background

This text has black color on #5E7913 background.


White color preview on #5E7913 background

This text has white color on #5E7913 background.