COLOR #5F7F8B

HEX: #5F7F8B
RGB: (95,127,139)

Color info

#5F7F8B contains red, green and blue colors in about the same proportion. Web safe color of #5F7F8B is #666699 (or #669).

RGB color model

#5F7F8B color RGB value is (95,127,139).

  • red value is 95;
  • green value is 127;
  • blue value is 139.
RGB:
(95,127,139)
(37%,50%,55%)

RGB channels and saturation

R 95 of 255 = 37%
G 127 of 255 = 50%
B 139 of 255 = 55%

95
127
139

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

Portions of RGB colors in percentages

R + G + B =
95 + 127 + 139 = 361 (100%)
R 95 of 361 ~ 26.32%
G 127 of 361 ~ 35.18%
B 139 of 361 ~ 38.5%

%26.32
%35.18
%38.5

CMYK color model

#5F7F8B color CMYK value is (32,9,0,45).

  • cyan value is 31.65%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(32,9,0,45)
C32M9Y0K45 
(32%,9%,0%,45%)
(0.32/0.09/0.00/0.45)	

CMYK percentages

%31.65
%8.63
%0
%45.49

Codes

Color #5F7F8B in popluar color models

5F7F8B
RGB95127139
HSL196°18.80%45.88%
HSB/HSV196°31.65%54.51%
CMYK31.65%8.63%0.00%
45.49%

Color #5F7F8B in popluar number systems.

HEX5F7F8B
Decimal95127139
Binary1011111111111110001011
Octal137177213

Shades and tints

Shades of #5F7F8B

#5F7F8B
(95,127,139)
#57747F
(87,116,127)
#4F6973
(79,105,115)
#475E67
(71,94,103)
#3F535B
(63,83,91)
#37484F
(55,72,79)
#2F3D43
(47,61,67)
#273237
(39,50,55)
#1F272B
(31,39,43)
#171C1F
(23,28,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #5F7F8B

#5F7F8B
(95,127,139)
#6D8A95
(109,138,149)
#7B959F
(123,149,159)
#89A0A9
(137,160,169)
#97ABB3
(151,171,179)
#A5B6BD
(165,182,189)
#B3C1C7
(179,193,199)
#C1CCD1
(193,204,209)
#CFD7DB
(207,215,219)
#DDE2E5
(221,226,229)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7F8B; }

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

This text font color is #5F7F8B.


Background Color

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

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

This div background color is #5F7F8B.


Border color

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

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

This div border color is #5F7F8B.


Opacity

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

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

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

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

This text has shadow with #5F7F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7F8B on black background.


Color preview on white background

This text has color #5F7F8B on white background.



Black color preview on #5F7F8B background

This text has black color on #5F7F8B background.


White color preview on #5F7F8B background

This text has white color on #5F7F8B background.