COLOR #5A4D62

HEX: #5A4D62
RGB: (90,77,98)

Color info

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

RGB color model

#5A4D62 color RGB value is (90,77,98).

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

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 98 of 255 = 38%

90
77
98

R + G + B ~ 34%. #5A4D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 77 + 98 = 265 (100%)
R 90 of 265 ~ 33.96%
G 77 of 265 ~ 29.06%
B 98 of 265 ~ 36.98%

%33.96
%29.06
%36.98

CMYK color model

#5A4D62 color CMYK value is (8,21,0,62).

  • cyan value is 8.16%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(8,21,0,62)
C8M21Y0K62 
(8%,21%,0%,62%)
(0.08/0.21/0.00/0.62)	

CMYK percentages

%8.16
%21.43
%0
%61.57

Codes

Color #5A4D62 in popluar color models

5A4D62
RGB907798
HSL277°12.00%34.31%
HSB/HSV277°21.43%38.43%
CMYK8.16%21.43%0.00%
61.57%

Color #5A4D62 in popluar number systems.

HEX5A4D62
Decimal907798
Binary101101010011011100010
Octal132115142

Shades and tints

Shades of #5A4D62

#5A4D62
(90,77,98)
#52465A
(82,70,90)
#4A3F52
(74,63,82)
#42384A
(66,56,74)
#3A3142
(58,49,66)
#322A3A
(50,42,58)
#2A2332
(42,35,50)
#221C2A
(34,28,42)
#1A1522
(26,21,34)
#120E1A
(18,14,26)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #5A4D62

#5A4D62
(90,77,98)
#695D70
(105,93,112)
#786D7E
(120,109,126)
#877D8C
(135,125,140)
#968D9A
(150,141,154)
#A59DA8
(165,157,168)
#B4ADB6
(180,173,182)
#C3BDC4
(195,189,196)
#D2CDD2
(210,205,210)
#E1DDE0
(225,221,224)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4D62; }

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

This text font color is #5A4D62.


Background Color

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

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

This div background color is #5A4D62.


Border color

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

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

This div border color is #5A4D62.


Opacity

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

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

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

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

This text has shadow with #5A4D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4D62 on black background.


Color preview on white background

This text has color #5A4D62 on white background.



Black color preview on #5A4D62 background

This text has black color on #5A4D62 background.


White color preview on #5A4D62 background

This text has white color on #5A4D62 background.