COLOR #5F9575

HEX: #5F9575
RGB: (95,149,117)

Color info

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

RGB color model

#5F9575 color RGB value is (95,149,117).

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

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 117 of 255 = 46%

95
149
117

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 117 = 361 (100%)
R 95 of 361 ~ 26.32%
G 149 of 361 ~ 41.27%
B 117 of 361 ~ 32.41%

%26.32
%41.27
%32.41

CMYK color model

#5F9575 color CMYK value is (36,0,21,42).

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 41.57%
CMYK:
(36,0,21,42)
C36M0Y21K42 
(36%,0%,21%,42%)
(0.36/0.00/0.21/0.42)	

CMYK percentages

%36.24
%0
%21.48
%41.57

Codes

Color #5F9575 in popluar color models

5F9575
RGB95149117
HSL144°22.13%47.84%
HSB/HSV144°36.24%58.43%
CMYK36.24%0.00%21.48%
41.57%

Color #5F9575 in popluar number systems.

HEX5F9575
Decimal95149117
Binary1011111100101011110101
Octal137225165

Shades and tints

Shades of #5F9575

#5F9575
(95,149,117)
#57886B
(87,136,107)
#4F7B61
(79,123,97)
#476E57
(71,110,87)
#3F614D
(63,97,77)
#375443
(55,84,67)
#2F4739
(47,71,57)
#273A2F
(39,58,47)
#1F2D25
(31,45,37)
#17201B
(23,32,27)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #5F9575

#5F9575
(95,149,117)
#6D9E81
(109,158,129)
#7BA78D
(123,167,141)
#89B099
(137,176,153)
#97B9A5
(151,185,165)
#A5C2B1
(165,194,177)
#B3CBBD
(179,203,189)
#C1D4C9
(193,212,201)
#CFDDD5
(207,221,213)
#DDE6E1
(221,230,225)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9575; }

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

This text font color is #5F9575.


Background Color

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

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

This div background color is #5F9575.


Border color

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

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

This div border color is #5F9575.


Opacity

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

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

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

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

This text has shadow with #5F9575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9575 on black background.


Color preview on white background

This text has color #5F9575 on white background.



Black color preview on #5F9575 background

This text has black color on #5F9575 background.


White color preview on #5F9575 background

This text has white color on #5F9575 background.