COLOR #52372F

HEX: #52372F
RGB: (82,55,47)

Color info

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

RGB color model

#52372F color RGB value is (82,55,47).

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

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 47 of 255 = 18%

82
55
47

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

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 47 = 184 (100%)
R 82 of 184 ~ 44.57%
G 55 of 184 ~ 29.89%
B 47 of 184 ~ 25.54%

%44.57
%29.89
%25.54

CMYK color model

#52372F color CMYK value is (0,33,43,68).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 42.68%
  • key color value is 67.84%
CMYK:
(0,33,43,68)
C0M33Y43K68 
(0%,33%,43%,68%)
(0.00/0.33/0.43/0.68)	

CMYK percentages

%0
%32.93
%42.68
%67.84

Codes

Color #52372F in popluar color models

52372F
RGB825547
HSL14°27.13%25.29%
HSB/HSV14°42.68%32.16%
CMYK0.00%32.93%42.68%
67.84%

Color #52372F in popluar number systems.

HEX52372F
Decimal825547
Binary1010010110111101111
Octal1226757

Shades and tints

Shades of #52372F

#52372F
(82,55,47)
#4B322B
(75,50,43)
#442D27
(68,45,39)
#3D2823
(61,40,35)
#36231F
(54,35,31)
#2F1E1B
(47,30,27)
#281917
(40,25,23)
#211413
(33,20,19)
#1A0F0F
(26,15,15)
#130A0B
(19,10,11)
#0C0507
(12,5,7)
#000000
(0,0,0)

Tints of #52372F

#52372F
(82,55,47)
#614941
(97,73,65)
#705B53
(112,91,83)
#7F6D65
(127,109,101)
#8E7F77
(142,127,119)
#9D9189
(157,145,137)
#ACA39B
(172,163,155)
#BBB5AD
(187,181,173)
#CAC7BF
(202,199,191)
#D9D9D1
(217,217,209)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52372F; }

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

This text font color is #52372F.


Background Color

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

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

This div background color is #52372F.


Border color

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

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

This div border color is #52372F.


Opacity

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

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

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

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

This text has shadow with #52372F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52372F on black background.


Color preview on white background

This text has color #52372F on white background.



Black color preview on #52372F background

This text has black color on #52372F background.


White color preview on #52372F background

This text has white color on #52372F background.