COLOR #52372C

HEX: #52372C
RGB: (82,55,44)

Color info

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

RGB color model

#52372C color RGB value is (82,55,44).

  • red value is 82;
  • green value is 55;
  • blue value is 44.
RGB:
(82,55,44)
(32%,22%,17%)

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 44 of 255 = 17%

82
55
44

R + G + B ~ 24%. #52372C is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 44 = 181 (100%)
R 82 of 181 ~ 45.3%
G 55 of 181 ~ 30.39%
B 44 of 181 ~ 24.31%

%45.3
%30.39
%24.31

CMYK color model

#52372C color CMYK value is (0,33,46,68).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 46.34%
  • key color value is 67.84%
CMYK:
(0,33,46,68)
C0M33Y46K68 
(0%,33%,46%,68%)
(0.00/0.33/0.46/0.68)	

CMYK percentages

%0
%32.93
%46.34
%67.84

Codes

Color #52372C in popluar color models

52372C
RGB825544
HSL17°30.16%24.71%
HSB/HSV17°46.34%32.16%
CMYK0.00%32.93%46.34%
67.84%

Color #52372C in popluar number systems.

HEX52372C
Decimal825544
Binary1010010110111101100
Octal1226754

Shades and tints

Shades of #52372C

#52372C
(82,55,44)
#4B3228
(75,50,40)
#442D24
(68,45,36)
#3D2820
(61,40,32)
#36231C
(54,35,28)
#2F1E18
(47,30,24)
#281914
(40,25,20)
#211410
(33,20,16)
#1A0F0C
(26,15,12)
#130A08
(19,10,8)
#0C0504
(12,5,4)
#000000
(0,0,0)

Tints of #52372C

#52372C
(82,55,44)
#61493F
(97,73,63)
#705B52
(112,91,82)
#7F6D65
(127,109,101)
#8E7F78
(142,127,120)
#9D918B
(157,145,139)
#ACA39E
(172,163,158)
#BBB5B1
(187,181,177)
#CAC7C4
(202,199,196)
#D9D9D7
(217,217,215)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52372C color. Also use rgb(82,55,44) instead hex code.

Text Font Color

.myTextColor { color: #52372C; }

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

This text font color is #52372C.


Background Color

.myBgColor { background-color: #52372C; }

<div style="background-color:#52372C">Inner text</div>

This div background color is #52372C.


Border color

.myBorderColor { border: 1px solid #52372C; }

<div style="border:3px solid #52372C">Div</div>

This div border color is #52372C.


Opacity

.myOpacity80 { color: #52372C; opacity: 0.8; }

<p style="color:#52372C;opacity:0.8;">80%</p>

Text with #52372C 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 #52372C;}

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

This text has shadow with #52372C color.

.textShadow {text-shadow: 3px 3px 1px #52372C, 3px 3px 1px red;}

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

This text has shadow with #52372C primary color and red secondary color.


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

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

This text has shadow with #52372C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52372C on black background.


Color preview on white background

This text has color #52372C on white background.



Black color preview on #52372C background

This text has black color on #52372C background.


White color preview on #52372C background

This text has white color on #52372C background.