COLOR #5A4E6E

HEX: #5A4E6E
RGB: (90,78,110)

Color info

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

RGB color model

#5A4E6E color RGB value is (90,78,110).

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

RGB channels and saturation

R 90 of 255 = 35%
G 78 of 255 = 31%
B 110 of 255 = 43%

90
78
110

R + G + B ~ 36%. #5A4E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 78 + 110 = 278 (100%)
R 90 of 278 ~ 32.37%
G 78 of 278 ~ 28.06%
B 110 of 278 ~ 39.57%

%32.37
%28.06
%39.57

CMYK color model

#5A4E6E color CMYK value is (18,29,0,57).

  • cyan value is 18.18%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(18,29,0,57)
C18M29Y0K57 
(18%,29%,0%,57%)
(0.18/0.29/0.00/0.57)	

CMYK percentages

%18.18
%29.09
%0
%56.86

Codes

Color #5A4E6E in popluar color models

5A4E6E
RGB9078110
HSL263°17.02%36.86%
HSB/HSV263°29.09%43.14%
CMYK18.18%29.09%0.00%
56.86%

Color #5A4E6E in popluar number systems.

HEX5A4E6E
Decimal9078110
Binary101101010011101101110
Octal132116156

Shades and tints

Shades of #5A4E6E

#5A4E6E
(90,78,110)
#524764
(82,71,100)
#4A405A
(74,64,90)
#423950
(66,57,80)
#3A3246
(58,50,70)
#322B3C
(50,43,60)
#2A2432
(42,36,50)
#221D28
(34,29,40)
#1A161E
(26,22,30)
#120F14
(18,15,20)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #5A4E6E

#5A4E6E
(90,78,110)
#695E7B
(105,94,123)
#786E88
(120,110,136)
#877E95
(135,126,149)
#968EA2
(150,142,162)
#A59EAF
(165,158,175)
#B4AEBC
(180,174,188)
#C3BEC9
(195,190,201)
#D2CED6
(210,206,214)
#E1DEE3
(225,222,227)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4E6E; }

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

This text font color is #5A4E6E.


Background Color

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

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

This div background color is #5A4E6E.


Border color

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

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

This div border color is #5A4E6E.


Opacity

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

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

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

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

This text has shadow with #5A4E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4E6E on black background.


Color preview on white background

This text has color #5A4E6E on white background.



Black color preview on #5A4E6E background

This text has black color on #5A4E6E background.


White color preview on #5A4E6E background

This text has white color on #5A4E6E background.