COLOR #5E9604

HEX: #5E9604 RGB: (94,150,4)

Color info

#5E9604 contains mainly red and green colors. Web safe color of #5E9604 is #669900 (or #690).

RGB color model

#5E9604 color RGB value is (94,150,4).

RGB: (94,150,4) (37%, 59%, 2%)

RGB channels and saturation

R 94 of 255 = 37%
G 150 of 255 = 59%
B 4 of 255 = 2%

94
150
4

R + G + B ~ 33%. #5E9604 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 150 + 4 = 248 (100%)
R 94 of 248 ~ 37.9%
G 150 of 248 ~ 60.48%
B 4 of 248 ~ 1.61'%

%37.9
%60.48

CMYK color model

#5E9604 color CMYK value is (37,0,97,41).

  • cyan value is 37.33%
  • magenta value is 0.00%
  • yellow value is 97.33%
  • key color value is 41.18%

CMYK: (37,0,97,41)
C37M0Y97K41 (37%, 0%, 97%, 41%)
(0.37 / 0.00 / 0.97 / 0.41)

CMYK percentages

%37.33
%0
%97.33
%41.18

Codes

Color #5E9604 in popluar color models

5E 96 04
RGB 94 150 4
HSL 83° 94.81% 30.20%
HSB/HSV 83° 97.33% 58.82%
CMYK 37.33% 0.00% 97.33%
41.18%

Color #5E9604 in popluar number systems.

HEX 5E 96 04
Decimal 94 150 4
Binary 1011110 10010110 100
Octal 136 226 4

Shades and tints

Shades of #5E9604

#5E9604
(94,150,4)
#568904
(86,137,4)
#4E7C04
(78,124,4)
#466F04
(70,111,4)
#3E6204
(62,98,4)
#365504
(54,85,4)
#2E4804
(46,72,4)
#263B04
(38,59,4)
#1E2E04
(30,46,4)
#162104
(22,33,4)
#0E1404
(14,20,4)
#000000
(0,0,0)

Tints of #5E9604

#5E9604
(94,150,4)
#6C9F1A
(108,159,26)
#7AA830
(122,168,48)
#88B146
(136,177,70)
#96BA5C
(150,186,92)
#A4C372
(164,195,114)
#B2CC88
(178,204,136)
#C0D59E
(192,213,158)
#CEDEB4
(206,222,180)
#DCE7CA
(220,231,202)
#EAF0E0
(234,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9604 color. Also use rgb(94,150,4) instead hex code.

Text Font Color

.myTextColor { color: #5E9604; }

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

This text font color is #5E9604.

Background Color

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

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

This div background color is #5E9604.

Border color

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

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

This div border color is #5E9604.

Opacity

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

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

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

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

This text has shadow with #5E9604 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9604.

Preview

Color preview on black background

This text has color #5E9604 on black background.


Color preview on white background

This text has color #5E9604 on white background.


Black color preview on #5E9604 background

This text has black color on #5E9604 background.


White color preview on #5E9604 background

This text has white color on #5E9604 background.


Related colors

Complementary color

Complementary color for #hex is #A169FB.


I love getcolorcode.com

Triadic colors

1 #045E96 and #96045E with #5E9604 are triadic colors.

2 #04965E and #965E04 with #5E9604 are triadic colors.