COLOR #5A4373

HEX: #5A4373
RGB: (90,67,115)

Color info

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

RGB color model

#5A4373 color RGB value is (90,67,115).

  • red value is 90;
  • green value is 67;
  • blue value is 115.
RGB:
(90,67,115)
(35%,26%,45%)

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 115 of 255 = 45%

90
67
115

R + G + B ~ 35%. #5A4373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 67 + 115 = 272 (100%)
R 90 of 272 ~ 33.09%
G 67 of 272 ~ 24.63%
B 115 of 272 ~ 42.28%

%33.09
%24.63
%42.28

CMYK color model

#5A4373 color CMYK value is (22,42,0,55).

  • cyan value is 21.74%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(22,42,0,55)
C22M42Y0K55 
(22%,42%,0%,55%)
(0.22/0.42/0.00/0.55)	

CMYK percentages

%21.74
%41.74
%0
%54.9

Codes

Color #5A4373 in popluar color models

5A4373
RGB9067115
HSL269°26.37%35.69%
HSB/HSV269°41.74%45.10%
CMYK21.74%41.74%0.00%
54.90%

Color #5A4373 in popluar number systems.

HEX5A4373
Decimal9067115
Binary101101010000111110011
Octal132103163

Shades and tints

Shades of #5A4373

#5A4373
(90,67,115)
#523D69
(82,61,105)
#4A375F
(74,55,95)
#423155
(66,49,85)
#3A2B4B
(58,43,75)
#322541
(50,37,65)
#2A1F37
(42,31,55)
#22192D
(34,25,45)
#1A1323
(26,19,35)
#120D19
(18,13,25)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #5A4373

#5A4373
(90,67,115)
#69547F
(105,84,127)
#78658B
(120,101,139)
#877697
(135,118,151)
#9687A3
(150,135,163)
#A598AF
(165,152,175)
#B4A9BB
(180,169,187)
#C3BAC7
(195,186,199)
#D2CBD3
(210,203,211)
#E1DCDF
(225,220,223)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4373 color. Also use rgb(90,67,115) instead hex code.

Text Font Color

.myTextColor { color: #5A4373; }

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

This text font color is #5A4373.


Background Color

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

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

This div background color is #5A4373.


Border color

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

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

This div border color is #5A4373.


Opacity

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

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

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

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

This text has shadow with #5A4373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4373 on black background.


Color preview on white background

This text has color #5A4373 on white background.



Black color preview on #5A4373 background

This text has black color on #5A4373 background.


White color preview on #5A4373 background

This text has white color on #5A4373 background.