COLOR #5E9F2C

HEX: #5E9F2C
RGB: (94,159,44)

Color info

#5E9F2C contains mainly green color. Web safe color of #5E9F2C is #669933 (or #693).

RGB color model

#5E9F2C color RGB value is (94,159,44).

  • red value is 94;
  • green value is 159;
  • blue value is 44.
RGB:
(94,159,44)
(37%,62%,17%)

RGB channels and saturation

R 94 of 255 = 37%
G 159 of 255 = 62%
B 44 of 255 = 17%

94
159
44

R + G + B ~ 39%. #5E9F2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 159 + 44 = 297 (100%)
R 94 of 297 ~ 31.65%
G 159 of 297 ~ 53.54%
B 44 of 297 ~ 14.81%

%31.65
%53.54
%14.81

CMYK color model

#5E9F2C color CMYK value is (41,0,72,38).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 72.33%
  • key color value is 37.65%
CMYK:
(41,0,72,38)
C41M0Y72K38 
(41%,0%,72%,38%)
(0.41/0.00/0.72/0.38)	

CMYK percentages

%40.88
%0
%72.33
%37.65

Codes

Color #5E9F2C in popluar color models

5E9F2C
RGB9415944
HSL94°56.65%39.80%
HSB/HSV94°72.33%62.35%
CMYK40.88%0.00%72.33%
37.65%

Color #5E9F2C in popluar number systems.

HEX5E9F2C
Decimal9415944
Binary101111010011111101100
Octal13623754

Shades and tints

Shades of #5E9F2C

#5E9F2C
(94,159,44)
#569128
(86,145,40)
#4E8324
(78,131,36)
#467520
(70,117,32)
#3E671C
(62,103,28)
#365918
(54,89,24)
#2E4B14
(46,75,20)
#263D10
(38,61,16)
#1E2F0C
(30,47,12)
#162108
(22,33,8)
#0E1304
(14,19,4)
#000000
(0,0,0)

Tints of #5E9F2C

#5E9F2C
(94,159,44)
#6CA73F
(108,167,63)
#7AAF52
(122,175,82)
#88B765
(136,183,101)
#96BF78
(150,191,120)
#A4C78B
(164,199,139)
#B2CF9E
(178,207,158)
#C0D7B1
(192,215,177)
#CEDFC4
(206,223,196)
#DCE7D7
(220,231,215)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9F2C color. Also use rgb(94,159,44) instead hex code.

Text Font Color

.myTextColor { color: #5E9F2C; }

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

This text font color is #5E9F2C.


Background Color

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

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

This div background color is #5E9F2C.


Border color

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

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

This div border color is #5E9F2C.


Opacity

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

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

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

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

This text has shadow with #5E9F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9F2C on black background.


Color preview on white background

This text has color #5E9F2C on white background.



Black color preview on #5E9F2C background

This text has black color on #5E9F2C background.


White color preview on #5E9F2C background

This text has white color on #5E9F2C background.