COLOR #5A3647

HEX: #5A3647
RGB: (90,54,71)

Color info

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

RGB color model

#5A3647 color RGB value is (90,54,71).

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

RGB channels and saturation

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

90
54
71

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

Portions of RGB colors in percentages

R + G + B =
90 + 54 + 71 = 215 (100%)
R 90 of 215 ~ 41.86%
G 54 of 215 ~ 25.12%
B 71 of 215 ~ 33.02%

%41.86
%25.12
%33.02

CMYK color model

#5A3647 color CMYK value is (0,40,21,65).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 21.11%
  • key color value is 64.71%
CMYK:
(0,40,21,65)
C0M40Y21K65 
(0%,40%,21%,65%)
(0.00/0.40/0.21/0.65)	

CMYK percentages

%0
%40
%21.11
%64.71

Codes

Color #5A3647 in popluar color models

5A3647
RGB905471
HSL332°25.00%28.24%
HSB/HSV332°40.00%35.29%
CMYK0.00%40.00%21.11%
64.71%

Color #5A3647 in popluar number systems.

HEX5A3647
Decimal905471
Binary10110101101101000111
Octal13266107

Shades and tints

Shades of #5A3647

#5A3647
(90,54,71)
#523241
(82,50,65)
#4A2E3B
(74,46,59)
#422A35
(66,42,53)
#3A262F
(58,38,47)
#322229
(50,34,41)
#2A1E23
(42,30,35)
#221A1D
(34,26,29)
#1A1617
(26,22,23)
#121211
(18,18,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #5A3647

#5A3647
(90,54,71)
#694857
(105,72,87)
#785A67
(120,90,103)
#876C77
(135,108,119)
#967E87
(150,126,135)
#A59097
(165,144,151)
#B4A2A7
(180,162,167)
#C3B4B7
(195,180,183)
#D2C6C7
(210,198,199)
#E1D8D7
(225,216,215)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3647; }

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

This text font color is #5A3647.


Background Color

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

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

This div background color is #5A3647.


Border color

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

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

This div border color is #5A3647.


Opacity

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

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

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

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

This text has shadow with #5A3647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3647 on black background.


Color preview on white background

This text has color #5A3647 on white background.



Black color preview on #5A3647 background

This text has black color on #5A3647 background.


White color preview on #5A3647 background

This text has white color on #5A3647 background.