COLOR #5F6772

HEX: #5F6772
RGB: (95,103,114)

Color info

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

RGB color model

#5F6772 color RGB value is (95,103,114).

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

RGB channels and saturation

R 95 of 255 = 37%
G 103 of 255 = 40%
B 114 of 255 = 45%

95
103
114

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

Portions of RGB colors in percentages

R + G + B =
95 + 103 + 114 = 312 (100%)
R 95 of 312 ~ 30.45%
G 103 of 312 ~ 33.01%
B 114 of 312 ~ 36.54%

%30.45
%33.01
%36.54

CMYK color model

#5F6772 color CMYK value is (17,10,0,55).

  • cyan value is 16.67%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(17,10,0,55)
C17M10Y0K55 
(17%,10%,0%,55%)
(0.17/0.10/0.00/0.55)	

CMYK percentages

%16.67
%9.65
%0
%55.29

Codes

Color #5F6772 in popluar color models

5F6772
RGB95103114
HSL215°9.09%40.98%
HSB/HSV215°16.67%44.71%
CMYK16.67%9.65%0.00%
55.29%

Color #5F6772 in popluar number systems.

HEX5F6772
Decimal95103114
Binary101111111001111110010
Octal137147162

Shades and tints

Shades of #5F6772

#5F6772
(95,103,114)
#575E68
(87,94,104)
#4F555E
(79,85,94)
#474C54
(71,76,84)
#3F434A
(63,67,74)
#373A40
(55,58,64)
#2F3136
(47,49,54)
#27282C
(39,40,44)
#1F1F22
(31,31,34)
#171618
(23,22,24)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #5F6772

#5F6772
(95,103,114)
#6D747E
(109,116,126)
#7B818A
(123,129,138)
#898E96
(137,142,150)
#979BA2
(151,155,162)
#A5A8AE
(165,168,174)
#B3B5BA
(179,181,186)
#C1C2C6
(193,194,198)
#CFCFD2
(207,207,210)
#DDDCDE
(221,220,222)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6772; }

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

This text font color is #5F6772.


Background Color

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

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

This div background color is #5F6772.


Border color

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

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

This div border color is #5F6772.


Opacity

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

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

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

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

This text has shadow with #5F6772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6772 on black background.


Color preview on white background

This text has color #5F6772 on white background.



Black color preview on #5F6772 background

This text has black color on #5F6772 background.


White color preview on #5F6772 background

This text has white color on #5F6772 background.