COLOR #5A524E

HEX: #5A524E
RGB: (90,82,78)

Color info

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

RGB color model

#5A524E color RGB value is (90,82,78).

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

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 78 of 255 = 31%

90
82
78

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

Portions of RGB colors in percentages

R + G + B =
90 + 82 + 78 = 250 (100%)
R 90 of 250 ~ 36%
G 82 of 250 ~ 32.8%
B 78 of 250 ~ 31.2%

%36
%32.8
%31.2

CMYK color model

#5A524E color CMYK value is (0,9,13,65).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 13.33%
  • key color value is 64.71%
CMYK:
(0,9,13,65)
C0M9Y13K65 
(0%,9%,13%,65%)
(0.00/0.09/0.13/0.65)	

CMYK percentages

%0
%8.89
%13.33
%64.71

Codes

Color #5A524E in popluar color models

5A524E
RGB908278
HSL20°7.14%32.94%
HSB/HSV20°13.33%35.29%
CMYK0.00%8.89%13.33%
64.71%

Color #5A524E in popluar number systems.

HEX5A524E
Decimal908278
Binary101101010100101001110
Octal132122116

Shades and tints

Shades of #5A524E

#5A524E
(90,82,78)
#524B47
(82,75,71)
#4A4440
(74,68,64)
#423D39
(66,61,57)
#3A3632
(58,54,50)
#322F2B
(50,47,43)
#2A2824
(42,40,36)
#22211D
(34,33,29)
#1A1A16
(26,26,22)
#12130F
(18,19,15)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #5A524E

#5A524E
(90,82,78)
#69615E
(105,97,94)
#78706E
(120,112,110)
#877F7E
(135,127,126)
#968E8E
(150,142,142)
#A59D9E
(165,157,158)
#B4ACAE
(180,172,174)
#C3BBBE
(195,187,190)
#D2CACE
(210,202,206)
#E1D9DE
(225,217,222)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A524E; }

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

This text font color is #5A524E.


Background Color

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

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

This div background color is #5A524E.


Border color

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

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

This div border color is #5A524E.


Opacity

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

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

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

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

This text has shadow with #5A524E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A524E on black background.


Color preview on white background

This text has color #5A524E on white background.



Black color preview on #5A524E background

This text has black color on #5A524E background.


White color preview on #5A524E background

This text has white color on #5A524E background.