COLOR #5A3915

HEX: #5A3915
RGB: (90,57,21)

Color info

#5A3915 contains mainly red and green colors. Web safe color of #5A3915 is #663300 (or #630).

RGB color model

#5A3915 color RGB value is (90,57,21).

  • red value is 90;
  • green value is 57;
  • blue value is 21.
RGB:
(90,57,21)
(35%,22%,8%)

RGB channels and saturation

R 90 of 255 = 35%
G 57 of 255 = 22%
B 21 of 255 = 8%

90
57
21

R + G + B ~ 22%. #5A3915 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 57 + 21 = 168 (100%)
R 90 of 168 ~ 53.57%
G 57 of 168 ~ 33.93%
B 21 of 168 ~ 12.5%

%53.57
%33.93
%12.5

CMYK color model

#5A3915 color CMYK value is (0,37,77,65).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 76.67%
  • key color value is 64.71%
CMYK:
(0,37,77,65)
C0M37Y77K65 
(0%,37%,77%,65%)
(0.00/0.37/0.77/0.65)	

CMYK percentages

%0
%36.67
%76.67
%64.71

Codes

Color #5A3915 in popluar color models

5A3915
RGB905721
HSL31°62.16%21.76%
HSB/HSV31°76.67%35.29%
CMYK0.00%36.67%76.67%
64.71%

Color #5A3915 in popluar number systems.

HEX5A3915
Decimal905721
Binary101101011100110101
Octal1327125

Shades and tints

Shades of #5A3915

#5A3915
(90,57,21)
#523414
(82,52,20)
#4A2F13
(74,47,19)
#422A12
(66,42,18)
#3A2511
(58,37,17)
#322010
(50,32,16)
#2A1B0F
(42,27,15)
#22160E
(34,22,14)
#1A110D
(26,17,13)
#120C0C
(18,12,12)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #5A3915

#5A3915
(90,57,21)
#694B2A
(105,75,42)
#785D3F
(120,93,63)
#876F54
(135,111,84)
#968169
(150,129,105)
#A5937E
(165,147,126)
#B4A593
(180,165,147)
#C3B7A8
(195,183,168)
#D2C9BD
(210,201,189)
#E1DBD2
(225,219,210)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3915 color. Also use rgb(90,57,21) instead hex code.

Text Font Color

.myTextColor { color: #5A3915; }

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

This text font color is #5A3915.


Background Color

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

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

This div background color is #5A3915.


Border color

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

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

This div border color is #5A3915.


Opacity

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

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

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

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

This text has shadow with #5A3915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3915 on black background.


Color preview on white background

This text has color #5A3915 on white background.



Black color preview on #5A3915 background

This text has black color on #5A3915 background.


White color preview on #5A3915 background

This text has white color on #5A3915 background.