COLOR #5A4764

HEX: #5A4764
RGB: (90,71,100)

Color info

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

RGB color model

#5A4764 color RGB value is (90,71,100).

  • red value is 90;
  • green value is 71;
  • blue value is 100.
RGB:
(90,71,100)
(35%,28%,39%)

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 100 of 255 = 39%

90
71
100

R + G + B ~ 34%. #5A4764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 71 + 100 = 261 (100%)
R 90 of 261 ~ 34.48%
G 71 of 261 ~ 27.2%
B 100 of 261 ~ 38.31%

%34.48
%27.2
%38.31

CMYK color model

#5A4764 color CMYK value is (10,29,0,61).

  • cyan value is 10.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(10,29,0,61)
C10M29Y0K61 
(10%,29%,0%,61%)
(0.10/0.29/0.00/0.61)	

CMYK percentages

%10
%29
%0
%60.78

Codes

Color #5A4764 in popluar color models

5A4764
RGB9071100
HSL279°16.96%33.53%
HSB/HSV279°29.00%39.22%
CMYK10.00%29.00%0.00%
60.78%

Color #5A4764 in popluar number systems.

HEX5A4764
Decimal9071100
Binary101101010001111100100
Octal132107144

Shades and tints

Shades of #5A4764

#5A4764
(90,71,100)
#52415B
(82,65,91)
#4A3B52
(74,59,82)
#423549
(66,53,73)
#3A2F40
(58,47,64)
#322937
(50,41,55)
#2A232E
(42,35,46)
#221D25
(34,29,37)
#1A171C
(26,23,28)
#121113
(18,17,19)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #5A4764

#5A4764
(90,71,100)
#695772
(105,87,114)
#786780
(120,103,128)
#87778E
(135,119,142)
#96879C
(150,135,156)
#A597AA
(165,151,170)
#B4A7B8
(180,167,184)
#C3B7C6
(195,183,198)
#D2C7D4
(210,199,212)
#E1D7E2
(225,215,226)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4764 color. Also use rgb(90,71,100) instead hex code.

Text Font Color

.myTextColor { color: #5A4764; }

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

This text font color is #5A4764.


Background Color

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

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

This div background color is #5A4764.


Border color

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

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

This div border color is #5A4764.


Opacity

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

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

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

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

This text has shadow with #5A4764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4764 on black background.


Color preview on white background

This text has color #5A4764 on white background.



Black color preview on #5A4764 background

This text has black color on #5A4764 background.


White color preview on #5A4764 background

This text has white color on #5A4764 background.