COLOR #5A5724

HEX: #5A5724
RGB: (90,87,36)

Color info

#5A5724 contains red, green and blue colors in about the same proportion. Web safe color of #5A5724 is #666633 (or #663).

RGB color model

#5A5724 color RGB value is (90,87,36).

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

RGB channels and saturation

R 90 of 255 = 35%
G 87 of 255 = 34%
B 36 of 255 = 14%

90
87
36

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

Portions of RGB colors in percentages

R + G + B =
90 + 87 + 36 = 213 (100%)
R 90 of 213 ~ 42.25%
G 87 of 213 ~ 40.85%
B 36 of 213 ~ 16.9%

%42.25
%40.85
%16.9

CMYK color model

#5A5724 color CMYK value is (0,3,60,65).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 60.00%
  • key color value is 64.71%
CMYK:
(0,3,60,65)
C0M3Y60K65 
(0%,3%,60%,65%)
(0.00/0.03/0.60/0.65)	

CMYK percentages

%0
%3.33
%60
%64.71

Codes

Color #5A5724 in popluar color models

5A5724
RGB908736
HSL57°42.86%24.71%
HSB/HSV57°60.00%35.29%
CMYK0.00%3.33%60.00%
64.71%

Color #5A5724 in popluar number systems.

HEX5A5724
Decimal908736
Binary10110101010111100100
Octal13212744

Shades and tints

Shades of #5A5724

#5A5724
(90,87,36)
#525021
(82,80,33)
#4A491E
(74,73,30)
#42421B
(66,66,27)
#3A3B18
(58,59,24)
#323415
(50,52,21)
#2A2D12
(42,45,18)
#22260F
(34,38,15)
#1A1F0C
(26,31,12)
#121809
(18,24,9)
#0A1106
(10,17,6)
#000000
(0,0,0)

Tints of #5A5724

#5A5724
(90,87,36)
#696637
(105,102,55)
#78754A
(120,117,74)
#87845D
(135,132,93)
#969370
(150,147,112)
#A5A283
(165,162,131)
#B4B196
(180,177,150)
#C3C0A9
(195,192,169)
#D2CFBC
(210,207,188)
#E1DECF
(225,222,207)
#F0EDE2
(240,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5724; }

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

This text font color is #5A5724.


Background Color

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

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

This div background color is #5A5724.


Border color

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

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

This div border color is #5A5724.


Opacity

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

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

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

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

This text has shadow with #5A5724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5724 on black background.


Color preview on white background

This text has color #5A5724 on white background.



Black color preview on #5A5724 background

This text has black color on #5A5724 background.


White color preview on #5A5724 background

This text has white color on #5A5724 background.