COLOR #5F6D8F

HEX: #5F6D8F
RGB: (95,109,143)

Color info

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

RGB color model

#5F6D8F color RGB value is (95,109,143).

  • red value is 95;
  • green value is 109;
  • blue value is 143.
RGB:
(95,109,143)
(37%,43%,56%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 143 of 255 = 56%

95
109
143

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

Portions of RGB colors in percentages

R + G + B =
95 + 109 + 143 = 347 (100%)
R 95 of 347 ~ 27.38%
G 109 of 347 ~ 31.41%
B 143 of 347 ~ 41.21%

%27.38
%31.41
%41.21

CMYK color model

#5F6D8F color CMYK value is (34,24,0,44).

  • cyan value is 33.57%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(34,24,0,44)
C34M24Y0K44 
(34%,24%,0%,44%)
(0.34/0.24/0.00/0.44)	

CMYK percentages

%33.57
%23.78
%0
%43.92

Codes

Color #5F6D8F in popluar color models

5F6D8F
RGB95109143
HSL223°20.17%46.67%
HSB/HSV223°33.57%56.08%
CMYK33.57%23.78%0.00%
43.92%

Color #5F6D8F in popluar number systems.

HEX5F6D8F
Decimal95109143
Binary1011111110110110001111
Octal137155217

Shades and tints

Shades of #5F6D8F

#5F6D8F
(95,109,143)
#576482
(87,100,130)
#4F5B75
(79,91,117)
#475268
(71,82,104)
#3F495B
(63,73,91)
#37404E
(55,64,78)
#2F3741
(47,55,65)
#272E34
(39,46,52)
#1F2527
(31,37,39)
#171C1A
(23,28,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #5F6D8F

#5F6D8F
(95,109,143)
#6D7A99
(109,122,153)
#7B87A3
(123,135,163)
#8994AD
(137,148,173)
#97A1B7
(151,161,183)
#A5AEC1
(165,174,193)
#B3BBCB
(179,187,203)
#C1C8D5
(193,200,213)
#CFD5DF
(207,213,223)
#DDE2E9
(221,226,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6D8F color. Also use rgb(95,109,143) instead hex code.

Text Font Color

.myTextColor { color: #5F6D8F; }

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

This text font color is #5F6D8F.


Background Color

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

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

This div background color is #5F6D8F.


Border color

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

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

This div border color is #5F6D8F.


Opacity

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

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

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

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

This text has shadow with #5F6D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6D8F on black background.


Color preview on white background

This text has color #5F6D8F on white background.



Black color preview on #5F6D8F background

This text has black color on #5F6D8F background.


White color preview on #5F6D8F background

This text has white color on #5F6D8F background.