COLOR #5F725E

HEX: #5F725E
RGB: (95,114,94)

Color info

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

RGB color model

#5F725E color RGB value is (95,114,94).

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

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 94 of 255 = 37%

95
114
94

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

Portions of RGB colors in percentages

R + G + B =
95 + 114 + 94 = 303 (100%)
R 95 of 303 ~ 31.35%
G 114 of 303 ~ 37.62%
B 94 of 303 ~ 31.02%

%31.35
%37.62
%31.02

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 55.29%
CMYK:
(17,0,18,55)
C17M0Y18K55 
(17%,0%,18%,55%)
(0.17/0.00/0.18/0.55)	

CMYK percentages

%16.67
%0
%17.54
%55.29

Codes

Color #5F725E in popluar color models

5F725E
RGB9511494
HSL117°9.62%40.78%
HSB/HSV117°17.54%44.71%
CMYK16.67%0.00%17.54%
55.29%

Color #5F725E in popluar number systems.

HEX5F725E
Decimal9511494
Binary101111111100101011110
Octal137162136

Shades and tints

Shades of #5F725E

#5F725E
(95,114,94)
#576856
(87,104,86)
#4F5E4E
(79,94,78)
#475446
(71,84,70)
#3F4A3E
(63,74,62)
#374036
(55,64,54)
#2F362E
(47,54,46)
#272C26
(39,44,38)
#1F221E
(31,34,30)
#171816
(23,24,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #5F725E

#5F725E
(95,114,94)
#6D7E6C
(109,126,108)
#7B8A7A
(123,138,122)
#899688
(137,150,136)
#97A296
(151,162,150)
#A5AEA4
(165,174,164)
#B3BAB2
(179,186,178)
#C1C6C0
(193,198,192)
#CFD2CE
(207,210,206)
#DDDEDC
(221,222,220)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F725E; }

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

This text font color is #5F725E.


Background Color

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

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

This div background color is #5F725E.


Border color

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

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

This div border color is #5F725E.


Opacity

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

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

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

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

This text has shadow with #5F725E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F725E on black background.


Color preview on white background

This text has color #5F725E on white background.



Black color preview on #5F725E background

This text has black color on #5F725E background.


White color preview on #5F725E background

This text has white color on #5F725E background.