COLOR #5B522D

HEX: #5B522D
RGB: (91,82,45)

Color info

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

RGB color model

#5B522D color RGB value is (91,82,45).

  • red value is 91;
  • green value is 82;
  • blue value is 45.
RGB:
(91,82,45)
(36%,32%,18%)

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 45 of 255 = 18%

91
82
45

R + G + B ~ 29%. #5B522D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 45 = 218 (100%)
R 91 of 218 ~ 41.74%
G 82 of 218 ~ 37.61%
B 45 of 218 ~ 20.64%

%41.74
%37.61
%20.64

CMYK color model

#5B522D color CMYK value is (0,10,51,64).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 50.55%
  • key color value is 64.31%
CMYK:
(0,10,51,64)
C0M10Y51K64 
(0%,10%,51%,64%)
(0.00/0.10/0.51/0.64)	

CMYK percentages

%0
%9.89
%50.55
%64.31

Codes

Color #5B522D in popluar color models

5B522D
RGB918245
HSL48°33.82%26.67%
HSB/HSV48°50.55%35.69%
CMYK0.00%9.89%50.55%
64.31%

Color #5B522D in popluar number systems.

HEX5B522D
Decimal918245
Binary10110111010010101101
Octal13312255

Shades and tints

Shades of #5B522D

#5B522D
(91,82,45)
#534B29
(83,75,41)
#4B4425
(75,68,37)
#433D21
(67,61,33)
#3B361D
(59,54,29)
#332F19
(51,47,25)
#2B2815
(43,40,21)
#232111
(35,33,17)
#1B1A0D
(27,26,13)
#131309
(19,19,9)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #5B522D

#5B522D
(91,82,45)
#696140
(105,97,64)
#777053
(119,112,83)
#857F66
(133,127,102)
#938E79
(147,142,121)
#A19D8C
(161,157,140)
#AFAC9F
(175,172,159)
#BDBBB2
(189,187,178)
#CBCAC5
(203,202,197)
#D9D9D8
(217,217,216)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B522D color. Also use rgb(91,82,45) instead hex code.

Text Font Color

.myTextColor { color: #5B522D; }

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

This text font color is #5B522D.


Background Color

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

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

This div background color is #5B522D.


Border color

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

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

This div border color is #5B522D.


Opacity

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

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

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

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

This text has shadow with #5B522D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B522D on black background.


Color preview on white background

This text has color #5B522D on white background.



Black color preview on #5B522D background

This text has black color on #5B522D background.


White color preview on #5B522D background

This text has white color on #5B522D background.