COLOR #5A425D

HEX: #5A425D
RGB: (90,66,93)

Color info

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

RGB color model

#5A425D color RGB value is (90,66,93).

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

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 93 of 255 = 36%

90
66
93

R + G + B ~ 32%. #5A425D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 66 + 93 = 249 (100%)
R 90 of 249 ~ 36.14%
G 66 of 249 ~ 26.51%
B 93 of 249 ~ 37.35%

%36.14
%26.51
%37.35

CMYK color model

#5A425D color CMYK value is (3,29,0,64).

  • cyan value is 3.23%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(3,29,0,64)
C3M29Y0K64 
(3%,29%,0%,64%)
(0.03/0.29/0.00/0.64)	

CMYK percentages

%3.23
%29.03
%0
%63.53

Codes

Color #5A425D in popluar color models

5A425D
RGB906693
HSL293°16.98%31.18%
HSB/HSV293°29.03%36.47%
CMYK3.23%29.03%0.00%
63.53%

Color #5A425D in popluar number systems.

HEX5A425D
Decimal906693
Binary101101010000101011101
Octal132102135

Shades and tints

Shades of #5A425D

#5A425D
(90,66,93)
#523C55
(82,60,85)
#4A364D
(74,54,77)
#423045
(66,48,69)
#3A2A3D
(58,42,61)
#322435
(50,36,53)
#2A1E2D
(42,30,45)
#221825
(34,24,37)
#1A121D
(26,18,29)
#120C15
(18,12,21)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #5A425D

#5A425D
(90,66,93)
#69536B
(105,83,107)
#786479
(120,100,121)
#877587
(135,117,135)
#968695
(150,134,149)
#A597A3
(165,151,163)
#B4A8B1
(180,168,177)
#C3B9BF
(195,185,191)
#D2CACD
(210,202,205)
#E1DBDB
(225,219,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A425D; }

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

This text font color is #5A425D.


Background Color

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

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

This div background color is #5A425D.


Border color

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

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

This div border color is #5A425D.


Opacity

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

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

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

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

This text has shadow with #5A425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A425D on black background.


Color preview on white background

This text has color #5A425D on white background.



Black color preview on #5A425D background

This text has black color on #5A425D background.


White color preview on #5A425D background

This text has white color on #5A425D background.