COLOR #5A4263

HEX: #5A4263
RGB: (90,66,99)

Color info

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

RGB color model

#5A4263 color RGB value is (90,66,99).

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

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 99 of 255 = 39%

90
66
99

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

Portions of RGB colors in percentages

R + G + B =
90 + 66 + 99 = 255 (100%)
R 90 of 255 ~ 35.29%
G 66 of 255 ~ 25.88%
B 99 of 255 ~ 38.82%

%35.29
%25.88
%38.82

CMYK color model

#5A4263 color CMYK value is (9,33,0,61).

  • cyan value is 9.09%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(9,33,0,61)
C9M33Y0K61 
(9%,33%,0%,61%)
(0.09/0.33/0.00/0.61)	

CMYK percentages

%9.09
%33.33
%0
%61.18

Codes

Color #5A4263 in popluar color models

5A4263
RGB906699
HSL284°20.00%32.35%
HSB/HSV284°33.33%38.82%
CMYK9.09%33.33%0.00%
61.18%

Color #5A4263 in popluar number systems.

HEX5A4263
Decimal906699
Binary101101010000101100011
Octal132102143

Shades and tints

Shades of #5A4263

#5A4263
(90,66,99)
#523C5A
(82,60,90)
#4A3651
(74,54,81)
#423048
(66,48,72)
#3A2A3F
(58,42,63)
#322436
(50,36,54)
#2A1E2D
(42,30,45)
#221824
(34,24,36)
#1A121B
(26,18,27)
#120C12
(18,12,18)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #5A4263

#5A4263
(90,66,99)
#695371
(105,83,113)
#78647F
(120,100,127)
#87758D
(135,117,141)
#96869B
(150,134,155)
#A597A9
(165,151,169)
#B4A8B7
(180,168,183)
#C3B9C5
(195,185,197)
#D2CAD3
(210,202,211)
#E1DBE1
(225,219,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4263; }

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

This text font color is #5A4263.


Background Color

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

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

This div background color is #5A4263.


Border color

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

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

This div border color is #5A4263.


Opacity

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

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

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

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

This text has shadow with #5A4263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4263 on black background.


Color preview on white background

This text has color #5A4263 on white background.



Black color preview on #5A4263 background

This text has black color on #5A4263 background.


White color preview on #5A4263 background

This text has white color on #5A4263 background.