COLOR #5A4814

HEX: #5A4814
RGB: (90,72,20)

Color info

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

RGB color model

#5A4814 color RGB value is (90,72,20).

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

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 20 of 255 = 8%

90
72
20

R + G + B ~ 24%. #5A4814 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 20 = 182 (100%)
R 90 of 182 ~ 49.45%
G 72 of 182 ~ 39.56%
B 20 of 182 ~ 10.99%

%49.45
%39.56
%10.99

CMYK color model

#5A4814 color CMYK value is (0,20,78,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 77.78%
  • key color value is 64.71%
CMYK:
(0,20,78,65)
C0M20Y78K65 
(0%,20%,78%,65%)
(0.00/0.20/0.78/0.65)	

CMYK percentages

%0
%20
%77.78
%64.71

Codes

Color #5A4814 in popluar color models

5A4814
RGB907220
HSL45°63.64%21.57%
HSB/HSV45°77.78%35.29%
CMYK0.00%20.00%77.78%
64.71%

Color #5A4814 in popluar number systems.

HEX5A4814
Decimal907220
Binary1011010100100010100
Octal13211024

Shades and tints

Shades of #5A4814

#5A4814
(90,72,20)
#524213
(82,66,19)
#4A3C12
(74,60,18)
#423611
(66,54,17)
#3A3010
(58,48,16)
#322A0F
(50,42,15)
#2A240E
(42,36,14)
#221E0D
(34,30,13)
#1A180C
(26,24,12)
#12120B
(18,18,11)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #5A4814

#5A4814
(90,72,20)
#695829
(105,88,41)
#78683E
(120,104,62)
#877853
(135,120,83)
#968868
(150,136,104)
#A5987D
(165,152,125)
#B4A892
(180,168,146)
#C3B8A7
(195,184,167)
#D2C8BC
(210,200,188)
#E1D8D1
(225,216,209)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4814; }

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

This text font color is #5A4814.


Background Color

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

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

This div background color is #5A4814.


Border color

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

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

This div border color is #5A4814.


Opacity

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

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

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

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

This text has shadow with #5A4814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4814 on black background.


Color preview on white background

This text has color #5A4814 on white background.



Black color preview on #5A4814 background

This text has black color on #5A4814 background.


White color preview on #5A4814 background

This text has white color on #5A4814 background.