COLOR #5F6770

HEX: #5F6770
RGB: (95,103,112)

Color info

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

RGB color model

#5F6770 color RGB value is (95,103,112).

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

RGB channels and saturation

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

95
103
112

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

Portions of RGB colors in percentages

R + G + B =
95 + 103 + 112 = 310 (100%)
R 95 of 310 ~ 30.65%
G 103 of 310 ~ 33.23%
B 112 of 310 ~ 36.13%

%30.65
%33.23
%36.13

CMYK color model

#5F6770 color CMYK value is (15,8,0,56).

  • cyan value is 15.18%
  • magenta value is 8.04%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(15,8,0,56)
C15M8Y0K56 
(15%,8%,0%,56%)
(0.15/0.08/0.00/0.56)	

CMYK percentages

%15.18
%8.04
%0
%56.08

Codes

Color #5F6770 in popluar color models

5F6770
RGB95103112
HSL212°8.21%40.59%
HSB/HSV212°15.18%43.92%
CMYK15.18%8.04%0.00%
56.08%

Color #5F6770 in popluar number systems.

HEX5F6770
Decimal95103112
Binary101111111001111110000
Octal137147160

Shades and tints

Shades of #5F6770

#5F6770
(95,103,112)
#575E66
(87,94,102)
#4F555C
(79,85,92)
#474C52
(71,76,82)
#3F4348
(63,67,72)
#373A3E
(55,58,62)
#2F3134
(47,49,52)
#27282A
(39,40,42)
#1F1F20
(31,31,32)
#171616
(23,22,22)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #5F6770

#5F6770
(95,103,112)
#6D747D
(109,116,125)
#7B818A
(123,129,138)
#898E97
(137,142,151)
#979BA4
(151,155,164)
#A5A8B1
(165,168,177)
#B3B5BE
(179,181,190)
#C1C2CB
(193,194,203)
#CFCFD8
(207,207,216)
#DDDCE5
(221,220,229)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6770; }

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

This text font color is #5F6770.


Background Color

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

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

This div background color is #5F6770.


Border color

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

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

This div border color is #5F6770.


Opacity

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

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

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

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

This text has shadow with #5F6770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6770 on black background.


Color preview on white background

This text has color #5F6770 on white background.



Black color preview on #5F6770 background

This text has black color on #5F6770 background.


White color preview on #5F6770 background

This text has white color on #5F6770 background.