COLOR #52362E

HEX: #52362E
RGB: (82,54,46)

Color info

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

RGB color model

#52362E color RGB value is (82,54,46).

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

RGB channels and saturation

R 82 of 255 = 32%
G 54 of 255 = 21%
B 46 of 255 = 18%

82
54
46

R + G + B ~ 24%. #52362E is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 54 + 46 = 182 (100%)
R 82 of 182 ~ 45.05%
G 54 of 182 ~ 29.67%
B 46 of 182 ~ 25.27%

%45.05
%29.67
%25.27

CMYK color model

#52362E color CMYK value is (0,34,44,68).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 43.90%
  • key color value is 67.84%
CMYK:
(0,34,44,68)
C0M34Y44K68 
(0%,34%,44%,68%)
(0.00/0.34/0.44/0.68)	

CMYK percentages

%0
%34.15
%43.9
%67.84

Codes

Color #52362E in popluar color models

52362E
RGB825446
HSL13°28.13%25.10%
HSB/HSV13°43.90%32.16%
CMYK0.00%34.15%43.90%
67.84%

Color #52362E in popluar number systems.

HEX52362E
Decimal825446
Binary1010010110110101110
Octal1226656

Shades and tints

Shades of #52362E

#52362E
(82,54,46)
#4B322A
(75,50,42)
#442E26
(68,46,38)
#3D2A22
(61,42,34)
#36261E
(54,38,30)
#2F221A
(47,34,26)
#281E16
(40,30,22)
#211A12
(33,26,18)
#1A160E
(26,22,14)
#13120A
(19,18,10)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #52362E

#52362E
(82,54,46)
#614841
(97,72,65)
#705A54
(112,90,84)
#7F6C67
(127,108,103)
#8E7E7A
(142,126,122)
#9D908D
(157,144,141)
#ACA2A0
(172,162,160)
#BBB4B3
(187,180,179)
#CAC6C6
(202,198,198)
#D9D8D9
(217,216,217)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52362E; }

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

This text font color is #52362E.


Background Color

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

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

This div background color is #52362E.


Border color

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

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

This div border color is #52362E.


Opacity

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

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

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

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

This text has shadow with #52362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52362E on black background.


Color preview on white background

This text has color #52362E on white background.



Black color preview on #52362E background

This text has black color on #52362E background.


White color preview on #52362E background

This text has white color on #52362E background.