COLOR #5A3648

HEX: #5A3648
RGB: (90,54,72)

Color info

#5A3648 contains red, green and blue colors in about the same proportion. Web safe color of #5A3648 is #663333 (or #633).

RGB color model

#5A3648 color RGB value is (90,54,72).

  • red value is 90;
  • green value is 54;
  • blue value is 72.
RGB:
(90,54,72)
(35%,21%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 72 of 255 = 28%

90
54
72

R + G + B ~ 28%. #5A3648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 54 + 72 = 216 (100%)
R 90 of 216 ~ 41.67%
G 54 of 216 ~ 25%
B 72 of 216 ~ 33.33%

%41.67
%25
%33.33

CMYK color model

#5A3648 color CMYK value is (0,40,20,65).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(0,40,20,65)
C0M40Y20K65 
(0%,40%,20%,65%)
(0.00/0.40/0.20/0.65)	

CMYK percentages

%0
%40
%20
%64.71

Codes

Color #5A3648 in popluar color models

5A3648
RGB905472
HSL330°25.00%28.24%
HSB/HSV330°40.00%35.29%
CMYK0.00%40.00%20.00%
64.71%

Color #5A3648 in popluar number systems.

HEX5A3648
Decimal905472
Binary10110101101101001000
Octal13266110

Shades and tints

Shades of #5A3648

#5A3648
(90,54,72)
#523242
(82,50,66)
#4A2E3C
(74,46,60)
#422A36
(66,42,54)
#3A2630
(58,38,48)
#32222A
(50,34,42)
#2A1E24
(42,30,36)
#221A1E
(34,26,30)
#1A1618
(26,22,24)
#121212
(18,18,18)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #5A3648

#5A3648
(90,54,72)
#694858
(105,72,88)
#785A68
(120,90,104)
#876C78
(135,108,120)
#967E88
(150,126,136)
#A59098
(165,144,152)
#B4A2A8
(180,162,168)
#C3B4B8
(195,180,184)
#D2C6C8
(210,198,200)
#E1D8D8
(225,216,216)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3648 color. Also use rgb(90,54,72) instead hex code.

Text Font Color

.myTextColor { color: #5A3648; }

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

This text font color is #5A3648.


Background Color

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

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

This div background color is #5A3648.


Border color

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

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

This div border color is #5A3648.


Opacity

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

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

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

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

This text has shadow with #5A3648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3648 on black background.


Color preview on white background

This text has color #5A3648 on white background.



Black color preview on #5A3648 background

This text has black color on #5A3648 background.


White color preview on #5A3648 background

This text has white color on #5A3648 background.