COLOR #5F7570

HEX: #5F7570 RGB: (95,117,112)

Color info

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

RGB color model

#5F7570 color RGB value is (95,117,112).

RGB: (95,117,112) (37%, 46%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 117 of 255 = 46%
B 112 of 255 = 44%

95
117
112

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

Portions of RGB colors in percentages

R + G + B = 95 + 117 + 112 = 324 (100%)
R 95 of 324 ~ 29.32%
G 117 of 324 ~ 36.11%
B 112 of 324 ~ 34.57'%

%29.32
%36.11
%34.57

CMYK color model

#5F7570 color CMYK value is (19,0,4,54).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 54.12%

CMYK: (19,0,4,54)
C19M0Y4K54 (19%, 0%, 4%, 54%)
(0.19 / 0.00 / 0.04 / 0.54)

CMYK percentages

%18.8
%0
%4.27
%54.12

Codes

Color #5F7570 in popluar color models

5F 75 70
RGB 95 117 112
HSL 166° 10.38% 41.57%
HSB/HSV 166° 18.80% 45.88%
CMYK 18.80% 0.00% 4.27%
54.12%

Color #5F7570 in popluar number systems.

HEX 5F 75 70
Decimal 95 117 112
Binary 1011111 1110101 1110000
Octal 137 165 160

Shades and tints

Shades of #5F7570

#5F7570
(95,117,112)
#576B66
(87,107,102)
#4F615C
(79,97,92)
#475752
(71,87,82)
#3F4D48
(63,77,72)
#37433E
(55,67,62)
#2F3934
(47,57,52)
#272F2A
(39,47,42)
#1F2520
(31,37,32)
#171B16
(23,27,22)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #5F7570

#5F7570
(95,117,112)
#6D817D
(109,129,125)
#7B8D8A
(123,141,138)
#899997
(137,153,151)
#97A5A4
(151,165,164)
#A5B1B1
(165,177,177)
#B3BDBE
(179,189,190)
#C1C9CB
(193,201,203)
#CFD5D8
(207,213,216)
#DDE1E5
(221,225,229)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7570; }

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

This text font color is #5F7570.

Background Color

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

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

This div background color is #5F7570.

Border color

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

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

This div border color is #5F7570.

Opacity

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

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

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

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

This text has shadow with #5F7570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7570.

Preview

Color preview on black background

This text has color #5F7570 on black background.


Color preview on white background

This text has color #5F7570 on white background.


Black color preview on #5F7570 background

This text has black color on #5F7570 background.


White color preview on #5F7570 background

This text has white color on #5F7570 background.


Related colors

Complementary color

Complementary color for #hex is #A08A8F.


I love getcolorcode.com

Triadic colors

1 #705F75 and #75705F with #5F7570 are triadic colors.

2 #70755F and #755F70 with #5F7570 are triadic colors.