COLOR #5E991D

HEX: #5E991D
RGB: (94,153,29)

Color info

#5E991D contains mainly red and green colors. Web safe color of #5E991D is #669933 (or #693).

RGB color model

#5E991D color RGB value is (94,153,29).

  • red value is 94;
  • green value is 153;
  • blue value is 29.
RGB:
(94,153,29)
(37%,60%,11%)

RGB channels and saturation

R 94 of 255 = 37%
G 153 of 255 = 60%
B 29 of 255 = 11%

94
153
29

R + G + B ~ 36%. #5E991D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 153 + 29 = 276 (100%)
R 94 of 276 ~ 34.06%
G 153 of 276 ~ 55.43%
B 29 of 276 ~ 10.51%

%34.06
%55.43
%10.51

CMYK color model

#5E991D color CMYK value is (39,0,81,40).

  • cyan value is 38.56%
  • magenta value is 0.00%
  • yellow value is 81.05%
  • key color value is 40.00%
CMYK:
(39,0,81,40)
C39M0Y81K40 
(39%,0%,81%,40%)
(0.39/0.00/0.81/0.40)	

CMYK percentages

%38.56
%0
%81.05
%40

Codes

Color #5E991D in popluar color models

5E991D
RGB9415329
HSL89°68.13%35.69%
HSB/HSV89°81.05%60.00%
CMYK38.56%0.00%81.05%
40.00%

Color #5E991D in popluar number systems.

HEX5E991D
Decimal9415329
Binary10111101001100111101
Octal13623135

Shades and tints

Shades of #5E991D

#5E991D
(94,153,29)
#568C1B
(86,140,27)
#4E7F19
(78,127,25)
#467217
(70,114,23)
#3E6515
(62,101,21)
#365813
(54,88,19)
#2E4B11
(46,75,17)
#263E0F
(38,62,15)
#1E310D
(30,49,13)
#16240B
(22,36,11)
#0E1709
(14,23,9)
#000000
(0,0,0)

Tints of #5E991D

#5E991D
(94,153,29)
#6CA231
(108,162,49)
#7AAB45
(122,171,69)
#88B459
(136,180,89)
#96BD6D
(150,189,109)
#A4C681
(164,198,129)
#B2CF95
(178,207,149)
#C0D8A9
(192,216,169)
#CEE1BD
(206,225,189)
#DCEAD1
(220,234,209)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E991D color. Also use rgb(94,153,29) instead hex code.

Text Font Color

.myTextColor { color: #5E991D; }

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

This text font color is #5E991D.


Background Color

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

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

This div background color is #5E991D.


Border color

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

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

This div border color is #5E991D.


Opacity

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

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

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

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

This text has shadow with #5E991D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E991D on black background.


Color preview on white background

This text has color #5E991D on white background.



Black color preview on #5E991D background

This text has black color on #5E991D background.


White color preview on #5E991D background

This text has white color on #5E991D background.