COLOR #5F8A99

HEX: #5F8A99 RGB: (95,138,153)

Color info

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

RGB color model

#5F8A99 color RGB value is (95,138,153).

RGB: (95,138,153) (37%, 54%, 60%)

RGB channels and saturation

R 95 of 255 = 37%
G 138 of 255 = 54%
B 153 of 255 = 60%

95
138
153

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

Portions of RGB colors in percentages

R + G + B = 95 + 138 + 153 = 386 (100%)
R 95 of 386 ~ 24.61%
G 138 of 386 ~ 35.75%
B 153 of 386 ~ 39.64'%

%24.61
%35.75
%39.64

CMYK color model

#5F8A99 color CMYK value is (38,10,0,40).

  • cyan value is 37.91%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (38,10,0,40)
C38M10Y0K40 (38%, 10%, 0%, 40%)
(0.38 / 0.10 / 0.00 / 0.40)

CMYK percentages

%37.91
%9.8
%0
%40

Codes

Color #5F8A99 in popluar color models

5F 8A 99
RGB 95 138 153
HSL 196° 23.39% 48.63%
HSB/HSV 196° 37.91% 60.00%
CMYK 37.91% 9.80% 0.00%
40.00%

Color #5F8A99 in popluar number systems.

HEX 5F 8A 99
Decimal 95 138 153
Binary 1011111 10001010 10011001
Octal 137 212 231

Shades and tints

Shades of #5F8A99

#5F8A99
(95,138,153)
#577E8C
(87,126,140)
#4F727F
(79,114,127)
#476672
(71,102,114)
#3F5A65
(63,90,101)
#374E58
(55,78,88)
#2F424B
(47,66,75)
#27363E
(39,54,62)
#1F2A31
(31,42,49)
#171E24
(23,30,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #5F8A99

#5F8A99
(95,138,153)
#6D94A2
(109,148,162)
#7B9EAB
(123,158,171)
#89A8B4
(137,168,180)
#97B2BD
(151,178,189)
#A5BCC6
(165,188,198)
#B3C6CF
(179,198,207)
#C1D0D8
(193,208,216)
#CFDAE1
(207,218,225)
#DDE4EA
(221,228,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8A99; }

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

This text font color is #5F8A99.

Background Color

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

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

This div background color is #5F8A99.

Border color

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

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

This div border color is #5F8A99.

Opacity

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

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

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

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

This text has shadow with #5F8A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8A99.

Preview

Color preview on black background

This text has color #5F8A99 on black background.


Color preview on white background

This text has color #5F8A99 on white background.


Black color preview on #5F8A99 background

This text has black color on #5F8A99 background.


White color preview on #5F8A99 background

This text has white color on #5F8A99 background.


Related colors

Complementary color

Complementary color for #hex is #A07566.


I love getcolorcode.com

Triadic colors

1 #995F8A and #8A995F with #5F8A99 are triadic colors.

2 #998A5F and #8A5F99 with #5F8A99 are triadic colors.