COLOR #5A4258

HEX: #5A4258
RGB: (90,66,88)

Color info

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

RGB color model

#5A4258 color RGB value is (90,66,88).

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

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 88 of 255 = 35%

90
66
88

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

Portions of RGB colors in percentages

R + G + B =
90 + 66 + 88 = 244 (100%)
R 90 of 244 ~ 36.89%
G 66 of 244 ~ 27.05%
B 88 of 244 ~ 36.07%

%36.89
%27.05
%36.07

CMYK color model

#5A4258 color CMYK value is (0,27,2,65).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 2.22%
  • key color value is 64.71%
CMYK:
(0,27,2,65)
C0M27Y2K65 
(0%,27%,2%,65%)
(0.00/0.27/0.02/0.65)	

CMYK percentages

%0
%26.67
%2.22
%64.71

Codes

Color #5A4258 in popluar color models

5A4258
RGB906688
HSL305°15.38%30.59%
HSB/HSV305°26.67%35.29%
CMYK0.00%26.67%2.22%
64.71%

Color #5A4258 in popluar number systems.

HEX5A4258
Decimal906688
Binary101101010000101011000
Octal132102130

Shades and tints

Shades of #5A4258

#5A4258
(90,66,88)
#523C50
(82,60,80)
#4A3648
(74,54,72)
#423040
(66,48,64)
#3A2A38
(58,42,56)
#322430
(50,36,48)
#2A1E28
(42,30,40)
#221820
(34,24,32)
#1A1218
(26,18,24)
#120C10
(18,12,16)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #5A4258

#5A4258
(90,66,88)
#695367
(105,83,103)
#786476
(120,100,118)
#877585
(135,117,133)
#968694
(150,134,148)
#A597A3
(165,151,163)
#B4A8B2
(180,168,178)
#C3B9C1
(195,185,193)
#D2CAD0
(210,202,208)
#E1DBDF
(225,219,223)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4258; }

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

This text font color is #5A4258.


Background Color

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

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

This div background color is #5A4258.


Border color

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

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

This div border color is #5A4258.


Opacity

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

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

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

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

This text has shadow with #5A4258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4258 on black background.


Color preview on white background

This text has color #5A4258 on white background.



Black color preview on #5A4258 background

This text has black color on #5A4258 background.


White color preview on #5A4258 background

This text has white color on #5A4258 background.