COLOR #5F8D89

HEX: #5F8D89
RGB: (95,141,137)

Color info

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

RGB color model

#5F8D89 color RGB value is (95,141,137).

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

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 137 of 255 = 54%

95
141
137

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

Portions of RGB colors in percentages

R + G + B =
95 + 141 + 137 = 373 (100%)
R 95 of 373 ~ 25.47%
G 141 of 373 ~ 37.8%
B 137 of 373 ~ 36.73%

%25.47
%37.8
%36.73

CMYK color model

#5F8D89 color CMYK value is (33,0,3,45).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(33,0,3,45)
C33M0Y3K45 
(33%,0%,3%,45%)
(0.33/0.00/0.03/0.45)	

CMYK percentages

%32.62
%0
%2.84
%44.71

Codes

Color #5F8D89 in popluar color models

5F8D89
RGB95141137
HSL175°19.49%46.27%
HSB/HSV175°32.62%55.29%
CMYK32.62%0.00%2.84%
44.71%

Color #5F8D89 in popluar number systems.

HEX5F8D89
Decimal95141137
Binary10111111000110110001001
Octal137215211

Shades and tints

Shades of #5F8D89

#5F8D89
(95,141,137)
#57817D
(87,129,125)
#4F7571
(79,117,113)
#476965
(71,105,101)
#3F5D59
(63,93,89)
#37514D
(55,81,77)
#2F4541
(47,69,65)
#273935
(39,57,53)
#1F2D29
(31,45,41)
#17211D
(23,33,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #5F8D89

#5F8D89
(95,141,137)
#6D9793
(109,151,147)
#7BA19D
(123,161,157)
#89ABA7
(137,171,167)
#97B5B1
(151,181,177)
#A5BFBB
(165,191,187)
#B3C9C5
(179,201,197)
#C1D3CF
(193,211,207)
#CFDDD9
(207,221,217)
#DDE7E3
(221,231,227)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8D89; }

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

This text font color is #5F8D89.


Background Color

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

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

This div background color is #5F8D89.


Border color

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

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

This div border color is #5F8D89.


Opacity

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

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

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

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

This text has shadow with #5F8D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8D89 on black background.


Color preview on white background

This text has color #5F8D89 on white background.



Black color preview on #5F8D89 background

This text has black color on #5F8D89 background.


White color preview on #5F8D89 background

This text has white color on #5F8D89 background.