COLOR #5A3D3C

HEX: #5A3D3C
RGB: (90,61,60)

Color info

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

RGB color model

#5A3D3C color RGB value is (90,61,60).

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

RGB channels and saturation

R 90 of 255 = 35%
G 61 of 255 = 24%
B 60 of 255 = 24%

90
61
60

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

Portions of RGB colors in percentages

R + G + B =
90 + 61 + 60 = 211 (100%)
R 90 of 211 ~ 42.65%
G 61 of 211 ~ 28.91%
B 60 of 211 ~ 28.44%

%42.65
%28.91
%28.44

CMYK color model

#5A3D3C color CMYK value is (0,32,33,65).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 33.33%
  • key color value is 64.71%
CMYK:
(0,32,33,65)
C0M32Y33K65 
(0%,32%,33%,65%)
(0.00/0.32/0.33/0.65)	

CMYK percentages

%0
%32.22
%33.33
%64.71

Codes

Color #5A3D3C in popluar color models

5A3D3C
RGB906160
HSL20.00%29.41%
HSB/HSV33.33%35.29%
CMYK0.00%32.22%33.33%
64.71%

Color #5A3D3C in popluar number systems.

HEX5A3D3C
Decimal906160
Binary1011010111101111100
Octal1327574

Shades and tints

Shades of #5A3D3C

#5A3D3C
(90,61,60)
#523837
(82,56,55)
#4A3332
(74,51,50)
#422E2D
(66,46,45)
#3A2928
(58,41,40)
#322423
(50,36,35)
#2A1F1E
(42,31,30)
#221A19
(34,26,25)
#1A1514
(26,21,20)
#12100F
(18,16,15)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #5A3D3C

#5A3D3C
(90,61,60)
#694E4D
(105,78,77)
#785F5E
(120,95,94)
#87706F
(135,112,111)
#968180
(150,129,128)
#A59291
(165,146,145)
#B4A3A2
(180,163,162)
#C3B4B3
(195,180,179)
#D2C5C4
(210,197,196)
#E1D6D5
(225,214,213)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3D3C; }

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

This text font color is #5A3D3C.


Background Color

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

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

This div background color is #5A3D3C.


Border color

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

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

This div border color is #5A3D3C.


Opacity

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

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

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

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

This text has shadow with #5A3D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3D3C on black background.


Color preview on white background

This text has color #5A3D3C on white background.



Black color preview on #5A3D3C background

This text has black color on #5A3D3C background.


White color preview on #5A3D3C background

This text has white color on #5A3D3C background.