COLOR #5F6B70

HEX: #5F6B70 RGB: (95,107,112)

Color info

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

RGB color model

#5F6B70 color RGB value is (95,107,112).

RGB: (95,107,112) (37%, 42%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 112 of 255 = 44%

95
107
112

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

Portions of RGB colors in percentages

R + G + B = 95 + 107 + 112 = 314 (100%)
R 95 of 314 ~ 30.25%
G 107 of 314 ~ 34.08%
B 112 of 314 ~ 35.67'%

%30.25
%34.08
%35.67

CMYK color model

#5F6B70 color CMYK value is (15,4,0,56).

  • cyan value is 15.18%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (15,4,0,56) C15M4Y0K56 (15%,4%,0%,56%) (0.15/0.04/0.00/0.56) 

CMYK percentages

%15.18
%4.46
%0
%56.08

Codes

Color #5F6B70 in popluar color models

5F 6B 70
RGB 95 107 112
HSL 198° 8.21% 40.59%
HSB/HSV 198° 15.18% 43.92%
CMYK 15.18% 4.46% 0.00%
56.08%

Color #5F6B70 in popluar number systems.

HEX 5F 6B 70
Decimal 95 107 112
Binary 1011111 1101011 1110000
Octal 137 153 160

Shades and tints

Shades of #5F6B70

#5F6B70
(95,107,112)
#576266
(87,98,102)
#4F595C
(79,89,92)
#475052
(71,80,82)
#3F4748
(63,71,72)
#373E3E
(55,62,62)
#2F3534
(47,53,52)
#272C2A
(39,44,42)
#1F2320
(31,35,32)
#171A16
(23,26,22)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #5F6B70

#5F6B70
(95,107,112)
#6D787D
(109,120,125)
#7B858A
(123,133,138)
#899297
(137,146,151)
#979FA4
(151,159,164)
#A5ACB1
(165,172,177)
#B3B9BE
(179,185,190)
#C1C6CB
(193,198,203)
#CFD3D8
(207,211,216)
#DDE0E5
(221,224,229)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6B70; }

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

This text font color is #5F6B70.

Background Color

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

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

This div background color is #5F6B70.

Border color

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

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

This div border color is #5F6B70.

Opacity

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

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

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

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

This text has shadow with #5F6B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6B70.

Preview

Color preview on black background

This text has color #5F6B70 on black background.


Color preview on white background

This text has color #5F6B70 on white background.


Black color preview on #5F6B70 background

This text has black color on #5F6B70 background.


White color preview on #5F6B70 background

This text has white color on #5F6B70 background.


Related colors

Complementary color

Complementary color for #hex is #A0948F.


I love getcolorcode.com

Triadic colors

1 #705F6B and #6B705F with #5F6B70 are triadic colors.

2 #706B5F and #6B5F70 with #5F6B70 are triadic colors.