COLOR #5F9577

HEX: #5F9577
RGB: (95,149,119)

Color info

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

RGB color model

#5F9577 color RGB value is (95,149,119).

  • red value is 95;
  • green value is 149;
  • blue value is 119.
RGB:
(95,149,119)
(37%,58%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 119 of 255 = 47%

95
149
119

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 119 = 363 (100%)
R 95 of 363 ~ 26.17%
G 149 of 363 ~ 41.05%
B 119 of 363 ~ 32.78%

%26.17
%41.05
%32.78

CMYK color model

#5F9577 color CMYK value is (36,0,20,42).

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(36,0,20,42)
C36M0Y20K42 
(36%,0%,20%,42%)
(0.36/0.00/0.20/0.42)	

CMYK percentages

%36.24
%0
%20.13
%41.57

Codes

Color #5F9577 in popluar color models

5F9577
RGB95149119
HSL147°22.13%47.84%
HSB/HSV147°36.24%58.43%
CMYK36.24%0.00%20.13%
41.57%

Color #5F9577 in popluar number systems.

HEX5F9577
Decimal95149119
Binary1011111100101011110111
Octal137225167

Shades and tints

Shades of #5F9577

#5F9577
(95,149,119)
#57886D
(87,136,109)
#4F7B63
(79,123,99)
#476E59
(71,110,89)
#3F614F
(63,97,79)
#375445
(55,84,69)
#2F473B
(47,71,59)
#273A31
(39,58,49)
#1F2D27
(31,45,39)
#17201D
(23,32,29)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #5F9577

#5F9577
(95,149,119)
#6D9E83
(109,158,131)
#7BA78F
(123,167,143)
#89B09B
(137,176,155)
#97B9A7
(151,185,167)
#A5C2B3
(165,194,179)
#B3CBBF
(179,203,191)
#C1D4CB
(193,212,203)
#CFDDD7
(207,221,215)
#DDE6E3
(221,230,227)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9577 color. Also use rgb(95,149,119) instead hex code.

Text Font Color

.myTextColor { color: #5F9577; }

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

This text font color is #5F9577.


Background Color

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

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

This div background color is #5F9577.


Border color

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

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

This div border color is #5F9577.


Opacity

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

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

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

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

This text has shadow with #5F9577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9577 on black background.


Color preview on white background

This text has color #5F9577 on white background.



Black color preview on #5F9577 background

This text has black color on #5F9577 background.


White color preview on #5F9577 background

This text has white color on #5F9577 background.