COLOR #5F6A78

HEX: #5F6A78
RGB: (95,106,120)

Color info

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

RGB color model

#5F6A78 color RGB value is (95,106,120).

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

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 120 of 255 = 47%

95
106
120

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

Portions of RGB colors in percentages

R + G + B =
95 + 106 + 120 = 321 (100%)
R 95 of 321 ~ 29.6%
G 106 of 321 ~ 33.02%
B 120 of 321 ~ 37.38%

%29.6
%33.02
%37.38

CMYK color model

#5F6A78 color CMYK value is (21,12,0,53).

  • cyan value is 20.83%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(21,12,0,53)
C21M12Y0K53 
(21%,12%,0%,53%)
(0.21/0.12/0.00/0.53)	

CMYK percentages

%20.83
%11.67
%0
%52.94

Codes

Color #5F6A78 in popluar color models

5F6A78
RGB95106120
HSL214°11.63%42.16%
HSB/HSV214°20.83%47.06%
CMYK20.83%11.67%0.00%
52.94%

Color #5F6A78 in popluar number systems.

HEX5F6A78
Decimal95106120
Binary101111111010101111000
Octal137152170

Shades and tints

Shades of #5F6A78

#5F6A78
(95,106,120)
#57616E
(87,97,110)
#4F5864
(79,88,100)
#474F5A
(71,79,90)
#3F4650
(63,70,80)
#373D46
(55,61,70)
#2F343C
(47,52,60)
#272B32
(39,43,50)
#1F2228
(31,34,40)
#17191E
(23,25,30)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #5F6A78

#5F6A78
(95,106,120)
#6D7784
(109,119,132)
#7B8490
(123,132,144)
#89919C
(137,145,156)
#979EA8
(151,158,168)
#A5ABB4
(165,171,180)
#B3B8C0
(179,184,192)
#C1C5CC
(193,197,204)
#CFD2D8
(207,210,216)
#DDDFE4
(221,223,228)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6A78; }

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

This text font color is #5F6A78.


Background Color

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

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

This div background color is #5F6A78.


Border color

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

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

This div border color is #5F6A78.


Opacity

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

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

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

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

This text has shadow with #5F6A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6A78 on black background.


Color preview on white background

This text has color #5F6A78 on white background.



Black color preview on #5F6A78 background

This text has black color on #5F6A78 background.


White color preview on #5F6A78 background

This text has white color on #5F6A78 background.