COLOR #52322E

HEX: #52322E
RGB: (82,50,46)

Color info

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

RGB color model

#52322E color RGB value is (82,50,46).

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

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 46 of 255 = 18%

82
50
46

R + G + B ~ 23%. #52322E is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 46 = 178 (100%)
R 82 of 178 ~ 46.07%
G 50 of 178 ~ 28.09%
B 46 of 178 ~ 25.84%

%46.07
%28.09
%25.84

CMYK color model

#52322E color CMYK value is (0,39,44,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 43.90%
  • key color value is 67.84%
CMYK: (0,39,44,68) C0M39Y44K68 (0%,39%,44%,68%) (0.00/0.39/0.44/0.68)

CMYK percentages

%0
%39.02
%43.9
%67.84

Codes

Color #52322E in popluar color models

52322E
RGB825046
HSL28.13%25.10%
HSB/HSV43.90%32.16%
CMYK0.00%39.02%43.90%
67.84%

Color #52322E in popluar number systems.

HEX52322E
Decimal825046
Binary1010010110010101110
Octal1226256

Shades and tints

Shades of #52322E

#52322E
(82,50,46)
#4B2E2A
(75,46,42)
#442A26
(68,42,38)
#3D2622
(61,38,34)
#36221E
(54,34,30)
#2F1E1A
(47,30,26)
#281A16
(40,26,22)
#211612
(33,22,18)
#1A120E
(26,18,14)
#130E0A
(19,14,10)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #52322E

#52322E
(82,50,46)
#614441
(97,68,65)
#705654
(112,86,84)
#7F6867
(127,104,103)
#8E7A7A
(142,122,122)
#9D8C8D
(157,140,141)
#AC9EA0
(172,158,160)
#BBB0B3
(187,176,179)
#CAC2C6
(202,194,198)
#D9D4D9
(217,212,217)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52322E color. Also use rgb(82,50,46) instead hex code.

Text Font Color

.myTextColor { color: #52322E; }

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

This text font color is #52322E.


Background Color

.myBgColor { background-color: #52322E; }

<div style="background-color:#52322E">Inner text</div>

This div background color is #52322E.


Border color

.myBorderColor { border: 1px solid #52322E; }

<div style="border:3px solid #52322E">Div</div>

This div border color is #52322E.


Opacity

.myOpacity80 { color: #52322E; opacity: 0.8; }

<p style="color:#52322E;opacity:0.8;">80%</p>

Text with #52322E 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 #52322E;}

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

This text has shadow with #52322E color.

.textShadow {text-shadow: 3px 3px 1px #52322E, 3px 3px 1px red;}

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

This text has shadow with #52322E primary color and red secondary color.


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

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

This text has shadow with #52322E and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #52322E on black background.


Color preview on white background

This text has color #52322E on white background.



Black color preview on #52322E background

This text has black color on #52322E background.


White color preview on #52322E background

This text has white color on #52322E background.