COLOR #5A3919

HEX: #5A3919
RGB: (90,57,25)

Color info

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

RGB color model

#5A3919 color RGB value is (90,57,25).

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

RGB channels and saturation

R 90 of 255 = 35%
G 57 of 255 = 22%
B 25 of 255 = 10%

90
57
25

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

Portions of RGB colors in percentages

R + G + B =
90 + 57 + 25 = 172 (100%)
R 90 of 172 ~ 52.33%
G 57 of 172 ~ 33.14%
B 25 of 172 ~ 14.53%

%52.33
%33.14
%14.53

CMYK color model

#5A3919 color CMYK value is (0,37,72,65).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 72.22%
  • key color value is 64.71%
CMYK:
(0,37,72,65)
C0M37Y72K65 
(0%,37%,72%,65%)
(0.00/0.37/0.72/0.65)	

CMYK percentages

%0
%36.67
%72.22
%64.71

Codes

Color #5A3919 in popluar color models

5A3919
RGB905725
HSL30°56.52%22.55%
HSB/HSV30°72.22%35.29%
CMYK0.00%36.67%72.22%
64.71%

Color #5A3919 in popluar number systems.

HEX5A3919
Decimal905725
Binary101101011100111001
Octal1327131

Shades and tints

Shades of #5A3919

#5A3919
(90,57,25)
#523417
(82,52,23)
#4A2F15
(74,47,21)
#422A13
(66,42,19)
#3A2511
(58,37,17)
#32200F
(50,32,15)
#2A1B0D
(42,27,13)
#22160B
(34,22,11)
#1A1109
(26,17,9)
#120C07
(18,12,7)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #5A3919

#5A3919
(90,57,25)
#694B2D
(105,75,45)
#785D41
(120,93,65)
#876F55
(135,111,85)
#968169
(150,129,105)
#A5937D
(165,147,125)
#B4A591
(180,165,145)
#C3B7A5
(195,183,165)
#D2C9B9
(210,201,185)
#E1DBCD
(225,219,205)
#F0EDE1
(240,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3919; }

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

This text font color is #5A3919.


Background Color

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

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

This div background color is #5A3919.


Border color

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

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

This div border color is #5A3919.


Opacity

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

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

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

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

This text has shadow with #5A3919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3919 on black background.


Color preview on white background

This text has color #5A3919 on white background.



Black color preview on #5A3919 background

This text has black color on #5A3919 background.


White color preview on #5A3919 background

This text has white color on #5A3919 background.