COLOR #5A3814

HEX: #5A3814
RGB: (90,56,20)

Color info

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

RGB color model

#5A3814 color RGB value is (90,56,20).

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

RGB channels and saturation

R 90 of 255 = 35%
G 56 of 255 = 22%
B 20 of 255 = 8%

90
56
20

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

Portions of RGB colors in percentages

R + G + B =
90 + 56 + 20 = 166 (100%)
R 90 of 166 ~ 54.22%
G 56 of 166 ~ 33.73%
B 20 of 166 ~ 12.05%

%54.22
%33.73
%12.05

CMYK color model

#5A3814 color CMYK value is (0,38,78,65).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 77.78%
  • key color value is 64.71%
CMYK:
(0,38,78,65)
C0M38Y78K65 
(0%,38%,78%,65%)
(0.00/0.38/0.78/0.65)	

CMYK percentages

%0
%37.78
%77.78
%64.71

Codes

Color #5A3814 in popluar color models

5A3814
RGB905620
HSL31°63.64%21.57%
HSB/HSV31°77.78%35.29%
CMYK0.00%37.78%77.78%
64.71%

Color #5A3814 in popluar number systems.

HEX5A3814
Decimal905620
Binary101101011100010100
Octal1327024

Shades and tints

Shades of #5A3814

#5A3814
(90,56,20)
#523313
(82,51,19)
#4A2E12
(74,46,18)
#422911
(66,41,17)
#3A2410
(58,36,16)
#321F0F
(50,31,15)
#2A1A0E
(42,26,14)
#22150D
(34,21,13)
#1A100C
(26,16,12)
#120B0B
(18,11,11)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #5A3814

#5A3814
(90,56,20)
#694A29
(105,74,41)
#785C3E
(120,92,62)
#876E53
(135,110,83)
#968068
(150,128,104)
#A5927D
(165,146,125)
#B4A492
(180,164,146)
#C3B6A7
(195,182,167)
#D2C8BC
(210,200,188)
#E1DAD1
(225,218,209)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3814 color. Also use rgb(90,56,20) instead hex code.

Text Font Color

.myTextColor { color: #5A3814; }

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

This text font color is #5A3814.


Background Color

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

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

This div background color is #5A3814.


Border color

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

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

This div border color is #5A3814.


Opacity

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

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

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

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

This text has shadow with #5A3814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3814 on black background.


Color preview on white background

This text has color #5A3814 on white background.



Black color preview on #5A3814 background

This text has black color on #5A3814 background.


White color preview on #5A3814 background

This text has white color on #5A3814 background.