COLOR #5F966B

HEX: #5F966B
RGB: (95,150,107)

Color info

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

RGB color model

#5F966B color RGB value is (95,150,107).

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

RGB channels and saturation

R 95 of 255 = 37%
G 150 of 255 = 59%
B 107 of 255 = 42%

95
150
107

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

Portions of RGB colors in percentages

R + G + B =
95 + 150 + 107 = 352 (100%)
R 95 of 352 ~ 26.99%
G 150 of 352 ~ 42.61%
B 107 of 352 ~ 30.4%

%26.99
%42.61
%30.4

CMYK color model

#5F966B color CMYK value is (37,0,29,41).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 28.67%
  • key color value is 41.18%
CMYK:
(37,0,29,41)
C37M0Y29K41 
(37%,0%,29%,41%)
(0.37/0.00/0.29/0.41)	

CMYK percentages

%36.67
%0
%28.67
%41.18

Codes

Color #5F966B in popluar color models

5F966B
RGB95150107
HSL133°22.45%48.04%
HSB/HSV133°36.67%58.82%
CMYK36.67%0.00%28.67%
41.18%

Color #5F966B in popluar number systems.

HEX5F966B
Decimal95150107
Binary1011111100101101101011
Octal137226153

Shades and tints

Shades of #5F966B

#5F966B
(95,150,107)
#578962
(87,137,98)
#4F7C59
(79,124,89)
#476F50
(71,111,80)
#3F6247
(63,98,71)
#37553E
(55,85,62)
#2F4835
(47,72,53)
#273B2C
(39,59,44)
#1F2E23
(31,46,35)
#17211A
(23,33,26)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #5F966B

#5F966B
(95,150,107)
#6D9F78
(109,159,120)
#7BA885
(123,168,133)
#89B192
(137,177,146)
#97BA9F
(151,186,159)
#A5C3AC
(165,195,172)
#B3CCB9
(179,204,185)
#C1D5C6
(193,213,198)
#CFDED3
(207,222,211)
#DDE7E0
(221,231,224)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F966B; }

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

This text font color is #5F966B.


Background Color

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

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

This div background color is #5F966B.


Border color

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

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

This div border color is #5F966B.


Opacity

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

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

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

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

This text has shadow with #5F966B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F966B on black background.


Color preview on white background

This text has color #5F966B on white background.



Black color preview on #5F966B background

This text has black color on #5F966B background.


White color preview on #5F966B background

This text has white color on #5F966B background.