COLOR #5F8C8D

HEX: #5F8C8D RGB: (95,140,141)

Color info

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

RGB color model

#5F8C8D color RGB value is (95,140,141).

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

RGB channels and saturation

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

95
140
141

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

Portions of RGB colors in percentages

R + G + B = 95 + 140 + 141 = 376 (100%)
R 95 of 376 ~ 25.27%
G 140 of 376 ~ 37.23%
B 141 of 376 ~ 37.5'%

%25.27
%37.23
%37.5

CMYK color model

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

  • cyan value is 32.62%
  • magenta value is 0.71%
  • 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
%0.71
%0
%44.71

Codes

Color #5F8C8D in popluar color models

5F 8C 8D
RGB 95 140 141
HSL 181° 19.49% 46.27%
HSB/HSV 181° 32.62% 55.29%
CMYK 32.62% 0.71% 0.00%
44.71%

Color #5F8C8D in popluar number systems.

HEX 5F 8C 8D
Decimal 95 140 141
Binary 1011111 10001100 10001101
Octal 137 214 215

Shades and tints

Shades of #5F8C8D

#5F8C8D
(95,140,141)
#578081
(87,128,129)
#4F7475
(79,116,117)
#476869
(71,104,105)
#3F5C5D
(63,92,93)
#375051
(55,80,81)
#2F4445
(47,68,69)
#273839
(39,56,57)
#1F2C2D
(31,44,45)
#172021
(23,32,33)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #5F8C8D

#5F8C8D
(95,140,141)
#6D9697
(109,150,151)
#7BA0A1
(123,160,161)
#89AAAB
(137,170,171)
#97B4B5
(151,180,181)
#A5BEBF
(165,190,191)
#B3C8C9
(179,200,201)
#C1D2D3
(193,210,211)
#CFDCDD
(207,220,221)
#DDE6E7
(221,230,231)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8C8D; }

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

This text font color is #5F8C8D.

Background Color

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

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

This div background color is #5F8C8D.

Border color

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

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

This div border color is #5F8C8D.

Opacity

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

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

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

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

This text has shadow with #5F8C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8C8D.

Preview

Color preview on black background

This text has color #5F8C8D on black background.


Color preview on white background

This text has color #5F8C8D on white background.


Black color preview on #5F8C8D background

This text has black color on #5F8C8D background.


White color preview on #5F8C8D background

This text has white color on #5F8C8D background.


Related colors

Complementary color

Complementary color for #hex is #A07372.


I love getcolorcode.com

Triadic colors

1 #8D5F8C and #8C8D5F with #5F8C8D are triadic colors.

2 #8D8C5F and #8C5F8D with #5F8C8D are triadic colors.