COLOR #522B1B

HEX: #522B1B
RGB: (82,43,27)

Color info

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

RGB color model

#522B1B color RGB value is (82,43,27).

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

RGB channels and saturation

R 82 of 255 = 32%
G 43 of 255 = 17%
B 27 of 255 = 11%

82
43
27

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

Portions of RGB colors in percentages

R + G + B =
82 + 43 + 27 = 152 (100%)
R 82 of 152 ~ 53.95%
G 43 of 152 ~ 28.29%
B 27 of 152 ~ 17.76%

%53.95
%28.29
%17.76

CMYK color model

#522B1B color CMYK value is (0,48,67,68).

  • cyan value is 0.00%
  • magenta value is 47.56%
  • yellow value is 67.07%
  • key color value is 67.84%
CMYK:
(0,48,67,68)
C0M48Y67K68 
(0%,48%,67%,68%)
(0.00/0.48/0.67/0.68)	

CMYK percentages

%0
%47.56
%67.07
%67.84

Codes

Color #522B1B in popluar color models

522B1B
RGB824327
HSL17°50.46%21.37%
HSB/HSV17°67.07%32.16%
CMYK0.00%47.56%67.07%
67.84%

Color #522B1B in popluar number systems.

HEX522B1B
Decimal824327
Binary101001010101111011
Octal1225333

Shades and tints

Shades of #522B1B

#522B1B
(82,43,27)
#4B2819
(75,40,25)
#442517
(68,37,23)
#3D2215
(61,34,21)
#361F13
(54,31,19)
#2F1C11
(47,28,17)
#28190F
(40,25,15)
#21160D
(33,22,13)
#1A130B
(26,19,11)
#131009
(19,16,9)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #522B1B

#522B1B
(82,43,27)
#613E2F
(97,62,47)
#705143
(112,81,67)
#7F6457
(127,100,87)
#8E776B
(142,119,107)
#9D8A7F
(157,138,127)
#AC9D93
(172,157,147)
#BBB0A7
(187,176,167)
#CAC3BB
(202,195,187)
#D9D6CF
(217,214,207)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522B1B; }

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

This text font color is #522B1B.


Background Color

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

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

This div background color is #522B1B.


Border color

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

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

This div border color is #522B1B.


Opacity

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

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

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

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

This text has shadow with #522B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522B1B on black background.


Color preview on white background

This text has color #522B1B on white background.



Black color preview on #522B1B background

This text has black color on #522B1B background.


White color preview on #522B1B background

This text has white color on #522B1B background.