COLOR #5A524D

HEX: #5A524D RGB: (90,82,77)

Color info

#5A524D contains red, green and blue colors in about the same proportion. Web safe color of #5A524D is #666633 (or #663).

RGB color model

#5A524D color RGB value is (90,82,77).

RGB: (90,82,77) (35%, 32%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 77 of 255 = 30%

90
82
77

R + G + B ~ 32%. #5A524D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 82 + 77 = 249 (100%)
R 90 of 249 ~ 36.14%
G 82 of 249 ~ 32.93%
B 77 of 249 ~ 30.92'%

%36.14
%32.93
%30.92

CMYK color model

#5A524D color CMYK value is (0,9,14,65).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 14.44%
  • key color value is 64.71%
CMYK: (0,9,14,65) C0M9Y14K65 (0%,9%,14%,65%) (0.00/0.09/0.14/0.65) 

CMYK percentages

%0
%8.89
%14.44
%64.71

Codes

Color #5A524D in popluar color models

5A 52 4D
RGB 90 82 77
HSL 23° 7.78% 32.75%
HSB/HSV 23° 14.44% 35.29%
CMYK 0.00% 8.89% 14.44%
64.71%

Color #5A524D in popluar number systems.

HEX 5A 52 4D
Decimal 90 82 77
Binary 1011010 1010010 1001101
Octal 132 122 115

Shades and tints

Shades of #5A524D

#5A524D
(90,82,77)
#524B46
(82,75,70)
#4A443F
(74,68,63)
#423D38
(66,61,56)
#3A3631
(58,54,49)
#322F2A
(50,47,42)
#2A2823
(42,40,35)
#22211C
(34,33,28)
#1A1A15
(26,26,21)
#12130E
(18,19,14)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #5A524D

#5A524D
(90,82,77)
#69615D
(105,97,93)
#78706D
(120,112,109)
#877F7D
(135,127,125)
#968E8D
(150,142,141)
#A59D9D
(165,157,157)
#B4ACAD
(180,172,173)
#C3BBBD
(195,187,189)
#D2CACD
(210,202,205)
#E1D9DD
(225,217,221)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A524D; }

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

This text font color is #5A524D.

Background Color

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

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

This div background color is #5A524D.

Border color

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

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

This div border color is #5A524D.

Opacity

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

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

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

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

This text has shadow with #5A524D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A524D.

Preview

Color preview on black background

This text has color #5A524D on black background.


Color preview on white background

This text has color #5A524D on white background.


Black color preview on #5A524D background

This text has black color on #5A524D background.


White color preview on #5A524D background

This text has white color on #5A524D background.


Related colors

Complementary color

Complementary color for #hex is #A5ADB2.


I love getcolorcode.com

Triadic colors

1 #4D5A52 and #524D5A with #5A524D are triadic colors.

2 #4D525A and #525A4D with #5A524D are triadic colors.