COLOR #5F6D72

HEX: #5F6D72
RGB: (95,109,114)

Color info

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

RGB color model

#5F6D72 color RGB value is (95,109,114).

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

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 114 of 255 = 45%

95
109
114

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

Portions of RGB colors in percentages

R + G + B =
95 + 109 + 114 = 318 (100%)
R 95 of 318 ~ 29.87%
G 109 of 318 ~ 34.28%
B 114 of 318 ~ 35.85%

%29.87
%34.28
%35.85

CMYK color model

#5F6D72 color CMYK value is (17,4,0,55).

  • cyan value is 16.67%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(17,4,0,55)
C17M4Y0K55 
(17%,4%,0%,55%)
(0.17/0.04/0.00/0.55)	

CMYK percentages

%16.67
%4.39
%0
%55.29

Codes

Color #5F6D72 in popluar color models

5F6D72
RGB95109114
HSL196°9.09%40.98%
HSB/HSV196°16.67%44.71%
CMYK16.67%4.39%0.00%
55.29%

Color #5F6D72 in popluar number systems.

HEX5F6D72
Decimal95109114
Binary101111111011011110010
Octal137155162

Shades and tints

Shades of #5F6D72

#5F6D72
(95,109,114)
#576468
(87,100,104)
#4F5B5E
(79,91,94)
#475254
(71,82,84)
#3F494A
(63,73,74)
#374040
(55,64,64)
#2F3736
(47,55,54)
#272E2C
(39,46,44)
#1F2522
(31,37,34)
#171C18
(23,28,24)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #5F6D72

#5F6D72
(95,109,114)
#6D7A7E
(109,122,126)
#7B878A
(123,135,138)
#899496
(137,148,150)
#97A1A2
(151,161,162)
#A5AEAE
(165,174,174)
#B3BBBA
(179,187,186)
#C1C8C6
(193,200,198)
#CFD5D2
(207,213,210)
#DDE2DE
(221,226,222)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6D72; }

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

This text font color is #5F6D72.


Background Color

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

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

This div background color is #5F6D72.


Border color

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

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

This div border color is #5F6D72.


Opacity

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

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

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

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

This text has shadow with #5F6D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6D72 on black background.


Color preview on white background

This text has color #5F6D72 on white background.



Black color preview on #5F6D72 background

This text has black color on #5F6D72 background.


White color preview on #5F6D72 background

This text has white color on #5F6D72 background.