COLOR #5A425E

HEX: #5A425E
RGB: (90,66,94)

Color info

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

RGB color model

#5A425E color RGB value is (90,66,94).

  • red value is 90;
  • green value is 66;
  • blue value is 94.
RGB:
(90,66,94)
(35%,26%,37%)

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 94 of 255 = 37%

90
66
94

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

Portions of RGB colors in percentages

R + G + B =
90 + 66 + 94 = 250 (100%)
R 90 of 250 ~ 36%
G 66 of 250 ~ 26.4%
B 94 of 250 ~ 37.6%

%36
%26.4
%37.6

CMYK color model

#5A425E color CMYK value is (4,30,0,63).

  • cyan value is 4.26%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(4,30,0,63)
C4M30Y0K63 
(4%,30%,0%,63%)
(0.04/0.30/0.00/0.63)	

CMYK percentages

%4.26
%29.79
%0
%63.14

Codes

Color #5A425E in popluar color models

5A425E
RGB906694
HSL291°17.50%31.37%
HSB/HSV291°29.79%36.86%
CMYK4.26%29.79%0.00%
63.14%

Color #5A425E in popluar number systems.

HEX5A425E
Decimal906694
Binary101101010000101011110
Octal132102136

Shades and tints

Shades of #5A425E

#5A425E
(90,66,94)
#523C56
(82,60,86)
#4A364E
(74,54,78)
#423046
(66,48,70)
#3A2A3E
(58,42,62)
#322436
(50,36,54)
#2A1E2E
(42,30,46)
#221826
(34,24,38)
#1A121E
(26,18,30)
#120C16
(18,12,22)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #5A425E

#5A425E
(90,66,94)
#69536C
(105,83,108)
#78647A
(120,100,122)
#877588
(135,117,136)
#968696
(150,134,150)
#A597A4
(165,151,164)
#B4A8B2
(180,168,178)
#C3B9C0
(195,185,192)
#D2CACE
(210,202,206)
#E1DBDC
(225,219,220)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A425E color. Also use rgb(90,66,94) instead hex code.

Text Font Color

.myTextColor { color: #5A425E; }

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

This text font color is #5A425E.


Background Color

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

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

This div background color is #5A425E.


Border color

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

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

This div border color is #5A425E.


Opacity

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

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

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

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

This text has shadow with #5A425E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A425E on black background.


Color preview on white background

This text has color #5A425E on white background.



Black color preview on #5A425E background

This text has black color on #5A425E background.


White color preview on #5A425E background

This text has white color on #5A425E background.