COLOR #5F965C

HEX: #5F965C
RGB: (95,150,92)

Color info

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

RGB color model

#5F965C color RGB value is (95,150,92).

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

RGB channels and saturation

R 95 of 255 = 37%
G 150 of 255 = 59%
B 92 of 255 = 36%

95
150
92

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

Portions of RGB colors in percentages

R + G + B =
95 + 150 + 92 = 337 (100%)
R 95 of 337 ~ 28.19%
G 150 of 337 ~ 44.51%
B 92 of 337 ~ 27.3%

%28.19
%44.51
%27.3

CMYK color model

#5F965C color CMYK value is (37,0,39,41).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(37,0,39,41)
C37M0Y39K41 
(37%,0%,39%,41%)
(0.37/0.00/0.39/0.41)	

CMYK percentages

%36.67
%0
%38.67
%41.18

Codes

Color #5F965C in popluar color models

5F965C
RGB9515092
HSL117°23.97%47.45%
HSB/HSV117°38.67%58.82%
CMYK36.67%0.00%38.67%
41.18%

Color #5F965C in popluar number systems.

HEX5F965C
Decimal9515092
Binary1011111100101101011100
Octal137226134

Shades and tints

Shades of #5F965C

#5F965C
(95,150,92)
#578954
(87,137,84)
#4F7C4C
(79,124,76)
#476F44
(71,111,68)
#3F623C
(63,98,60)
#375534
(55,85,52)
#2F482C
(47,72,44)
#273B24
(39,59,36)
#1F2E1C
(31,46,28)
#172114
(23,33,20)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #5F965C

#5F965C
(95,150,92)
#6D9F6A
(109,159,106)
#7BA878
(123,168,120)
#89B186
(137,177,134)
#97BA94
(151,186,148)
#A5C3A2
(165,195,162)
#B3CCB0
(179,204,176)
#C1D5BE
(193,213,190)
#CFDECC
(207,222,204)
#DDE7DA
(221,231,218)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F965C; }

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

This text font color is #5F965C.


Background Color

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

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

This div background color is #5F965C.


Border color

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

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

This div border color is #5F965C.


Opacity

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

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

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

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

This text has shadow with #5F965C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F965C on black background.


Color preview on white background

This text has color #5F965C on white background.



Black color preview on #5F965C background

This text has black color on #5F965C background.


White color preview on #5F965C background

This text has white color on #5F965C background.