COLOR #5F8689

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
134
137

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

Portions of RGB colors in percentages

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

%25.96
%36.61
%37.43

CMYK color model

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

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

CMYK percentages

%30.66
%2.19
%0
%46.27

Codes

Color #5F8689 in popluar color models

5F8689
RGB95134137
HSL184°18.10%45.49%
HSB/HSV184°30.66%53.73%
CMYK30.66%2.19%0.00%
46.27%

Color #5F8689 in popluar number systems.

HEX5F8689
Decimal95134137
Binary10111111000011010001001
Octal137206211

Shades and tints

Shades of #5F8689

#5F8689
(95,134,137)
#577A7D
(87,122,125)
#4F6E71
(79,110,113)
#476265
(71,98,101)
#3F5659
(63,86,89)
#374A4D
(55,74,77)
#2F3E41
(47,62,65)
#273235
(39,50,53)
#1F2629
(31,38,41)
#171A1D
(23,26,29)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #5F8689

#5F8689
(95,134,137)
#6D9193
(109,145,147)
#7B9C9D
(123,156,157)
#89A7A7
(137,167,167)
#97B2B1
(151,178,177)
#A5BDBB
(165,189,187)
#B3C8C5
(179,200,197)
#C1D3CF
(193,211,207)
#CFDED9
(207,222,217)
#DDE9E3
(221,233,227)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8689; }

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

This text font color is #5F8689.


Background Color

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

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

This div background color is #5F8689.


Border color

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

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

This div border color is #5F8689.


Opacity

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

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

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

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

This text has shadow with #5F8689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8689 on black background.


Color preview on white background

This text has color #5F8689 on white background.



Black color preview on #5F8689 background

This text has black color on #5F8689 background.


White color preview on #5F8689 background

This text has white color on #5F8689 background.