COLOR #5F6E70

HEX: #5F6E70 RGB: (95,110,112)

Color info

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

RGB color model

#5F6E70 color RGB value is (95,110,112).

RGB: (95,110,112) (37%, 43%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 110 of 255 = 43%
B 112 of 255 = 44%

95
110
112

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

Portions of RGB colors in percentages

R + G + B = 95 + 110 + 112 = 317 (100%)
R 95 of 317 ~ 29.97%
G 110 of 317 ~ 34.7%
B 112 of 317 ~ 35.33'%

%29.97
%34.7
%35.33

CMYK color model

#5F6E70 color CMYK value is (15,2,0,56).

  • cyan value is 15.18%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (15,2,0,56)
C15M2Y0K56 (15%, 2%, 0%, 56%)
(0.15 / 0.02 / 0.00 / 0.56)

CMYK percentages

%15.18
%1.79
%0
%56.08

Codes

Color #5F6E70 in popluar color models

5F 6E 70
RGB 95 110 112
HSL 187° 8.21% 40.59%
HSB/HSV 187° 15.18% 43.92%
CMYK 15.18% 1.79% 0.00%
56.08%

Color #5F6E70 in popluar number systems.

HEX 5F 6E 70
Decimal 95 110 112
Binary 1011111 1101110 1110000
Octal 137 156 160

Shades and tints

Shades of #5F6E70

#5F6E70
(95,110,112)
#576466
(87,100,102)
#4F5A5C
(79,90,92)
#475052
(71,80,82)
#3F4648
(63,70,72)
#373C3E
(55,60,62)
#2F3234
(47,50,52)
#27282A
(39,40,42)
#1F1E20
(31,30,32)
#171416
(23,20,22)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #5F6E70

#5F6E70
(95,110,112)
#6D7B7D
(109,123,125)
#7B888A
(123,136,138)
#899597
(137,149,151)
#97A2A4
(151,162,164)
#A5AFB1
(165,175,177)
#B3BCBE
(179,188,190)
#C1C9CB
(193,201,203)
#CFD6D8
(207,214,216)
#DDE3E5
(221,227,229)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6E70; }

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

This text font color is #5F6E70.

Background Color

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

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

This div background color is #5F6E70.

Border color

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

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

This div border color is #5F6E70.

Opacity

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

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

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

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

This text has shadow with #5F6E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6E70.

Preview

Color preview on black background

This text has color #5F6E70 on black background.


Color preview on white background

This text has color #5F6E70 on white background.


Black color preview on #5F6E70 background

This text has black color on #5F6E70 background.


White color preview on #5F6E70 background

This text has white color on #5F6E70 background.


Related colors

Complementary color

Complementary color for #hex is #A0918F.


I love getcolorcode.com

Triadic colors

1 #705F6E and #6E705F with #5F6E70 are triadic colors.

2 #706E5F and #6E5F70 with #5F6E70 are triadic colors.