COLOR #5A3257

HEX: #5A3257
RGB: (90,50,87)

Color info

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

RGB color model

#5A3257 color RGB value is (90,50,87).

  • red value is 90;
  • green value is 50;
  • blue value is 87.
RGB:
(90,50,87)
(35%,20%,34%)

RGB channels and saturation

R 90 of 255 = 35%
G 50 of 255 = 20%
B 87 of 255 = 34%

90
50
87

R + G + B ~ 30%. #5A3257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 50 + 87 = 227 (100%)
R 90 of 227 ~ 39.65%
G 50 of 227 ~ 22.03%
B 87 of 227 ~ 38.33%

%39.65
%22.03
%38.33

CMYK color model

#5A3257 color CMYK value is (0,44,3,65).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(0,44,3,65)
C0M44Y3K65 
(0%,44%,3%,65%)
(0.00/0.44/0.03/0.65)	

CMYK percentages

%0
%44.44
%3.33
%64.71

Codes

Color #5A3257 in popluar color models

5A3257
RGB905087
HSL305°28.57%27.45%
HSB/HSV305°44.44%35.29%
CMYK0.00%44.44%3.33%
64.71%

Color #5A3257 in popluar number systems.

HEX5A3257
Decimal905087
Binary10110101100101010111
Octal13262127

Shades and tints

Shades of #5A3257

#5A3257
(90,50,87)
#522E50
(82,46,80)
#4A2A49
(74,42,73)
#422642
(66,38,66)
#3A223B
(58,34,59)
#321E34
(50,30,52)
#2A1A2D
(42,26,45)
#221626
(34,22,38)
#1A121F
(26,18,31)
#120E18
(18,14,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #5A3257

#5A3257
(90,50,87)
#694466
(105,68,102)
#785675
(120,86,117)
#876884
(135,104,132)
#967A93
(150,122,147)
#A58CA2
(165,140,162)
#B49EB1
(180,158,177)
#C3B0C0
(195,176,192)
#D2C2CF
(210,194,207)
#E1D4DE
(225,212,222)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3257 color. Also use rgb(90,50,87) instead hex code.

Text Font Color

.myTextColor { color: #5A3257; }

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

This text font color is #5A3257.


Background Color

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

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

This div background color is #5A3257.


Border color

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

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

This div border color is #5A3257.


Opacity

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

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

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

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

This text has shadow with #5A3257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3257 on black background.


Color preview on white background

This text has color #5A3257 on white background.



Black color preview on #5A3257 background

This text has black color on #5A3257 background.


White color preview on #5A3257 background

This text has white color on #5A3257 background.