COLOR #5F8A87

HEX: #5F8A87
RGB: (95,138,135)

Color info

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

RGB color model

#5F8A87 color RGB value is (95,138,135).

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

RGB channels and saturation

R 95 of 255 = 37%
G 138 of 255 = 54%
B 135 of 255 = 53%

95
138
135

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

Portions of RGB colors in percentages

R + G + B =
95 + 138 + 135 = 368 (100%)
R 95 of 368 ~ 25.82%
G 138 of 368 ~ 37.5%
B 135 of 368 ~ 36.68%

%25.82
%37.5
%36.68

CMYK color model

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

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

CMYK percentages

%31.16
%0
%2.17
%45.88

Codes

Color #5F8A87 in popluar color models

5F8A87
RGB95138135
HSL176°18.45%45.69%
HSB/HSV176°31.16%54.12%
CMYK31.16%0.00%2.17%
45.88%

Color #5F8A87 in popluar number systems.

HEX5F8A87
Decimal95138135
Binary10111111000101010000111
Octal137212207

Shades and tints

Shades of #5F8A87

#5F8A87
(95,138,135)
#577E7B
(87,126,123)
#4F726F
(79,114,111)
#476663
(71,102,99)
#3F5A57
(63,90,87)
#374E4B
(55,78,75)
#2F423F
(47,66,63)
#273633
(39,54,51)
#1F2A27
(31,42,39)
#171E1B
(23,30,27)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #5F8A87

#5F8A87
(95,138,135)
#6D9491
(109,148,145)
#7B9E9B
(123,158,155)
#89A8A5
(137,168,165)
#97B2AF
(151,178,175)
#A5BCB9
(165,188,185)
#B3C6C3
(179,198,195)
#C1D0CD
(193,208,205)
#CFDAD7
(207,218,215)
#DDE4E1
(221,228,225)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8A87 color. Also use rgb(95,138,135) instead hex code.

Text Font Color

.myTextColor { color: #5F8A87; }

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

This text font color is #5F8A87.


Background Color

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

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

This div background color is #5F8A87.


Border color

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

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

This div border color is #5F8A87.


Opacity

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

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

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

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

This text has shadow with #5F8A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8A87 on black background.


Color preview on white background

This text has color #5F8A87 on white background.



Black color preview on #5F8A87 background

This text has black color on #5F8A87 background.


White color preview on #5F8A87 background

This text has white color on #5F8A87 background.