COLOR #5A5253

HEX: #5A5253
RGB: (90,82,83)

Color info

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

RGB color model

#5A5253 color RGB value is (90,82,83).

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

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 83 of 255 = 33%

90
82
83

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

Portions of RGB colors in percentages

R + G + B =
90 + 82 + 83 = 255 (100%)
R 90 of 255 ~ 35.29%
G 82 of 255 ~ 32.16%
B 83 of 255 ~ 32.55%

%35.29
%32.16
%32.55

CMYK color model

#5A5253 color CMYK value is (0,9,8,65).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 7.78%
  • key color value is 64.71%
CMYK:
(0,9,8,65)
C0M9Y8K65 
(0%,9%,8%,65%)
(0.00/0.09/0.08/0.65)	

CMYK percentages

%0
%8.89
%7.78
%64.71

Codes

Color #5A5253 in popluar color models

5A5253
RGB908283
HSL353°4.65%33.73%
HSB/HSV353°8.89%35.29%
CMYK0.00%8.89%7.78%
64.71%

Color #5A5253 in popluar number systems.

HEX5A5253
Decimal908283
Binary101101010100101010011
Octal132122123

Shades and tints

Shades of #5A5253

#5A5253
(90,82,83)
#524B4C
(82,75,76)
#4A4445
(74,68,69)
#423D3E
(66,61,62)
#3A3637
(58,54,55)
#322F30
(50,47,48)
#2A2829
(42,40,41)
#222122
(34,33,34)
#1A1A1B
(26,26,27)
#121314
(18,19,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A5253

#5A5253
(90,82,83)
#696162
(105,97,98)
#787071
(120,112,113)
#877F80
(135,127,128)
#968E8F
(150,142,143)
#A59D9E
(165,157,158)
#B4ACAD
(180,172,173)
#C3BBBC
(195,187,188)
#D2CACB
(210,202,203)
#E1D9DA
(225,217,218)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5253; }

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

This text font color is #5A5253.


Background Color

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

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

This div background color is #5A5253.


Border color

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

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

This div border color is #5A5253.


Opacity

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

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

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

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

This text has shadow with #5A5253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5253 on black background.


Color preview on white background

This text has color #5A5253 on white background.



Black color preview on #5A5253 background

This text has black color on #5A5253 background.


White color preview on #5A5253 background

This text has white color on #5A5253 background.