COLOR #5A4329

HEX: #5A4329
RGB: (90,67,41)

Color info

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

RGB color model

#5A4329 color RGB value is (90,67,41).

  • red value is 90;
  • green value is 67;
  • blue value is 41.
RGB:
(90,67,41)
(35%,26%,16%)

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 41 of 255 = 16%

90
67
41

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

Portions of RGB colors in percentages

R + G + B =
90 + 67 + 41 = 198 (100%)
R 90 of 198 ~ 45.45%
G 67 of 198 ~ 33.84%
B 41 of 198 ~ 20.71%

%45.45
%33.84
%20.71

CMYK color model

#5A4329 color CMYK value is (0,26,54,65).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 54.44%
  • key color value is 64.71%
CMYK:
(0,26,54,65)
C0M26Y54K65 
(0%,26%,54%,65%)
(0.00/0.26/0.54/0.65)	

CMYK percentages

%0
%25.56
%54.44
%64.71

Codes

Color #5A4329 in popluar color models

5A4329
RGB906741
HSL32°37.40%25.69%
HSB/HSV32°54.44%35.29%
CMYK0.00%25.56%54.44%
64.71%

Color #5A4329 in popluar number systems.

HEX5A4329
Decimal906741
Binary10110101000011101001
Octal13210351

Shades and tints

Shades of #5A4329

#5A4329
(90,67,41)
#523D26
(82,61,38)
#4A3723
(74,55,35)
#423120
(66,49,32)
#3A2B1D
(58,43,29)
#32251A
(50,37,26)
#2A1F17
(42,31,23)
#221914
(34,25,20)
#1A1311
(26,19,17)
#120D0E
(18,13,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #5A4329

#5A4329
(90,67,41)
#69543C
(105,84,60)
#78654F
(120,101,79)
#877662
(135,118,98)
#968775
(150,135,117)
#A59888
(165,152,136)
#B4A99B
(180,169,155)
#C3BAAE
(195,186,174)
#D2CBC1
(210,203,193)
#E1DCD4
(225,220,212)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4329 color. Also use rgb(90,67,41) instead hex code.

Text Font Color

.myTextColor { color: #5A4329; }

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

This text font color is #5A4329.


Background Color

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

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

This div background color is #5A4329.


Border color

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

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

This div border color is #5A4329.


Opacity

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

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

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

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

This text has shadow with #5A4329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4329 on black background.


Color preview on white background

This text has color #5A4329 on white background.



Black color preview on #5A4329 background

This text has black color on #5A4329 background.


White color preview on #5A4329 background

This text has white color on #5A4329 background.