COLOR #5A3918

HEX: #5A3918
RGB: (90,57,24)

Color info

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

RGB color model

#5A3918 color RGB value is (90,57,24).

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

RGB channels and saturation

R 90 of 255 = 35%
G 57 of 255 = 22%
B 24 of 255 = 9%

90
57
24

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

Portions of RGB colors in percentages

R + G + B =
90 + 57 + 24 = 171 (100%)
R 90 of 171 ~ 52.63%
G 57 of 171 ~ 33.33%
B 24 of 171 ~ 14.04%

%52.63
%33.33
%14.04

CMYK color model

#5A3918 color CMYK value is (0,37,73,65).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 73.33%
  • key color value is 64.71%
CMYK:
(0,37,73,65)
C0M37Y73K65 
(0%,37%,73%,65%)
(0.00/0.37/0.73/0.65)	

CMYK percentages

%0
%36.67
%73.33
%64.71

Codes

Color #5A3918 in popluar color models

5A3918
RGB905724
HSL30°57.89%22.35%
HSB/HSV30°73.33%35.29%
CMYK0.00%36.67%73.33%
64.71%

Color #5A3918 in popluar number systems.

HEX5A3918
Decimal905724
Binary101101011100111000
Octal1327130

Shades and tints

Shades of #5A3918

#5A3918
(90,57,24)
#523416
(82,52,22)
#4A2F14
(74,47,20)
#422A12
(66,42,18)
#3A2510
(58,37,16)
#32200E
(50,32,14)
#2A1B0C
(42,27,12)
#22160A
(34,22,10)
#1A1108
(26,17,8)
#120C06
(18,12,6)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #5A3918

#5A3918
(90,57,24)
#694B2D
(105,75,45)
#785D42
(120,93,66)
#876F57
(135,111,87)
#96816C
(150,129,108)
#A59381
(165,147,129)
#B4A596
(180,165,150)
#C3B7AB
(195,183,171)
#D2C9C0
(210,201,192)
#E1DBD5
(225,219,213)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3918; }

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

This text font color is #5A3918.


Background Color

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

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

This div background color is #5A3918.


Border color

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

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

This div border color is #5A3918.


Opacity

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

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

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

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

This text has shadow with #5A3918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3918 on black background.


Color preview on white background

This text has color #5A3918 on white background.



Black color preview on #5A3918 background

This text has black color on #5A3918 background.


White color preview on #5A3918 background

This text has white color on #5A3918 background.