COLOR #5F7572

HEX: #5F7572 RGB: (95,117,114)

Color info

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

RGB color model

#5F7572 color RGB value is (95,117,114).

RGB: (95,117,114) (37%, 46%, 45%)

RGB channels and saturation

R 95 of 255 = 37%
G 117 of 255 = 46%
B 114 of 255 = 45%

95
117
114

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

Portions of RGB colors in percentages

R + G + B = 95 + 117 + 114 = 326 (100%)
R 95 of 326 ~ 29.14%
G 117 of 326 ~ 35.89%
B 114 of 326 ~ 34.97'%

%29.14
%35.89
%34.97

CMYK color model

#5F7572 color CMYK value is (19,0,3,54).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK: (19,0,3,54) C19M0Y3K54 (19%,0%,3%,54%) (0.19/0.00/0.03/0.54) 

CMYK percentages

%18.8
%0
%2.56
%54.12

Codes

Color #5F7572 in popluar color models

5F 75 72
RGB 95 117 114
HSL 172° 10.38% 41.57%
HSB/HSV 172° 18.80% 45.88%
CMYK 18.80% 0.00% 2.56%
54.12%

Color #5F7572 in popluar number systems.

HEX 5F 75 72
Decimal 95 117 114
Binary 1011111 1110101 1110010
Octal 137 165 162

Shades and tints

Shades of #5F7572

#5F7572
(95,117,114)
#576B68
(87,107,104)
#4F615E
(79,97,94)
#475754
(71,87,84)
#3F4D4A
(63,77,74)
#374340
(55,67,64)
#2F3936
(47,57,54)
#272F2C
(39,47,44)
#1F2522
(31,37,34)
#171B18
(23,27,24)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #5F7572

#5F7572
(95,117,114)
#6D817E
(109,129,126)
#7B8D8A
(123,141,138)
#899996
(137,153,150)
#97A5A2
(151,165,162)
#A5B1AE
(165,177,174)
#B3BDBA
(179,189,186)
#C1C9C6
(193,201,198)
#CFD5D2
(207,213,210)
#DDE1DE
(221,225,222)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7572; }

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

This text font color is #5F7572.

Background Color

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

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

This div background color is #5F7572.

Border color

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

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

This div border color is #5F7572.

Opacity

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

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

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

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

This text has shadow with #5F7572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7572.

Preview

Color preview on black background

This text has color #5F7572 on black background.


Color preview on white background

This text has color #5F7572 on white background.


Black color preview on #5F7572 background

This text has black color on #5F7572 background.


White color preview on #5F7572 background

This text has white color on #5F7572 background.


Related colors

Complementary color

Complementary color for #hex is #A08A8D.


I love getcolorcode.com

Triadic colors

1 #725F75 and #75725F with #5F7572 are triadic colors.

2 #72755F and #755F72 with #5F7572 are triadic colors.