COLOR #5A5053

HEX: #5A5053
RGB: (90,80,83)

Color info

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

RGB color model

#5A5053 color RGB value is (90,80,83).

  • red value is 90;
  • green value is 80;
  • blue value is 83.
RGB:
(90,80,83)
(35%,31%,33%)

RGB channels and saturation

R 90 of 255 = 35%
G 80 of 255 = 31%
B 83 of 255 = 33%

90
80
83

R + G + B ~ 33%. #5A5053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 80 + 83 = 253 (100%)
R 90 of 253 ~ 35.57%
G 80 of 253 ~ 31.62%
B 83 of 253 ~ 32.81%

%35.57
%31.62
%32.81

CMYK color model

#5A5053 color CMYK value is (0,11,8,65).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 7.78%
  • key color value is 64.71%
CMYK:
(0,11,8,65)
C0M11Y8K65 
(0%,11%,8%,65%)
(0.00/0.11/0.08/0.65)	

CMYK percentages

%0
%11.11
%7.78
%64.71

Codes

Color #5A5053 in popluar color models

5A5053
RGB908083
HSL342°5.88%33.33%
HSB/HSV342°11.11%35.29%
CMYK0.00%11.11%7.78%
64.71%

Color #5A5053 in popluar number systems.

HEX5A5053
Decimal908083
Binary101101010100001010011
Octal132120123

Shades and tints

Shades of #5A5053

#5A5053
(90,80,83)
#52494C
(82,73,76)
#4A4245
(74,66,69)
#423B3E
(66,59,62)
#3A3437
(58,52,55)
#322D30
(50,45,48)
#2A2629
(42,38,41)
#221F22
(34,31,34)
#1A181B
(26,24,27)
#121114
(18,17,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #5A5053

#5A5053
(90,80,83)
#695F62
(105,95,98)
#786E71
(120,110,113)
#877D80
(135,125,128)
#968C8F
(150,140,143)
#A59B9E
(165,155,158)
#B4AAAD
(180,170,173)
#C3B9BC
(195,185,188)
#D2C8CB
(210,200,203)
#E1D7DA
(225,215,218)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5053 color. Also use rgb(90,80,83) instead hex code.

Text Font Color

.myTextColor { color: #5A5053; }

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

This text font color is #5A5053.


Background Color

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

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

This div background color is #5A5053.


Border color

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

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

This div border color is #5A5053.


Opacity

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

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

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

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

This text has shadow with #5A5053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5053 on black background.


Color preview on white background

This text has color #5A5053 on white background.



Black color preview on #5A5053 background

This text has black color on #5A5053 background.


White color preview on #5A5053 background

This text has white color on #5A5053 background.