COLOR #5F6E78

HEX: #5F6E78
RGB: (95,110,120)

Color info

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

RGB color model

#5F6E78 color RGB value is (95,110,120).

  • red value is 95;
  • green value is 110;
  • blue value is 120.
RGB:
(95,110,120)
(37%,43%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 110 of 255 = 43%
B 120 of 255 = 47%

95
110
120

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

Portions of RGB colors in percentages

R + G + B =
95 + 110 + 120 = 325 (100%)
R 95 of 325 ~ 29.23%
G 110 of 325 ~ 33.85%
B 120 of 325 ~ 36.92%

%29.23
%33.85
%36.92

CMYK color model

#5F6E78 color CMYK value is (21,8,0,53).

  • cyan value is 20.83%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(21,8,0,53)
C21M8Y0K53 
(21%,8%,0%,53%)
(0.21/0.08/0.00/0.53)	

CMYK percentages

%20.83
%8.33
%0
%52.94

Codes

Color #5F6E78 in popluar color models

5F6E78
RGB95110120
HSL204°11.63%42.16%
HSB/HSV204°20.83%47.06%
CMYK20.83%8.33%0.00%
52.94%

Color #5F6E78 in popluar number systems.

HEX5F6E78
Decimal95110120
Binary101111111011101111000
Octal137156170

Shades and tints

Shades of #5F6E78

#5F6E78
(95,110,120)
#57646E
(87,100,110)
#4F5A64
(79,90,100)
#47505A
(71,80,90)
#3F4650
(63,70,80)
#373C46
(55,60,70)
#2F323C
(47,50,60)
#272832
(39,40,50)
#1F1E28
(31,30,40)
#17141E
(23,20,30)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #5F6E78

#5F6E78
(95,110,120)
#6D7B84
(109,123,132)
#7B8890
(123,136,144)
#89959C
(137,149,156)
#97A2A8
(151,162,168)
#A5AFB4
(165,175,180)
#B3BCC0
(179,188,192)
#C1C9CC
(193,201,204)
#CFD6D8
(207,214,216)
#DDE3E4
(221,227,228)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6E78; }

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

This text font color is #5F6E78.


Background Color

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

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

This div background color is #5F6E78.


Border color

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

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

This div border color is #5F6E78.


Opacity

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

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

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

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

This text has shadow with #5F6E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6E78 on black background.


Color preview on white background

This text has color #5F6E78 on white background.



Black color preview on #5F6E78 background

This text has black color on #5F6E78 background.


White color preview on #5F6E78 background

This text has white color on #5F6E78 background.