COLOR #5F9444

HEX: #5F9444
RGB: (95,148,68)

Color info

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

RGB color model

#5F9444 color RGB value is (95,148,68).

  • red value is 95;
  • green value is 148;
  • blue value is 68.
RGB:
(95,148,68)
(37%,58%,27%)

RGB channels and saturation

R 95 of 255 = 37%
G 148 of 255 = 58%
B 68 of 255 = 27%

95
148
68

R + G + B ~ 41%. #5F9444 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 148 + 68 = 311 (100%)
R 95 of 311 ~ 30.55%
G 148 of 311 ~ 47.59%
B 68 of 311 ~ 21.86%

%30.55
%47.59
%21.86

CMYK color model

#5F9444 color CMYK value is (36,0,54,42).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 41.96%
CMYK:
(36,0,54,42)
C36M0Y54K42 
(36%,0%,54%,42%)
(0.36/0.00/0.54/0.42)	

CMYK percentages

%35.81
%0
%54.05
%41.96

Codes

Color #5F9444 in popluar color models

5F9444
RGB9514868
HSL100°37.04%42.35%
HSB/HSV100°54.05%58.04%
CMYK35.81%0.00%54.05%
41.96%

Color #5F9444 in popluar number systems.

HEX5F9444
Decimal9514868
Binary1011111100101001000100
Octal137224104

Shades and tints

Shades of #5F9444

#5F9444
(95,148,68)
#57873E
(87,135,62)
#4F7A38
(79,122,56)
#476D32
(71,109,50)
#3F602C
(63,96,44)
#375326
(55,83,38)
#2F4620
(47,70,32)
#27391A
(39,57,26)
#1F2C14
(31,44,20)
#171F0E
(23,31,14)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #5F9444

#5F9444
(95,148,68)
#6D9D55
(109,157,85)
#7BA666
(123,166,102)
#89AF77
(137,175,119)
#97B888
(151,184,136)
#A5C199
(165,193,153)
#B3CAAA
(179,202,170)
#C1D3BB
(193,211,187)
#CFDCCC
(207,220,204)
#DDE5DD
(221,229,221)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9444 color. Also use rgb(95,148,68) instead hex code.

Text Font Color

.myTextColor { color: #5F9444; }

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

This text font color is #5F9444.


Background Color

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

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

This div background color is #5F9444.


Border color

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

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

This div border color is #5F9444.


Opacity

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

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

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

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

This text has shadow with #5F9444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9444 on black background.


Color preview on white background

This text has color #5F9444 on white background.



Black color preview on #5F9444 background

This text has black color on #5F9444 background.


White color preview on #5F9444 background

This text has white color on #5F9444 background.