COLOR #5F8986

HEX: #5F8986
RGB: (95,137,134)

Color info

#5F8986 contains red, green and blue colors in about the same proportion. Web safe color of #5F8986 is #669999 (or #699).

RGB color model

#5F8986 color RGB value is (95,137,134).

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

RGB channels and saturation

R 95 of 255 = 37%
G 137 of 255 = 54%
B 134 of 255 = 53%

95
137
134

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

Portions of RGB colors in percentages

R + G + B =
95 + 137 + 134 = 366 (100%)
R 95 of 366 ~ 25.96%
G 137 of 366 ~ 37.43%
B 134 of 366 ~ 36.61%

%25.96
%37.43
%36.61

CMYK color model

#5F8986 color CMYK value is (31,0,2,46).

  • cyan value is 30.66%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(31,0,2,46)
C31M0Y2K46 
(31%,0%,2%,46%)
(0.31/0.00/0.02/0.46)	

CMYK percentages

%30.66
%0
%2.19
%46.27

Codes

Color #5F8986 in popluar color models

5F8986
RGB95137134
HSL176°18.10%45.49%
HSB/HSV176°30.66%53.73%
CMYK30.66%0.00%2.19%
46.27%

Color #5F8986 in popluar number systems.

HEX5F8986
Decimal95137134
Binary10111111000100110000110
Octal137211206

Shades and tints

Shades of #5F8986

#5F8986
(95,137,134)
#577D7A
(87,125,122)
#4F716E
(79,113,110)
#476562
(71,101,98)
#3F5956
(63,89,86)
#374D4A
(55,77,74)
#2F413E
(47,65,62)
#273532
(39,53,50)
#1F2926
(31,41,38)
#171D1A
(23,29,26)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #5F8986

#5F8986
(95,137,134)
#6D9391
(109,147,145)
#7B9D9C
(123,157,156)
#89A7A7
(137,167,167)
#97B1B2
(151,177,178)
#A5BBBD
(165,187,189)
#B3C5C8
(179,197,200)
#C1CFD3
(193,207,211)
#CFD9DE
(207,217,222)
#DDE3E9
(221,227,233)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8986; }

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

This text font color is #5F8986.


Background Color

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

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

This div background color is #5F8986.


Border color

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

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

This div border color is #5F8986.


Opacity

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

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

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

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

This text has shadow with #5F8986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8986 on black background.


Color preview on white background

This text has color #5F8986 on white background.



Black color preview on #5F8986 background

This text has black color on #5F8986 background.


White color preview on #5F8986 background

This text has white color on #5F8986 background.