COLOR #5A3C46

HEX: #5A3C46
RGB: (90,60,70)

Color info

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

RGB color model

#5A3C46 color RGB value is (90,60,70).

  • red value is 90;
  • green value is 60;
  • blue value is 70.
RGB:
(90,60,70)
(35%,24%,27%)

RGB channels and saturation

R 90 of 255 = 35%
G 60 of 255 = 24%
B 70 of 255 = 27%

90
60
70

R + G + B ~ 29%. #5A3C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 60 + 70 = 220 (100%)
R 90 of 220 ~ 40.91%
G 60 of 220 ~ 27.27%
B 70 of 220 ~ 31.82%

%40.91
%27.27
%31.82

CMYK color model

#5A3C46 color CMYK value is (0,33,22,65).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 22.22%
  • key color value is 64.71%
CMYK:
(0,33,22,65)
C0M33Y22K65 
(0%,33%,22%,65%)
(0.00/0.33/0.22/0.65)	

CMYK percentages

%0
%33.33
%22.22
%64.71

Codes

Color #5A3C46 in popluar color models

5A3C46
RGB906070
HSL340°20.00%29.41%
HSB/HSV340°33.33%35.29%
CMYK0.00%33.33%22.22%
64.71%

Color #5A3C46 in popluar number systems.

HEX5A3C46
Decimal906070
Binary10110101111001000110
Octal13274106

Shades and tints

Shades of #5A3C46

#5A3C46
(90,60,70)
#523740
(82,55,64)
#4A323A
(74,50,58)
#422D34
(66,45,52)
#3A282E
(58,40,46)
#322328
(50,35,40)
#2A1E22
(42,30,34)
#22191C
(34,25,28)
#1A1416
(26,20,22)
#120F10
(18,15,16)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #5A3C46

#5A3C46
(90,60,70)
#694D56
(105,77,86)
#785E66
(120,94,102)
#876F76
(135,111,118)
#968086
(150,128,134)
#A59196
(165,145,150)
#B4A2A6
(180,162,166)
#C3B3B6
(195,179,182)
#D2C4C6
(210,196,198)
#E1D5D6
(225,213,214)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3C46 color. Also use rgb(90,60,70) instead hex code.

Text Font Color

.myTextColor { color: #5A3C46; }

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

This text font color is #5A3C46.


Background Color

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

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

This div background color is #5A3C46.


Border color

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

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

This div border color is #5A3C46.


Opacity

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

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

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

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

This text has shadow with #5A3C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3C46 on black background.


Color preview on white background

This text has color #5A3C46 on white background.



Black color preview on #5A3C46 background

This text has black color on #5A3C46 background.


White color preview on #5A3C46 background

This text has white color on #5A3C46 background.