COLOR #5F726C

HEX: #5F726C
RGB: (95,114,108)

Color info

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

RGB color model

#5F726C color RGB value is (95,114,108).

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

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 108 of 255 = 42%

95
114
108

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

Portions of RGB colors in percentages

R + G + B =
95 + 114 + 108 = 317 (100%)
R 95 of 317 ~ 29.97%
G 114 of 317 ~ 35.96%
B 108 of 317 ~ 34.07%

%29.97
%35.96
%34.07

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 55.29%
CMYK:
(17,0,5,55)
C17M0Y5K55 
(17%,0%,5%,55%)
(0.17/0.00/0.05/0.55)	

CMYK percentages

%16.67
%0
%5.26
%55.29

Codes

Color #5F726C in popluar color models

5F726C
RGB95114108
HSL161°9.09%40.98%
HSB/HSV161°16.67%44.71%
CMYK16.67%0.00%5.26%
55.29%

Color #5F726C in popluar number systems.

HEX5F726C
Decimal95114108
Binary101111111100101101100
Octal137162154

Shades and tints

Shades of #5F726C

#5F726C
(95,114,108)
#576863
(87,104,99)
#4F5E5A
(79,94,90)
#475451
(71,84,81)
#3F4A48
(63,74,72)
#37403F
(55,64,63)
#2F3636
(47,54,54)
#272C2D
(39,44,45)
#1F2224
(31,34,36)
#17181B
(23,24,27)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #5F726C

#5F726C
(95,114,108)
#6D7E79
(109,126,121)
#7B8A86
(123,138,134)
#899693
(137,150,147)
#97A2A0
(151,162,160)
#A5AEAD
(165,174,173)
#B3BABA
(179,186,186)
#C1C6C7
(193,198,199)
#CFD2D4
(207,210,212)
#DDDEE1
(221,222,225)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F726C; }

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

This text font color is #5F726C.


Background Color

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

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

This div background color is #5F726C.


Border color

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

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

This div border color is #5F726C.


Opacity

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

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

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

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

This text has shadow with #5F726C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F726C on black background.


Color preview on white background

This text has color #5F726C on white background.



Black color preview on #5F726C background

This text has black color on #5F726C background.


White color preview on #5F726C background

This text has white color on #5F726C background.