COLOR #5A4062

HEX: #5A4062
RGB: (90,64,98)

Color info

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

RGB color model

#5A4062 color RGB value is (90,64,98).

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

RGB channels and saturation

R 90 of 255 = 35%
G 64 of 255 = 25%
B 98 of 255 = 38%

90
64
98

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

Portions of RGB colors in percentages

R + G + B =
90 + 64 + 98 = 252 (100%)
R 90 of 252 ~ 35.71%
G 64 of 252 ~ 25.4%
B 98 of 252 ~ 38.89%

%35.71
%25.4
%38.89

CMYK color model

#5A4062 color CMYK value is (8,35,0,62).

  • cyan value is 8.16%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(8,35,0,62)
C8M35Y0K62 
(8%,35%,0%,62%)
(0.08/0.35/0.00/0.62)	

CMYK percentages

%8.16
%34.69
%0
%61.57

Codes

Color #5A4062 in popluar color models

5A4062
RGB906498
HSL286°20.99%31.76%
HSB/HSV286°34.69%38.43%
CMYK8.16%34.69%0.00%
61.57%

Color #5A4062 in popluar number systems.

HEX5A4062
Decimal906498
Binary101101010000001100010
Octal132100142

Shades and tints

Shades of #5A4062

#5A4062
(90,64,98)
#523B5A
(82,59,90)
#4A3652
(74,54,82)
#42314A
(66,49,74)
#3A2C42
(58,44,66)
#32273A
(50,39,58)
#2A2232
(42,34,50)
#221D2A
(34,29,42)
#1A1822
(26,24,34)
#12131A
(18,19,26)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #5A4062

#5A4062
(90,64,98)
#695170
(105,81,112)
#78627E
(120,98,126)
#87738C
(135,115,140)
#96849A
(150,132,154)
#A595A8
(165,149,168)
#B4A6B6
(180,166,182)
#C3B7C4
(195,183,196)
#D2C8D2
(210,200,210)
#E1D9E0
(225,217,224)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4062; }

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

This text font color is #5A4062.


Background Color

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

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

This div background color is #5A4062.


Border color

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

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

This div border color is #5A4062.


Opacity

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

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

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

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

This text has shadow with #5A4062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4062 on black background.


Color preview on white background

This text has color #5A4062 on white background.



Black color preview on #5A4062 background

This text has black color on #5A4062 background.


White color preview on #5A4062 background

This text has white color on #5A4062 background.