COLOR #5A4824

HEX: #5A4824
RGB: (90,72,36)

Color info

#5A4824 contains red, green and blue colors in about the same proportion. Web safe color of #5A4824 is #663333 (or #633).

RGB color model

#5A4824 color RGB value is (90,72,36).

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

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 36 of 255 = 14%

90
72
36

R + G + B ~ 26%. #5A4824 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 36 = 198 (100%)
R 90 of 198 ~ 45.45%
G 72 of 198 ~ 36.36%
B 36 of 198 ~ 18.18%

%45.45
%36.36
%18.18

CMYK color model

#5A4824 color CMYK value is (0,20,60,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 60.00%
  • key color value is 64.71%
CMYK:
(0,20,60,65)
C0M20Y60K65 
(0%,20%,60%,65%)
(0.00/0.20/0.60/0.65)	

CMYK percentages

%0
%20
%60
%64.71

Codes

Color #5A4824 in popluar color models

5A4824
RGB907236
HSL40°42.86%24.71%
HSB/HSV40°60.00%35.29%
CMYK0.00%20.00%60.00%
64.71%

Color #5A4824 in popluar number systems.

HEX5A4824
Decimal907236
Binary10110101001000100100
Octal13211044

Shades and tints

Shades of #5A4824

#5A4824
(90,72,36)
#524221
(82,66,33)
#4A3C1E
(74,60,30)
#42361B
(66,54,27)
#3A3018
(58,48,24)
#322A15
(50,42,21)
#2A2412
(42,36,18)
#221E0F
(34,30,15)
#1A180C
(26,24,12)
#121209
(18,18,9)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #5A4824

#5A4824
(90,72,36)
#695837
(105,88,55)
#78684A
(120,104,74)
#87785D
(135,120,93)
#968870
(150,136,112)
#A59883
(165,152,131)
#B4A896
(180,168,150)
#C3B8A9
(195,184,169)
#D2C8BC
(210,200,188)
#E1D8CF
(225,216,207)
#F0E8E2
(240,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4824; }

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

This text font color is #5A4824.


Background Color

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

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

This div background color is #5A4824.


Border color

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

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

This div border color is #5A4824.


Opacity

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

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

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

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

This text has shadow with #5A4824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4824 on black background.


Color preview on white background

This text has color #5A4824 on white background.



Black color preview on #5A4824 background

This text has black color on #5A4824 background.


White color preview on #5A4824 background

This text has white color on #5A4824 background.