COLOR #5A4D53

HEX: #5A4D53
RGB: (90,77,83)

Color info

#5A4D53 contains red, green and blue colors in about the same proportion. Web safe color of #5A4D53 is #663366 (or #636).

RGB color model

#5A4D53 color RGB value is (90,77,83).

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

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 83 of 255 = 33%

90
77
83

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

Portions of RGB colors in percentages

R + G + B =
90 + 77 + 83 = 250 (100%)
R 90 of 250 ~ 36%
G 77 of 250 ~ 30.8%
B 83 of 250 ~ 33.2%

%36
%30.8
%33.2

CMYK color model

#5A4D53 color CMYK value is (0,14,8,65).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 7.78%
  • key color value is 64.71%
CMYK:
(0,14,8,65)
C0M14Y8K65 
(0%,14%,8%,65%)
(0.00/0.14/0.08/0.65)	

CMYK percentages

%0
%14.44
%7.78
%64.71

Codes

Color #5A4D53 in popluar color models

5A4D53
RGB907783
HSL332°7.78%32.75%
HSB/HSV332°14.44%35.29%
CMYK0.00%14.44%7.78%
64.71%

Color #5A4D53 in popluar number systems.

HEX5A4D53
Decimal907783
Binary101101010011011010011
Octal132115123

Shades and tints

Shades of #5A4D53

#5A4D53
(90,77,83)
#52464C
(82,70,76)
#4A3F45
(74,63,69)
#42383E
(66,56,62)
#3A3137
(58,49,55)
#322A30
(50,42,48)
#2A2329
(42,35,41)
#221C22
(34,28,34)
#1A151B
(26,21,27)
#120E14
(18,14,20)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #5A4D53

#5A4D53
(90,77,83)
#695D62
(105,93,98)
#786D71
(120,109,113)
#877D80
(135,125,128)
#968D8F
(150,141,143)
#A59D9E
(165,157,158)
#B4ADAD
(180,173,173)
#C3BDBC
(195,189,188)
#D2CDCB
(210,205,203)
#E1DDDA
(225,221,218)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4D53; }

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

This text font color is #5A4D53.


Background Color

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

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

This div background color is #5A4D53.


Border color

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

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

This div border color is #5A4D53.


Opacity

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

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

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

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

This text has shadow with #5A4D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4D53 on black background.


Color preview on white background

This text has color #5A4D53 on white background.



Black color preview on #5A4D53 background

This text has black color on #5A4D53 background.


White color preview on #5A4D53 background

This text has white color on #5A4D53 background.