COLOR #5A4E6A

HEX: #5A4E6A RGB: (90,78,106)

Color info

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

RGB color model

#5A4E6A color RGB value is (90,78,106).

RGB: (90,78,106) (35%, 31%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 78 of 255 = 31%
B 106 of 255 = 42%

90
78
106

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

Portions of RGB colors in percentages

R + G + B = 90 + 78 + 106 = 274 (100%)
R 90 of 274 ~ 32.85%
G 78 of 274 ~ 28.47%
B 106 of 274 ~ 38.69'%

%32.85
%28.47
%38.69

CMYK color model

#5A4E6A color CMYK value is (15,26,0,58).

  • cyan value is 15.09%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (15,26,0,58)
C15M26Y0K58 (15%, 26%, 0%, 58%)
(0.15 / 0.26 / 0.00 / 0.58)

CMYK percentages

%15.09
%26.42
%0
%58.43

Codes

Color #5A4E6A in popluar color models

5A 4E 6A
RGB 90 78 106
HSL 266° 15.22% 36.08%
HSB/HSV 266° 26.42% 41.57%
CMYK 15.09% 26.42% 0.00%
58.43%

Color #5A4E6A in popluar number systems.

HEX 5A 4E 6A
Decimal 90 78 106
Binary 1011010 1001110 1101010
Octal 132 116 152

Shades and tints

Shades of #5A4E6A

#5A4E6A
(90,78,106)
#524761
(82,71,97)
#4A4058
(74,64,88)
#42394F
(66,57,79)
#3A3246
(58,50,70)
#322B3D
(50,43,61)
#2A2434
(42,36,52)
#221D2B
(34,29,43)
#1A1622
(26,22,34)
#120F19
(18,15,25)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #5A4E6A

#5A4E6A
(90,78,106)
#695E77
(105,94,119)
#786E84
(120,110,132)
#877E91
(135,126,145)
#968E9E
(150,142,158)
#A59EAB
(165,158,171)
#B4AEB8
(180,174,184)
#C3BEC5
(195,190,197)
#D2CED2
(210,206,210)
#E1DEDF
(225,222,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4E6A; }

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

This text font color is #5A4E6A.

Background Color

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

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

This div background color is #5A4E6A.

Border color

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

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

This div border color is #5A4E6A.

Opacity

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

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

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

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

This text has shadow with #5A4E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4E6A.

Preview

Color preview on black background

This text has color #5A4E6A on black background.


Color preview on white background

This text has color #5A4E6A on white background.


Black color preview on #5A4E6A background

This text has black color on #5A4E6A background.


White color preview on #5A4E6A background

This text has white color on #5A4E6A background.


Related colors

Complementary color

Complementary color for #hex is #A5B195.


I love getcolorcode.com

Triadic colors

1 #6A5A4E and #4E6A5A with #5A4E6A are triadic colors.

2 #6A4E5A and #4E5A6A with #5A4E6A are triadic colors.