COLOR #5A535E

HEX: #5A535E
RGB: (90,83,94)

Color info

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

RGB color model

#5A535E color RGB value is (90,83,94).

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

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 94 of 255 = 37%

90
83
94

R + G + B ~ 35%. #5A535E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 94 = 267 (100%)
R 90 of 267 ~ 33.71%
G 83 of 267 ~ 31.09%
B 94 of 267 ~ 35.21%

%33.71
%31.09
%35.21

CMYK color model

#5A535E color CMYK value is (4,12,0,63).

  • cyan value is 4.26%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(4,12,0,63)
C4M12Y0K63 
(4%,12%,0%,63%)
(0.04/0.12/0.00/0.63)	

CMYK percentages

%4.26
%11.7
%0
%63.14

Codes

Color #5A535E in popluar color models

5A535E
RGB908394
HSL278°6.21%34.71%
HSB/HSV278°11.70%36.86%
CMYK4.26%11.70%0.00%
63.14%

Color #5A535E in popluar number systems.

HEX5A535E
Decimal908394
Binary101101010100111011110
Octal132123136

Shades and tints

Shades of #5A535E

#5A535E
(90,83,94)
#524C56
(82,76,86)
#4A454E
(74,69,78)
#423E46
(66,62,70)
#3A373E
(58,55,62)
#323036
(50,48,54)
#2A292E
(42,41,46)
#222226
(34,34,38)
#1A1B1E
(26,27,30)
#121416
(18,20,22)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #5A535E

#5A535E
(90,83,94)
#69626C
(105,98,108)
#78717A
(120,113,122)
#878088
(135,128,136)
#968F96
(150,143,150)
#A59EA4
(165,158,164)
#B4ADB2
(180,173,178)
#C3BCC0
(195,188,192)
#D2CBCE
(210,203,206)
#E1DADC
(225,218,220)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A535E; }

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

This text font color is #5A535E.


Background Color

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

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

This div background color is #5A535E.


Border color

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

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

This div border color is #5A535E.


Opacity

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

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

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

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

This text has shadow with #5A535E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A535E on black background.


Color preview on white background

This text has color #5A535E on white background.



Black color preview on #5A535E background

This text has black color on #5A535E background.


White color preview on #5A535E background

This text has white color on #5A535E background.