COLOR #5F8B8D

HEX: #5F8B8D RGB: (95,139,141)

Color info

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

RGB color model

#5F8B8D color RGB value is (95,139,141).

RGB: (95,139,141) (37%, 55%, 55%)

RGB channels and saturation

R 95 of 255 = 37%
G 139 of 255 = 55%
B 141 of 255 = 55%

95
139
141

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

Portions of RGB colors in percentages

R + G + B = 95 + 139 + 141 = 375 (100%)
R 95 of 375 ~ 25.33%
G 139 of 375 ~ 37.07%
B 141 of 375 ~ 37.6'%

%25.33
%37.07
%37.6

CMYK color model

#5F8B8D color CMYK value is (33,1,0,45).

  • cyan value is 32.62%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (33,1,0,45)
C33M1Y0K45 (33%, 1%, 0%, 45%)
(0.33 / 0.01 / 0.00 / 0.45)

CMYK percentages

%32.62
%1.42
%0
%44.71

Codes

Color #5F8B8D in popluar color models

5F 8B 8D
RGB 95 139 141
HSL 183° 19.49% 46.27%
HSB/HSV 183° 32.62% 55.29%
CMYK 32.62% 1.42% 0.00%
44.71%

Color #5F8B8D in popluar number systems.

HEX 5F 8B 8D
Decimal 95 139 141
Binary 1011111 10001011 10001101
Octal 137 213 215

Shades and tints

Shades of #5F8B8D

#5F8B8D
(95,139,141)
#577F81
(87,127,129)
#4F7375
(79,115,117)
#476769
(71,103,105)
#3F5B5D
(63,91,93)
#374F51
(55,79,81)
#2F4345
(47,67,69)
#273739
(39,55,57)
#1F2B2D
(31,43,45)
#171F21
(23,31,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #5F8B8D

#5F8B8D
(95,139,141)
#6D9597
(109,149,151)
#7B9FA1
(123,159,161)
#89A9AB
(137,169,171)
#97B3B5
(151,179,181)
#A5BDBF
(165,189,191)
#B3C7C9
(179,199,201)
#C1D1D3
(193,209,211)
#CFDBDD
(207,219,221)
#DDE5E7
(221,229,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8B8D; }

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

This text font color is #5F8B8D.

Background Color

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

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

This div background color is #5F8B8D.

Border color

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

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

This div border color is #5F8B8D.

Opacity

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

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

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

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

This text has shadow with #5F8B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8B8D.

Preview

Color preview on black background

This text has color #5F8B8D on black background.


Color preview on white background

This text has color #5F8B8D on white background.


Black color preview on #5F8B8D background

This text has black color on #5F8B8D background.


White color preview on #5F8B8D background

This text has white color on #5F8B8D background.


Related colors

Complementary color

Complementary color for #hex is #A07472.


I love getcolorcode.com

Triadic colors

1 #8D5F8B and #8B8D5F with #5F8B8D are triadic colors.

2 #8D8B5F and #8B5F8D with #5F8B8D are triadic colors.