COLOR #5A6E78

HEX: #5A6E78
RGB: (90,110,120)

Color info

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

RGB color model

#5A6E78 color RGB value is (90,110,120).

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

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 120 of 255 = 47%

90
110
120

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

Portions of RGB colors in percentages

R + G + B =
90 + 110 + 120 = 320 (100%)
R 90 of 320 ~ 28.13%
G 110 of 320 ~ 34.38%
B 120 of 320 ~ 37.5%

%28.13
%34.38
%37.5

CMYK color model

#5A6E78 color CMYK value is (25,8,0,53).

  • cyan value is 25.00%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(25,8,0,53)
C25M8Y0K53 
(25%,8%,0%,53%)
(0.25/0.08/0.00/0.53)	

CMYK percentages

%25
%8.33
%0
%52.94

Codes

Color #5A6E78 in popluar color models

5A6E78
RGB90110120
HSL200°14.29%41.18%
HSB/HSV200°25.00%47.06%
CMYK25.00%8.33%0.00%
52.94%

Color #5A6E78 in popluar number systems.

HEX5A6E78
Decimal90110120
Binary101101011011101111000
Octal132156170

Shades and tints

Shades of #5A6E78

#5A6E78
(90,110,120)
#52646E
(82,100,110)
#4A5A64
(74,90,100)
#42505A
(66,80,90)
#3A4650
(58,70,80)
#323C46
(50,60,70)
#2A323C
(42,50,60)
#222832
(34,40,50)
#1A1E28
(26,30,40)
#12141E
(18,20,30)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #5A6E78

#5A6E78
(90,110,120)
#697B84
(105,123,132)
#788890
(120,136,144)
#87959C
(135,149,156)
#96A2A8
(150,162,168)
#A5AFB4
(165,175,180)
#B4BCC0
(180,188,192)
#C3C9CC
(195,201,204)
#D2D6D8
(210,214,216)
#E1E3E4
(225,227,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6E78; }

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

This text font color is #5A6E78.


Background Color

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

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

This div background color is #5A6E78.


Border color

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

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

This div border color is #5A6E78.


Opacity

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

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

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

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

This text has shadow with #5A6E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6E78 on black background.


Color preview on white background

This text has color #5A6E78 on white background.



Black color preview on #5A6E78 background

This text has black color on #5A6E78 background.


White color preview on #5A6E78 background

This text has white color on #5A6E78 background.