COLOR #5A5220

HEX: #5A5220 RGB: (90,82,32)

Color info

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

RGB color model

#5A5220 color RGB value is (90,82,32).

RGB: (90,82,32) (35%, 32%, 13%)

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 32 of 255 = 13%

90
82
32

R + G + B ~ 27%. #5A5220 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 82 + 32 = 204 (100%)
R 90 of 204 ~ 44.12%
G 82 of 204 ~ 40.2%
B 32 of 204 ~ 15.69'%

%44.12
%40.2
%15.69

CMYK color model

#5A5220 color CMYK value is (0,9,64,65).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 64.44%
  • key color value is 64.71%

CMYK: (0,9,64,65)
C0M9Y64K65 (0%, 9%, 64%, 65%)
(0.00 / 0.09 / 0.64 / 0.65)

CMYK percentages

%0
%8.89
%64.44
%64.71

Codes

Color #5A5220 in popluar color models

5A 52 20
RGB 90 82 32
HSL 52° 47.54% 23.92%
HSB/HSV 52° 64.44% 35.29%
CMYK 0.00% 8.89% 64.44%
64.71%

Color #5A5220 in popluar number systems.

HEX 5A 52 20
Decimal 90 82 32
Binary 1011010 1010010 100000
Octal 132 122 40

Shades and tints

Shades of #5A5220

#5A5220
(90,82,32)
#524B1E
(82,75,30)
#4A441C
(74,68,28)
#423D1A
(66,61,26)
#3A3618
(58,54,24)
#322F16
(50,47,22)
#2A2814
(42,40,20)
#222112
(34,33,18)
#1A1A10
(26,26,16)
#12130E
(18,19,14)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #5A5220

#5A5220
(90,82,32)
#696134
(105,97,52)
#787048
(120,112,72)
#877F5C
(135,127,92)
#968E70
(150,142,112)
#A59D84
(165,157,132)
#B4AC98
(180,172,152)
#C3BBAC
(195,187,172)
#D2CAC0
(210,202,192)
#E1D9D4
(225,217,212)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5220 color. Also use rgb(90,82,32) instead hex code.

Text Font Color

.myTextColor { color: #5A5220; }

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

This text font color is #5A5220.

Background Color

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

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

This div background color is #5A5220.

Border color

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

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

This div border color is #5A5220.

Opacity

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

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

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

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

This text has shadow with #5A5220 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5220.

Preview

Color preview on black background

This text has color #5A5220 on black background.


Color preview on white background

This text has color #5A5220 on white background.


Black color preview on #5A5220 background

This text has black color on #5A5220 background.


White color preview on #5A5220 background

This text has white color on #5A5220 background.


Related colors

Complementary color

Complementary color for #hex is #A5ADDF.


I love getcolorcode.com

Triadic colors

1 #205A52 and #52205A with #5A5220 are triadic colors.

2 #20525A and #525A20 with #5A5220 are triadic colors.