COLOR #522D1B

HEX: #522D1B
RGB: (82,45,27)

Color info

#522D1B contains red, green and blue colors in about the same proportion. Web safe color of #522D1B is #663333 (or #633).

RGB color model

#522D1B color RGB value is (82,45,27).

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

RGB channels and saturation

R 82 of 255 = 32%
G 45 of 255 = 18%
B 27 of 255 = 11%

82
45
27

R + G + B ~ 20%. #522D1B is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 45 + 27 = 154 (100%)
R 82 of 154 ~ 53.25%
G 45 of 154 ~ 29.22%
B 27 of 154 ~ 17.53%

%53.25
%29.22
%17.53

CMYK color model

#522D1B color CMYK value is (0,45,67,68).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 67.07%
  • key color value is 67.84%
CMYK:
(0,45,67,68)
C0M45Y67K68 
(0%,45%,67%,68%)
(0.00/0.45/0.67/0.68)	

CMYK percentages

%0
%45.12
%67.07
%67.84

Codes

Color #522D1B in popluar color models

522D1B
RGB824527
HSL20°50.46%21.37%
HSB/HSV20°67.07%32.16%
CMYK0.00%45.12%67.07%
67.84%

Color #522D1B in popluar number systems.

HEX522D1B
Decimal824527
Binary101001010110111011
Octal1225533

Shades and tints

Shades of #522D1B

#522D1B
(82,45,27)
#4B2919
(75,41,25)
#442517
(68,37,23)
#3D2115
(61,33,21)
#361D13
(54,29,19)
#2F1911
(47,25,17)
#28150F
(40,21,15)
#21110D
(33,17,13)
#1A0D0B
(26,13,11)
#130909
(19,9,9)
#0C0507
(12,5,7)
#000000
(0,0,0)

Tints of #522D1B

#522D1B
(82,45,27)
#61402F
(97,64,47)
#705343
(112,83,67)
#7F6657
(127,102,87)
#8E796B
(142,121,107)
#9D8C7F
(157,140,127)
#AC9F93
(172,159,147)
#BBB2A7
(187,178,167)
#CAC5BB
(202,197,187)
#D9D8CF
(217,216,207)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522D1B color. Also use rgb(82,45,27) instead hex code.

Text Font Color

.myTextColor { color: #522D1B; }

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

This text font color is #522D1B.


Background Color

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

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

This div background color is #522D1B.


Border color

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

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

This div border color is #522D1B.


Opacity

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

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

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

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

This text has shadow with #522D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522D1B on black background.


Color preview on white background

This text has color #522D1B on white background.



Black color preview on #522D1B background

This text has black color on #522D1B background.


White color preview on #522D1B background

This text has white color on #522D1B background.