COLOR #5A6E72

HEX: #5A6E72
RGB: (90,110,114)

Color info

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

RGB color model

#5A6E72 color RGB value is (90,110,114).

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

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 114 of 255 = 45%

90
110
114

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

Portions of RGB colors in percentages

R + G + B =
90 + 110 + 114 = 314 (100%)
R 90 of 314 ~ 28.66%
G 110 of 314 ~ 35.03%
B 114 of 314 ~ 36.31%

%28.66
%35.03
%36.31

CMYK color model

#5A6E72 color CMYK value is (21,4,0,55).

  • cyan value is 21.05%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(21,4,0,55)
C21M4Y0K55 
(21%,4%,0%,55%)
(0.21/0.04/0.00/0.55)	

CMYK percentages

%21.05
%3.51
%0
%55.29

Codes

Color #5A6E72 in popluar color models

5A6E72
RGB90110114
HSL190°11.76%40.00%
HSB/HSV190°21.05%44.71%
CMYK21.05%3.51%0.00%
55.29%

Color #5A6E72 in popluar number systems.

HEX5A6E72
Decimal90110114
Binary101101011011101110010
Octal132156162

Shades and tints

Shades of #5A6E72

#5A6E72
(90,110,114)
#526468
(82,100,104)
#4A5A5E
(74,90,94)
#425054
(66,80,84)
#3A464A
(58,70,74)
#323C40
(50,60,64)
#2A3236
(42,50,54)
#22282C
(34,40,44)
#1A1E22
(26,30,34)
#121418
(18,20,24)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #5A6E72

#5A6E72
(90,110,114)
#697B7E
(105,123,126)
#78888A
(120,136,138)
#879596
(135,149,150)
#96A2A2
(150,162,162)
#A5AFAE
(165,175,174)
#B4BCBA
(180,188,186)
#C3C9C6
(195,201,198)
#D2D6D2
(210,214,210)
#E1E3DE
(225,227,222)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6E72; }

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

This text font color is #5A6E72.


Background Color

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

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

This div background color is #5A6E72.


Border color

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

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

This div border color is #5A6E72.


Opacity

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

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

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

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

This text has shadow with #5A6E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6E72 on black background.


Color preview on white background

This text has color #5A6E72 on white background.



Black color preview on #5A6E72 background

This text has black color on #5A6E72 background.


White color preview on #5A6E72 background

This text has white color on #5A6E72 background.