COLOR #522B3D

HEX: #522B3D
RGB: (82,43,61)

Color info

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

RGB color model

#522B3D color RGB value is (82,43,61).

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

RGB channels and saturation

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

82
43
61

R + G + B ~ 24%. #522B3D is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 43 + 61 = 186 (100%)
R 82 of 186 ~ 44.09%
G 43 of 186 ~ 23.12%
B 61 of 186 ~ 32.8%

%44.09
%23.12
%32.8

CMYK color model

#522B3D color CMYK value is (0,48,26,68).

  • cyan value is 0.00%
  • magenta value is 47.56%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(0,48,26,68)
C0M48Y26K68 
(0%,48%,26%,68%)
(0.00/0.48/0.26/0.68)	

CMYK percentages

%0
%47.56
%25.61
%67.84

Codes

Color #522B3D in popluar color models

522B3D
RGB824361
HSL332°31.20%24.51%
HSB/HSV332°47.56%32.16%
CMYK0.00%47.56%25.61%
67.84%

Color #522B3D in popluar number systems.

HEX522B3D
Decimal824361
Binary1010010101011111101
Octal1225375

Shades and tints

Shades of #522B3D

#522B3D
(82,43,61)
#4B2838
(75,40,56)
#442533
(68,37,51)
#3D222E
(61,34,46)
#361F29
(54,31,41)
#2F1C24
(47,28,36)
#28191F
(40,25,31)
#21161A
(33,22,26)
#1A1315
(26,19,21)
#131010
(19,16,16)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #522B3D

#522B3D
(82,43,61)
#613E4E
(97,62,78)
#70515F
(112,81,95)
#7F6470
(127,100,112)
#8E7781
(142,119,129)
#9D8A92
(157,138,146)
#AC9DA3
(172,157,163)
#BBB0B4
(187,176,180)
#CAC3C5
(202,195,197)
#D9D6D6
(217,214,214)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522B3D; }

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

This text font color is #522B3D.


Background Color

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

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

This div background color is #522B3D.


Border color

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

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

This div border color is #522B3D.


Opacity

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

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

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

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

This text has shadow with #522B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522B3D on black background.


Color preview on white background

This text has color #522B3D on white background.



Black color preview on #522B3D background

This text has black color on #522B3D background.


White color preview on #522B3D background

This text has white color on #522B3D background.