COLOR #5A6373

HEX: #5A6373
RGB: (90,99,115)

Color info

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

RGB color model

#5A6373 color RGB value is (90,99,115).

  • red value is 90;
  • green value is 99;
  • blue value is 115.
RGB:
(90,99,115)
(35%,39%,45%)

RGB channels and saturation

R 90 of 255 = 35%
G 99 of 255 = 39%
B 115 of 255 = 45%

90
99
115

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

Portions of RGB colors in percentages

R + G + B =
90 + 99 + 115 = 304 (100%)
R 90 of 304 ~ 29.61%
G 99 of 304 ~ 32.57%
B 115 of 304 ~ 37.83%

%29.61
%32.57
%37.83

CMYK color model

#5A6373 color CMYK value is (22,14,0,55).

  • cyan value is 21.74%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(22,14,0,55)
C22M14Y0K55 
(22%,14%,0%,55%)
(0.22/0.14/0.00/0.55)	

CMYK percentages

%21.74
%13.91
%0
%54.9

Codes

Color #5A6373 in popluar color models

5A6373
RGB9099115
HSL218°12.20%40.20%
HSB/HSV218°21.74%45.10%
CMYK21.74%13.91%0.00%
54.90%

Color #5A6373 in popluar number systems.

HEX5A6373
Decimal9099115
Binary101101011000111110011
Octal132143163

Shades and tints

Shades of #5A6373

#5A6373
(90,99,115)
#525A69
(82,90,105)
#4A515F
(74,81,95)
#424855
(66,72,85)
#3A3F4B
(58,63,75)
#323641
(50,54,65)
#2A2D37
(42,45,55)
#22242D
(34,36,45)
#1A1B23
(26,27,35)
#121219
(18,18,25)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #5A6373

#5A6373
(90,99,115)
#69717F
(105,113,127)
#787F8B
(120,127,139)
#878D97
(135,141,151)
#969BA3
(150,155,163)
#A5A9AF
(165,169,175)
#B4B7BB
(180,183,187)
#C3C5C7
(195,197,199)
#D2D3D3
(210,211,211)
#E1E1DF
(225,225,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6373; }

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

This text font color is #5A6373.


Background Color

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

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

This div background color is #5A6373.


Border color

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

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

This div border color is #5A6373.


Opacity

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

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

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

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

This text has shadow with #5A6373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6373 on black background.


Color preview on white background

This text has color #5A6373 on white background.



Black color preview on #5A6373 background

This text has black color on #5A6373 background.


White color preview on #5A6373 background

This text has white color on #5A6373 background.