COLOR #5A7172

HEX: #5A7172
RGB: (90,113,114)

Color info

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

RGB color model

#5A7172 color RGB value is (90,113,114).

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

RGB channels and saturation

R 90 of 255 = 35%
G 113 of 255 = 44%
B 114 of 255 = 45%

90
113
114

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

Portions of RGB colors in percentages

R + G + B =
90 + 113 + 114 = 317 (100%)
R 90 of 317 ~ 28.39%
G 113 of 317 ~ 35.65%
B 114 of 317 ~ 35.96%

%28.39
%35.65
%35.96

CMYK color model

#5A7172 color CMYK value is (21,1,0,55).

  • cyan value is 21.05%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(21,1,0,55)
C21M1Y0K55 
(21%,1%,0%,55%)
(0.21/0.01/0.00/0.55)	

CMYK percentages

%21.05
%0.88
%0
%55.29

Codes

Color #5A7172 in popluar color models

5A7172
RGB90113114
HSL183°11.76%40.00%
HSB/HSV183°21.05%44.71%
CMYK21.05%0.88%0.00%
55.29%

Color #5A7172 in popluar number systems.

HEX5A7172
Decimal90113114
Binary101101011100011110010
Octal132161162

Shades and tints

Shades of #5A7172

#5A7172
(90,113,114)
#526768
(82,103,104)
#4A5D5E
(74,93,94)
#425354
(66,83,84)
#3A494A
(58,73,74)
#323F40
(50,63,64)
#2A3536
(42,53,54)
#222B2C
(34,43,44)
#1A2122
(26,33,34)
#121718
(18,23,24)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #5A7172

#5A7172
(90,113,114)
#697D7E
(105,125,126)
#78898A
(120,137,138)
#879596
(135,149,150)
#96A1A2
(150,161,162)
#A5ADAE
(165,173,174)
#B4B9BA
(180,185,186)
#C3C5C6
(195,197,198)
#D2D1D2
(210,209,210)
#E1DDDE
(225,221,222)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7172; }

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

This text font color is #5A7172.


Background Color

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

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

This div background color is #5A7172.


Border color

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

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

This div border color is #5A7172.


Opacity

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

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

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

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

This text has shadow with #5A7172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7172 on black background.


Color preview on white background

This text has color #5A7172 on white background.



Black color preview on #5A7172 background

This text has black color on #5A7172 background.


White color preview on #5A7172 background

This text has white color on #5A7172 background.