COLOR #5A4A58

HEX: #5A4A58
RGB: (90,74,88)

Color info

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

RGB color model

#5A4A58 color RGB value is (90,74,88).

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

RGB channels and saturation

R 90 of 255 = 35%
G 74 of 255 = 29%
B 88 of 255 = 35%

90
74
88

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

Portions of RGB colors in percentages

R + G + B =
90 + 74 + 88 = 252 (100%)
R 90 of 252 ~ 35.71%
G 74 of 252 ~ 29.37%
B 88 of 252 ~ 34.92%

%35.71
%29.37
%34.92

CMYK color model

#5A4A58 color CMYK value is (0,18,2,65).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 2.22%
  • key color value is 64.71%
CMYK:
(0,18,2,65)
C0M18Y2K65 
(0%,18%,2%,65%)
(0.00/0.18/0.02/0.65)	

CMYK percentages

%0
%17.78
%2.22
%64.71

Codes

Color #5A4A58 in popluar color models

5A4A58
RGB907488
HSL308°9.76%32.16%
HSB/HSV308°17.78%35.29%
CMYK0.00%17.78%2.22%
64.71%

Color #5A4A58 in popluar number systems.

HEX5A4A58
Decimal907488
Binary101101010010101011000
Octal132112130

Shades and tints

Shades of #5A4A58

#5A4A58
(90,74,88)
#524450
(82,68,80)
#4A3E48
(74,62,72)
#423840
(66,56,64)
#3A3238
(58,50,56)
#322C30
(50,44,48)
#2A2628
(42,38,40)
#222020
(34,32,32)
#1A1A18
(26,26,24)
#121410
(18,20,16)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #5A4A58

#5A4A58
(90,74,88)
#695A67
(105,90,103)
#786A76
(120,106,118)
#877A85
(135,122,133)
#968A94
(150,138,148)
#A59AA3
(165,154,163)
#B4AAB2
(180,170,178)
#C3BAC1
(195,186,193)
#D2CAD0
(210,202,208)
#E1DADF
(225,218,223)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4A58; }

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

This text font color is #5A4A58.


Background Color

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

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

This div background color is #5A4A58.


Border color

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

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

This div border color is #5A4A58.


Opacity

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

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

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

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

This text has shadow with #5A4A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4A58 on black background.


Color preview on white background

This text has color #5A4A58 on white background.



Black color preview on #5A4A58 background

This text has black color on #5A4A58 background.


White color preview on #5A4A58 background

This text has white color on #5A4A58 background.