COLOR #5A4862

HEX: #5A4862
RGB: (90,72,98)

Color info

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

RGB color model

#5A4862 color RGB value is (90,72,98).

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

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 98 of 255 = 38%

90
72
98

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

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 98 = 260 (100%)
R 90 of 260 ~ 34.62%
G 72 of 260 ~ 27.69%
B 98 of 260 ~ 37.69%

%34.62
%27.69
%37.69

CMYK color model

#5A4862 color CMYK value is (8,27,0,62).

  • cyan value is 8.16%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(8,27,0,62)
C8M27Y0K62 
(8%,27%,0%,62%)
(0.08/0.27/0.00/0.62)	

CMYK percentages

%8.16
%26.53
%0
%61.57

Codes

Color #5A4862 in popluar color models

5A4862
RGB907298
HSL282°15.29%33.33%
HSB/HSV282°26.53%38.43%
CMYK8.16%26.53%0.00%
61.57%

Color #5A4862 in popluar number systems.

HEX5A4862
Decimal907298
Binary101101010010001100010
Octal132110142

Shades and tints

Shades of #5A4862

#5A4862
(90,72,98)
#52425A
(82,66,90)
#4A3C52
(74,60,82)
#42364A
(66,54,74)
#3A3042
(58,48,66)
#322A3A
(50,42,58)
#2A2432
(42,36,50)
#221E2A
(34,30,42)
#1A1822
(26,24,34)
#12121A
(18,18,26)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #5A4862

#5A4862
(90,72,98)
#695870
(105,88,112)
#78687E
(120,104,126)
#87788C
(135,120,140)
#96889A
(150,136,154)
#A598A8
(165,152,168)
#B4A8B6
(180,168,182)
#C3B8C4
(195,184,196)
#D2C8D2
(210,200,210)
#E1D8E0
(225,216,224)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4862; }

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

This text font color is #5A4862.


Background Color

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

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

This div background color is #5A4862.


Border color

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

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

This div border color is #5A4862.


Opacity

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

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

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

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

This text has shadow with #5A4862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4862 on black background.


Color preview on white background

This text has color #5A4862 on white background.



Black color preview on #5A4862 background

This text has black color on #5A4862 background.


White color preview on #5A4862 background

This text has white color on #5A4862 background.