COLOR #5A4823

HEX: #5A4823
RGB: (90,72,35)

Color info

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

RGB color model

#5A4823 color RGB value is (90,72,35).

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

RGB channels and saturation

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

90
72
35

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

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 35 = 197 (100%)
R 90 of 197 ~ 45.69%
G 72 of 197 ~ 36.55%
B 35 of 197 ~ 17.77%

%45.69
%36.55
%17.77

CMYK color model

#5A4823 color CMYK value is (0,20,61,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 61.11%
  • key color value is 64.71%
CMYK:
(0,20,61,65)
C0M20Y61K65 
(0%,20%,61%,65%)
(0.00/0.20/0.61/0.65)	

CMYK percentages

%0
%20
%61.11
%64.71

Codes

Color #5A4823 in popluar color models

5A4823
RGB907235
HSL40°44.00%24.51%
HSB/HSV40°61.11%35.29%
CMYK0.00%20.00%61.11%
64.71%

Color #5A4823 in popluar number systems.

HEX5A4823
Decimal907235
Binary10110101001000100011
Octal13211043

Shades and tints

Shades of #5A4823

#5A4823
(90,72,35)
#524220
(82,66,32)
#4A3C1D
(74,60,29)
#42361A
(66,54,26)
#3A3017
(58,48,23)
#322A14
(50,42,20)
#2A2411
(42,36,17)
#221E0E
(34,30,14)
#1A180B
(26,24,11)
#121208
(18,18,8)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #5A4823

#5A4823
(90,72,35)
#695837
(105,88,55)
#78684B
(120,104,75)
#87785F
(135,120,95)
#968873
(150,136,115)
#A59887
(165,152,135)
#B4A89B
(180,168,155)
#C3B8AF
(195,184,175)
#D2C8C3
(210,200,195)
#E1D8D7
(225,216,215)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4823; }

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

This text font color is #5A4823.


Background Color

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

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

This div background color is #5A4823.


Border color

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

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

This div border color is #5A4823.


Opacity

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

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

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

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

This text has shadow with #5A4823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4823 on black background.


Color preview on white background

This text has color #5A4823 on white background.



Black color preview on #5A4823 background

This text has black color on #5A4823 background.


White color preview on #5A4823 background

This text has white color on #5A4823 background.