COLOR #5A4E52

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
78
82

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

Portions of RGB colors in percentages

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

%36
%31.2
%32.8

CMYK color model

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

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

CMYK percentages

%0
%13.33
%8.89
%64.71

Codes

Color #5A4E52 in popluar color models

5A4E52
RGB907882
HSL340°7.14%32.94%
HSB/HSV340°13.33%35.29%
CMYK0.00%13.33%8.89%
64.71%

Color #5A4E52 in popluar number systems.

HEX5A4E52
Decimal907882
Binary101101010011101010010
Octal132116122

Shades and tints

Shades of #5A4E52

#5A4E52
(90,78,82)
#52474B
(82,71,75)
#4A4044
(74,64,68)
#42393D
(66,57,61)
#3A3236
(58,50,54)
#322B2F
(50,43,47)
#2A2428
(42,36,40)
#221D21
(34,29,33)
#1A161A
(26,22,26)
#120F13
(18,15,19)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #5A4E52

#5A4E52
(90,78,82)
#695E61
(105,94,97)
#786E70
(120,110,112)
#877E7F
(135,126,127)
#968E8E
(150,142,142)
#A59E9D
(165,158,157)
#B4AEAC
(180,174,172)
#C3BEBB
(195,190,187)
#D2CECA
(210,206,202)
#E1DED9
(225,222,217)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4E52; }

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

This text font color is #5A4E52.


Background Color

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

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

This div background color is #5A4E52.


Border color

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

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

This div border color is #5A4E52.


Opacity

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

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

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

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

This text has shadow with #5A4E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4E52 on black background.


Color preview on white background

This text has color #5A4E52 on white background.



Black color preview on #5A4E52 background

This text has black color on #5A4E52 background.


White color preview on #5A4E52 background

This text has white color on #5A4E52 background.