COLOR #5A4436

HEX: #5A4436
RGB: (90,68,54)

Color info

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

RGB color model

#5A4436 color RGB value is (90,68,54).

  • red value is 90;
  • green value is 68;
  • blue value is 54.
RGB:
(90,68,54)
(35%,27%,21%)

RGB channels and saturation

R 90 of 255 = 35%
G 68 of 255 = 27%
B 54 of 255 = 21%

90
68
54

R + G + B ~ 28%. #5A4436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 68 + 54 = 212 (100%)
R 90 of 212 ~ 42.45%
G 68 of 212 ~ 32.08%
B 54 of 212 ~ 25.47%

%42.45
%32.08
%25.47

CMYK color model

#5A4436 color CMYK value is (0,24,40,65).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 40.00%
  • key color value is 64.71%
CMYK:
(0,24,40,65)
C0M24Y40K65 
(0%,24%,40%,65%)
(0.00/0.24/0.40/0.65)	

CMYK percentages

%0
%24.44
%40
%64.71

Codes

Color #5A4436 in popluar color models

5A4436
RGB906854
HSL23°25.00%28.24%
HSB/HSV23°40.00%35.29%
CMYK0.00%24.44%40.00%
64.71%

Color #5A4436 in popluar number systems.

HEX5A4436
Decimal906854
Binary10110101000100110110
Octal13210466

Shades and tints

Shades of #5A4436

#5A4436
(90,68,54)
#523E32
(82,62,50)
#4A382E
(74,56,46)
#42322A
(66,50,42)
#3A2C26
(58,44,38)
#322622
(50,38,34)
#2A201E
(42,32,30)
#221A1A
(34,26,26)
#1A1416
(26,20,22)
#120E12
(18,14,18)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #5A4436

#5A4436
(90,68,54)
#695548
(105,85,72)
#78665A
(120,102,90)
#87776C
(135,119,108)
#96887E
(150,136,126)
#A59990
(165,153,144)
#B4AAA2
(180,170,162)
#C3BBB4
(195,187,180)
#D2CCC6
(210,204,198)
#E1DDD8
(225,221,216)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4436 color. Also use rgb(90,68,54) instead hex code.

Text Font Color

.myTextColor { color: #5A4436; }

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

This text font color is #5A4436.


Background Color

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

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

This div background color is #5A4436.


Border color

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

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

This div border color is #5A4436.


Opacity

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

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

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

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

This text has shadow with #5A4436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4436 on black background.


Color preview on white background

This text has color #5A4436 on white background.



Black color preview on #5A4436 background

This text has black color on #5A4436 background.


White color preview on #5A4436 background

This text has white color on #5A4436 background.