COLOR #5A6A73

HEX: #5A6A73 RGB: (90,106,115)

Color info

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

RGB color model

#5A6A73 color RGB value is (90,106,115).

RGB: (90,106,115) (35%, 42%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 106 of 255 = 42%
B 115 of 255 = 45%

90
106
115

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

Portions of RGB colors in percentages

R + G + B = 90 + 106 + 115 = 311 (100%)
R 90 of 311 ~ 28.94%
G 106 of 311 ~ 34.08%
B 115 of 311 ~ 36.98'%

%28.94
%34.08
%36.98

CMYK color model

#5A6A73 color CMYK value is (22,8,0,55).

  • cyan value is 21.74%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (22,8,0,55)
C22M8Y0K55 (22%, 8%, 0%, 55%)
(0.22 / 0.08 / 0.00 / 0.55)

CMYK percentages

%21.74
%7.83
%0
%54.9

Codes

Color #5A6A73 in popluar color models

5A 6A 73
RGB 90 106 115
HSL 202° 12.20% 40.20%
HSB/HSV 202° 21.74% 45.10%
CMYK 21.74% 7.83% 0.00%
54.90%

Color #5A6A73 in popluar number systems.

HEX 5A 6A 73
Decimal 90 106 115
Binary 1011010 1101010 1110011
Octal 132 152 163

Shades and tints

Shades of #5A6A73

#5A6A73
(90,106,115)
#526169
(82,97,105)
#4A585F
(74,88,95)
#424F55
(66,79,85)
#3A464B
(58,70,75)
#323D41
(50,61,65)
#2A3437
(42,52,55)
#222B2D
(34,43,45)
#1A2223
(26,34,35)
#121919
(18,25,25)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #5A6A73

#5A6A73
(90,106,115)
#69777F
(105,119,127)
#78848B
(120,132,139)
#879197
(135,145,151)
#969EA3
(150,158,163)
#A5ABAF
(165,171,175)
#B4B8BB
(180,184,187)
#C3C5C7
(195,197,199)
#D2D2D3
(210,210,211)
#E1DFDF
(225,223,223)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6A73 color. Also use rgb(90,106,115) instead hex code.

Text Font Color

.myTextColor { color: #5A6A73; }

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

This text font color is #5A6A73.

Background Color

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

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

This div background color is #5A6A73.

Border color

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

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

This div border color is #5A6A73.

Opacity

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

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

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

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

This text has shadow with #5A6A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6A73.

Preview

Color preview on black background

This text has color #5A6A73 on black background.


Color preview on white background

This text has color #5A6A73 on white background.


Black color preview on #5A6A73 background

This text has black color on #5A6A73 background.


White color preview on #5A6A73 background

This text has white color on #5A6A73 background.


Related colors

Complementary color

Complementary color for #hex is #A5958C.


I love getcolorcode.com

Triadic colors

1 #735A6A and #6A735A with #5A6A73 are triadic colors.

2 #736A5A and #6A5A73 with #5A6A73 are triadic colors.