COLOR #5F966F

HEX: #5F966F
RGB: (95,150,111)

Color info

#5F966F contains red, green and blue colors in about the same proportion. Web safe color of #5F966F is #669966 (or #696).

RGB color model

#5F966F color RGB value is (95,150,111).

  • red value is 95;
  • green value is 150;
  • blue value is 111.
RGB:
(95,150,111)
(37%,59%,44%)

RGB channels and saturation

R 95 of 255 = 37%
G 150 of 255 = 59%
B 111 of 255 = 44%

95
150
111

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

Portions of RGB colors in percentages

R + G + B =
95 + 150 + 111 = 356 (100%)
R 95 of 356 ~ 26.69%
G 150 of 356 ~ 42.13%
B 111 of 356 ~ 31.18%

%26.69
%42.13
%31.18

CMYK color model

#5F966F color CMYK value is (37,0,26,41).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(37,0,26,41)
C37M0Y26K41 
(37%,0%,26%,41%)
(0.37/0.00/0.26/0.41)	

CMYK percentages

%36.67
%0
%26
%41.18

Codes

Color #5F966F in popluar color models

5F966F
RGB95150111
HSL137°22.45%48.04%
HSB/HSV137°36.67%58.82%
CMYK36.67%0.00%26.00%
41.18%

Color #5F966F in popluar number systems.

HEX5F966F
Decimal95150111
Binary1011111100101101101111
Octal137226157

Shades and tints

Shades of #5F966F

#5F966F
(95,150,111)
#578965
(87,137,101)
#4F7C5B
(79,124,91)
#476F51
(71,111,81)
#3F6247
(63,98,71)
#37553D
(55,85,61)
#2F4833
(47,72,51)
#273B29
(39,59,41)
#1F2E1F
(31,46,31)
#172115
(23,33,21)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #5F966F

#5F966F
(95,150,111)
#6D9F7C
(109,159,124)
#7BA889
(123,168,137)
#89B196
(137,177,150)
#97BAA3
(151,186,163)
#A5C3B0
(165,195,176)
#B3CCBD
(179,204,189)
#C1D5CA
(193,213,202)
#CFDED7
(207,222,215)
#DDE7E4
(221,231,228)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F966F color. Also use rgb(95,150,111) instead hex code.

Text Font Color

.myTextColor { color: #5F966F; }

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

This text font color is #5F966F.


Background Color

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

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

This div background color is #5F966F.


Border color

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

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

This div border color is #5F966F.


Opacity

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

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

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

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

This text has shadow with #5F966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F966F on black background.


Color preview on white background

This text has color #5F966F on white background.



Black color preview on #5F966F background

This text has black color on #5F966F background.


White color preview on #5F966F background

This text has white color on #5F966F background.