COLOR #5A522B

HEX: #5A522B RGB: (90,82,43)

Color info

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

RGB color model

#5A522B color RGB value is (90,82,43).

RGB: (90,82,43) (35%, 32%, 17%)

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 43 of 255 = 17%

90
82
43

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

Portions of RGB colors in percentages

R + G + B = 90 + 82 + 43 = 215 (100%)
R 90 of 215 ~ 41.86%
G 82 of 215 ~ 38.14%
B 43 of 215 ~ 20'%

%41.86
%38.14
%20

CMYK color model

#5A522B color CMYK value is (0,9,52,65).

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

CMYK: (0,9,52,65)
C0M9Y52K65 (0%, 9%, 52%, 65%)
(0.00 / 0.09 / 0.52 / 0.65)

CMYK percentages

%0
%8.89
%52.22
%64.71

Codes

Color #5A522B in popluar color models

5A 52 2B
RGB 90 82 43
HSL 50° 35.34% 26.08%
HSB/HSV 50° 52.22% 35.29%
CMYK 0.00% 8.89% 52.22%
64.71%

Color #5A522B in popluar number systems.

HEX 5A 52 2B
Decimal 90 82 43
Binary 1011010 1010010 101011
Octal 132 122 53

Shades and tints

Shades of #5A522B

#5A522B
(90,82,43)
#524B28
(82,75,40)
#4A4425
(74,68,37)
#423D22
(66,61,34)
#3A361F
(58,54,31)
#322F1C
(50,47,28)
#2A2819
(42,40,25)
#222116
(34,33,22)
#1A1A13
(26,26,19)
#121310
(18,19,16)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A522B

#5A522B
(90,82,43)
#69613E
(105,97,62)
#787051
(120,112,81)
#877F64
(135,127,100)
#968E77
(150,142,119)
#A59D8A
(165,157,138)
#B4AC9D
(180,172,157)
#C3BBB0
(195,187,176)
#D2CAC3
(210,202,195)
#E1D9D6
(225,217,214)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A522B; }

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

This text font color is #5A522B.

Background Color

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

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

This div background color is #5A522B.

Border color

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

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

This div border color is #5A522B.

Opacity

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

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

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

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

This text has shadow with #5A522B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A522B.

Preview

Color preview on black background

This text has color #5A522B on black background.


Color preview on white background

This text has color #5A522B on white background.


Black color preview on #5A522B background

This text has black color on #5A522B background.


White color preview on #5A522B background

This text has white color on #5A522B background.


Related colors

Complementary color

Complementary color for #hex is #A5ADD4.


I love getcolorcode.com

Triadic colors

1 #2B5A52 and #522B5A with #5A522B are triadic colors.

2 #2B525A and #525A2B with #5A522B are triadic colors.