COLOR #522B18

HEX: #522B18
RGB: (82,43,24)

Color info

#522B18 contains red, green and blue colors in about the same proportion. Web safe color of #522B18 is #663300 (or #630).

RGB color model

#522B18 color RGB value is (82,43,24).

  • red value is 82;
  • green value is 43;
  • blue value is 24.
RGB:
(82,43,24)
(32%,17%,9%)

RGB channels and saturation

R 82 of 255 = 32%
G 43 of 255 = 17%
B 24 of 255 = 9%

82
43
24

R + G + B ~ 19%. #522B18 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 43 + 24 = 149 (100%)
R 82 of 149 ~ 55.03%
G 43 of 149 ~ 28.86%
B 24 of 149 ~ 16.11%

%55.03
%28.86
%16.11

CMYK color model

#522B18 color CMYK value is (0,48,71,68).

  • cyan value is 0.00%
  • magenta value is 47.56%
  • yellow value is 70.73%
  • key color value is 67.84%
CMYK:
(0,48,71,68)
C0M48Y71K68 
(0%,48%,71%,68%)
(0.00/0.48/0.71/0.68)	

CMYK percentages

%0
%47.56
%70.73
%67.84

Codes

Color #522B18 in popluar color models

522B18
RGB824324
HSL20°54.72%20.78%
HSB/HSV20°70.73%32.16%
CMYK0.00%47.56%70.73%
67.84%

Color #522B18 in popluar number systems.

HEX522B18
Decimal824324
Binary101001010101111000
Octal1225330

Shades and tints

Shades of #522B18

#522B18
(82,43,24)
#4B2816
(75,40,22)
#442514
(68,37,20)
#3D2212
(61,34,18)
#361F10
(54,31,16)
#2F1C0E
(47,28,14)
#28190C
(40,25,12)
#21160A
(33,22,10)
#1A1308
(26,19,8)
#131006
(19,16,6)
#0C0D04
(12,13,4)
#000000
(0,0,0)

Tints of #522B18

#522B18
(82,43,24)
#613E2D
(97,62,45)
#705142
(112,81,66)
#7F6457
(127,100,87)
#8E776C
(142,119,108)
#9D8A81
(157,138,129)
#AC9D96
(172,157,150)
#BBB0AB
(187,176,171)
#CAC3C0
(202,195,192)
#D9D6D5
(217,214,213)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522B18 color. Also use rgb(82,43,24) instead hex code.

Text Font Color

.myTextColor { color: #522B18; }

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

This text font color is #522B18.


Background Color

.myBgColor { background-color: #522B18; }

<div style="background-color:#522B18">Inner text</div>

This div background color is #522B18.


Border color

.myBorderColor { border: 1px solid #522B18; }

<div style="border:3px solid #522B18">Div</div>

This div border color is #522B18.


Opacity

.myOpacity80 { color: #522B18; opacity: 0.8; }

<p style="color:#522B18;opacity:0.8;">80%</p>

Text with #522B18 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 #522B18;}

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

This text has shadow with #522B18 color.

.textShadow {text-shadow: 3px 3px 1px #522B18, 3px 3px 1px red;}

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

This text has shadow with #522B18 primary color and red secondary color.


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

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

This text has shadow with #522B18 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522B18 on black background.


Color preview on white background

This text has color #522B18 on white background.



Black color preview on #522B18 background

This text has black color on #522B18 background.


White color preview on #522B18 background

This text has white color on #522B18 background.