COLOR #5F897F

HEX: #5F897F
RGB: (95,137,127)

Color info

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

RGB color model

#5F897F color RGB value is (95,137,127).

  • red value is 95;
  • green value is 137;
  • blue value is 127.
RGB:
(95,137,127)
(37%,54%,50%)

RGB channels and saturation

R 95 of 255 = 37%
G 137 of 255 = 54%
B 127 of 255 = 50%

95
137
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 137 + 127 = 359 (100%)
R 95 of 359 ~ 26.46%
G 137 of 359 ~ 38.16%
B 127 of 359 ~ 35.38%

%26.46
%38.16
%35.38

CMYK color model

#5F897F color CMYK value is (31,0,7,46).

  • cyan value is 30.66%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(31,0,7,46)
C31M0Y7K46 
(31%,0%,7%,46%)
(0.31/0.00/0.07/0.46)	

CMYK percentages

%30.66
%0
%7.3
%46.27

Codes

Color #5F897F in popluar color models

5F897F
RGB95137127
HSL166°18.10%45.49%
HSB/HSV166°30.66%53.73%
CMYK30.66%0.00%7.30%
46.27%

Color #5F897F in popluar number systems.

HEX5F897F
Decimal95137127
Binary1011111100010011111111
Octal137211177

Shades and tints

Shades of #5F897F

#5F897F
(95,137,127)
#577D74
(87,125,116)
#4F7169
(79,113,105)
#47655E
(71,101,94)
#3F5953
(63,89,83)
#374D48
(55,77,72)
#2F413D
(47,65,61)
#273532
(39,53,50)
#1F2927
(31,41,39)
#171D1C
(23,29,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5F897F

#5F897F
(95,137,127)
#6D938A
(109,147,138)
#7B9D95
(123,157,149)
#89A7A0
(137,167,160)
#97B1AB
(151,177,171)
#A5BBB6
(165,187,182)
#B3C5C1
(179,197,193)
#C1CFCC
(193,207,204)
#CFD9D7
(207,217,215)
#DDE3E2
(221,227,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F897F color. Also use rgb(95,137,127) instead hex code.

Text Font Color

.myTextColor { color: #5F897F; }

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

This text font color is #5F897F.


Background Color

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

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

This div background color is #5F897F.


Border color

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

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

This div border color is #5F897F.


Opacity

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

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

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

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

This text has shadow with #5F897F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F897F on black background.


Color preview on white background

This text has color #5F897F on white background.



Black color preview on #5F897F background

This text has black color on #5F897F background.


White color preview on #5F897F background

This text has white color on #5F897F background.