COLOR #5A4254

HEX: #5A4254
RGB: (90,66,84)

Color info

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

RGB color model

#5A4254 color RGB value is (90,66,84).

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

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 84 of 255 = 33%

90
66
84

R + G + B ~ 31%. #5A4254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 66 + 84 = 240 (100%)
R 90 of 240 ~ 37.5%
G 66 of 240 ~ 27.5%
B 84 of 240 ~ 35%

%37.5
%27.5
%35

CMYK color model

#5A4254 color CMYK value is (0,27,7,65).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 6.67%
  • key color value is 64.71%
CMYK:
(0,27,7,65)
C0M27Y7K65 
(0%,27%,7%,65%)
(0.00/0.27/0.07/0.65)	

CMYK percentages

%0
%26.67
%6.67
%64.71

Codes

Color #5A4254 in popluar color models

5A4254
RGB906684
HSL315°15.38%30.59%
HSB/HSV315°26.67%35.29%
CMYK0.00%26.67%6.67%
64.71%

Color #5A4254 in popluar number systems.

HEX5A4254
Decimal906684
Binary101101010000101010100
Octal132102124

Shades and tints

Shades of #5A4254

#5A4254
(90,66,84)
#523C4D
(82,60,77)
#4A3646
(74,54,70)
#42303F
(66,48,63)
#3A2A38
(58,42,56)
#322431
(50,36,49)
#2A1E2A
(42,30,42)
#221823
(34,24,35)
#1A121C
(26,18,28)
#120C15
(18,12,21)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #5A4254

#5A4254
(90,66,84)
#695363
(105,83,99)
#786472
(120,100,114)
#877581
(135,117,129)
#968690
(150,134,144)
#A5979F
(165,151,159)
#B4A8AE
(180,168,174)
#C3B9BD
(195,185,189)
#D2CACC
(210,202,204)
#E1DBDB
(225,219,219)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4254; }

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

This text font color is #5A4254.


Background Color

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

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

This div background color is #5A4254.


Border color

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

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

This div border color is #5A4254.


Opacity

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

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

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

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

This text has shadow with #5A4254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4254 on black background.


Color preview on white background

This text has color #5A4254 on white background.



Black color preview on #5A4254 background

This text has black color on #5A4254 background.


White color preview on #5A4254 background

This text has white color on #5A4254 background.