COLOR #5F6570

HEX: #5F6570
RGB: (95,101,112)

Color info

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

RGB color model

#5F6570 color RGB value is (95,101,112).

  • red value is 95;
  • green value is 101;
  • blue value is 112.
RGB:
(95,101,112)
(37%,40%,44%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 112 of 255 = 44%

95
101
112

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

Portions of RGB colors in percentages

R + G + B =
95 + 101 + 112 = 308 (100%)
R 95 of 308 ~ 30.84%
G 101 of 308 ~ 32.79%
B 112 of 308 ~ 36.36%

%30.84
%32.79
%36.36

CMYK color model

#5F6570 color CMYK value is (15,10,0,56).

  • cyan value is 15.18%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(15,10,0,56)
C15M10Y0K56 
(15%,10%,0%,56%)
(0.15/0.10/0.00/0.56)	

CMYK percentages

%15.18
%9.82
%0
%56.08

Codes

Color #5F6570 in popluar color models

5F6570
RGB95101112
HSL219°8.21%40.59%
HSB/HSV219°15.18%43.92%
CMYK15.18%9.82%0.00%
56.08%

Color #5F6570 in popluar number systems.

HEX5F6570
Decimal95101112
Binary101111111001011110000
Octal137145160

Shades and tints

Shades of #5F6570

#5F6570
(95,101,112)
#575C66
(87,92,102)
#4F535C
(79,83,92)
#474A52
(71,74,82)
#3F4148
(63,65,72)
#37383E
(55,56,62)
#2F2F34
(47,47,52)
#27262A
(39,38,42)
#1F1D20
(31,29,32)
#171416
(23,20,22)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #5F6570

#5F6570
(95,101,112)
#6D737D
(109,115,125)
#7B818A
(123,129,138)
#898F97
(137,143,151)
#979DA4
(151,157,164)
#A5ABB1
(165,171,177)
#B3B9BE
(179,185,190)
#C1C7CB
(193,199,203)
#CFD5D8
(207,213,216)
#DDE3E5
(221,227,229)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6570; }

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

This text font color is #5F6570.


Background Color

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

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

This div background color is #5F6570.


Border color

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

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

This div border color is #5F6570.


Opacity

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

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

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

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

This text has shadow with #5F6570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6570 on black background.


Color preview on white background

This text has color #5F6570 on white background.



Black color preview on #5F6570 background

This text has black color on #5F6570 background.


White color preview on #5F6570 background

This text has white color on #5F6570 background.