COLOR #5F686E

HEX: #5F686E
RGB: (95,104,110)

Color info

#5F686E contains red, green and blue colors in about the same proportion. Web safe color of #5F686E is #666666 (or #666).

RGB color model

#5F686E color RGB value is (95,104,110).

  • red value is 95;
  • green value is 104;
  • blue value is 110.
RGB:
(95,104,110)
(37%,41%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 104 of 255 = 41%
B 110 of 255 = 43%

95
104
110

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

Portions of RGB colors in percentages

R + G + B =
95 + 104 + 110 = 309 (100%)
R 95 of 309 ~ 30.74%
G 104 of 309 ~ 33.66%
B 110 of 309 ~ 35.6%

%30.74
%33.66
%35.6

CMYK color model

#5F686E color CMYK value is (14,5,0,57).

  • cyan value is 13.64%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(14,5,0,57)
C14M5Y0K57 
(14%,5%,0%,57%)
(0.14/0.05/0.00/0.57)	

CMYK percentages

%13.64
%5.45
%0
%56.86

Codes

Color #5F686E in popluar color models

5F686E
RGB95104110
HSL204°7.32%40.20%
HSB/HSV204°13.64%43.14%
CMYK13.64%5.45%0.00%
56.86%

Color #5F686E in popluar number systems.

HEX5F686E
Decimal95104110
Binary101111111010001101110
Octal137150156

Shades and tints

Shades of #5F686E

#5F686E
(95,104,110)
#575F64
(87,95,100)
#4F565A
(79,86,90)
#474D50
(71,77,80)
#3F4446
(63,68,70)
#373B3C
(55,59,60)
#2F3232
(47,50,50)
#272928
(39,41,40)
#1F201E
(31,32,30)
#171714
(23,23,20)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #5F686E

#5F686E
(95,104,110)
#6D757B
(109,117,123)
#7B8288
(123,130,136)
#898F95
(137,143,149)
#979CA2
(151,156,162)
#A5A9AF
(165,169,175)
#B3B6BC
(179,182,188)
#C1C3C9
(193,195,201)
#CFD0D6
(207,208,214)
#DDDDE3
(221,221,227)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F686E color. Also use rgb(95,104,110) instead hex code.

Text Font Color

.myTextColor { color: #5F686E; }

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

This text font color is #5F686E.


Background Color

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

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

This div background color is #5F686E.


Border color

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

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

This div border color is #5F686E.


Opacity

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

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

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

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

This text has shadow with #5F686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F686E on black background.


Color preview on white background

This text has color #5F686E on white background.



Black color preview on #5F686E background

This text has black color on #5F686E background.


White color preview on #5F686E background

This text has white color on #5F686E background.