COLOR #522E3B

HEX: #522E3B
RGB: (82,46,59)

Color info

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

RGB color model

#522E3B color RGB value is (82,46,59).

  • red value is 82;
  • green value is 46;
  • blue value is 59.
RGB: (82,46,59) (32%,18%,23%)

RGB channels and saturation

R 82 of 255 = 32%
G 46 of 255 = 18%
B 59 of 255 = 23%

82
46
59

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

Portions of RGB colors in percentages

R + G + B =
82 + 46 + 59 = 187 (100%)
R 82 of 187 ~ 43.85%
G 46 of 187 ~ 24.6%
B 59 of 187 ~ 31.55%

%43.85
%24.6
%31.55

CMYK color model

#522E3B color CMYK value is (0,44,28,68).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK: (0,44,28,68) C0M44Y28K68 (0%,44%,28%,68%) (0.00/0.44/0.28/0.68)

CMYK percentages

%0
%43.9
%28.05
%67.84

Codes

Color #522E3B in popluar color models

522E3B
RGB824659
HSL338°28.13%25.10%
HSB/HSV338°43.90%32.16%
CMYK0.00%43.90%28.05%
67.84%

Color #522E3B in popluar number systems.

HEX522E3B
Decimal824659
Binary1010010101110111011
Octal1225673

Shades and tints

Shades of #522E3B

#522E3B
(82,46,59)
#4B2A36
(75,42,54)
#442631
(68,38,49)
#3D222C
(61,34,44)
#361E27
(54,30,39)
#2F1A22
(47,26,34)
#28161D
(40,22,29)
#211218
(33,18,24)
#1A0E13
(26,14,19)
#130A0E
(19,10,14)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #522E3B

#522E3B
(82,46,59)
#61414C
(97,65,76)
#70545D
(112,84,93)
#7F676E
(127,103,110)
#8E7A7F
(142,122,127)
#9D8D90
(157,141,144)
#ACA0A1
(172,160,161)
#BBB3B2
(187,179,178)
#CAC6C3
(202,198,195)
#D9D9D4
(217,217,212)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522E3B color. Also use rgb(82,46,59) instead hex code.

Text Font Color

.myTextColor { color: #522E3B; }

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

This text font color is #522E3B.


Background Color

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

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

This div background color is #522E3B.


Border color

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

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

This div border color is #522E3B.


Opacity

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

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

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

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

This text has shadow with #522E3B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #522E3B on black background.


Color preview on white background

This text has color #522E3B on white background.



Black color preview on #522E3B background

This text has black color on #522E3B background.


White color preview on #522E3B background

This text has white color on #522E3B background.