COLOR #5A3724

HEX: #5A3724
RGB: (90,55,36)

Color info

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

RGB color model

#5A3724 color RGB value is (90,55,36).

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

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 36 of 255 = 14%

90
55
36

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

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 36 = 181 (100%)
R 90 of 181 ~ 49.72%
G 55 of 181 ~ 30.39%
B 36 of 181 ~ 19.89%

%49.72
%30.39
%19.89

CMYK color model

#5A3724 color CMYK value is (0,39,60,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 60.00%
  • key color value is 64.71%
CMYK:
(0,39,60,65)
C0M39Y60K65 
(0%,39%,60%,65%)
(0.00/0.39/0.60/0.65)	

CMYK percentages

%0
%38.89
%60
%64.71

Codes

Color #5A3724 in popluar color models

5A3724
RGB905536
HSL21°42.86%24.71%
HSB/HSV21°60.00%35.29%
CMYK0.00%38.89%60.00%
64.71%

Color #5A3724 in popluar number systems.

HEX5A3724
Decimal905536
Binary1011010110111100100
Octal1326744

Shades and tints

Shades of #5A3724

#5A3724
(90,55,36)
#523221
(82,50,33)
#4A2D1E
(74,45,30)
#42281B
(66,40,27)
#3A2318
(58,35,24)
#321E15
(50,30,21)
#2A1912
(42,25,18)
#22140F
(34,20,15)
#1A0F0C
(26,15,12)
#120A09
(18,10,9)
#0A0506
(10,5,6)
#000000
(0,0,0)

Tints of #5A3724

#5A3724
(90,55,36)
#694937
(105,73,55)
#785B4A
(120,91,74)
#876D5D
(135,109,93)
#967F70
(150,127,112)
#A59183
(165,145,131)
#B4A396
(180,163,150)
#C3B5A9
(195,181,169)
#D2C7BC
(210,199,188)
#E1D9CF
(225,217,207)
#F0EBE2
(240,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3724; }

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

This text font color is #5A3724.


Background Color

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

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

This div background color is #5A3724.


Border color

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

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

This div border color is #5A3724.


Opacity

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

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

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

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

This text has shadow with #5A3724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3724 on black background.


Color preview on white background

This text has color #5A3724 on white background.



Black color preview on #5A3724 background

This text has black color on #5A3724 background.


White color preview on #5A3724 background

This text has white color on #5A3724 background.