COLOR #52472B

HEX: #52472B
RGB: (82,71,43)

Color info

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

RGB color model

#52472B color RGB value is (82,71,43).

  • red value is 82;
  • green value is 71;
  • blue value is 43.
RGB:
(82,71,43)
(32%,28%,17%)

RGB channels and saturation

R 82 of 255 = 32%
G 71 of 255 = 28%
B 43 of 255 = 17%

82
71
43

R + G + B ~ 26%. #52472B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 71 + 43 = 196 (100%)
R 82 of 196 ~ 41.84%
G 71 of 196 ~ 36.22%
B 43 of 196 ~ 21.94%

%41.84
%36.22
%21.94

CMYK color model

#52472B color CMYK value is (0,13,48,68).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 47.56%
  • key color value is 67.84%
CMYK:
(0,13,48,68)
C0M13Y48K68 
(0%,13%,48%,68%)
(0.00/0.13/0.48/0.68)	

CMYK percentages

%0
%13.41
%47.56
%67.84

Codes

Color #52472B in popluar color models

52472B
RGB827143
HSL43°31.20%24.51%
HSB/HSV43°47.56%32.16%
CMYK0.00%13.41%47.56%
67.84%

Color #52472B in popluar number systems.

HEX52472B
Decimal827143
Binary10100101000111101011
Octal12210753

Shades and tints

Shades of #52472B

#52472B
(82,71,43)
#4B4128
(75,65,40)
#443B25
(68,59,37)
#3D3522
(61,53,34)
#362F1F
(54,47,31)
#2F291C
(47,41,28)
#282319
(40,35,25)
#211D16
(33,29,22)
#1A1713
(26,23,19)
#131110
(19,17,16)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #52472B

#52472B
(82,71,43)
#61573E
(97,87,62)
#706751
(112,103,81)
#7F7764
(127,119,100)
#8E8777
(142,135,119)
#9D978A
(157,151,138)
#ACA79D
(172,167,157)
#BBB7B0
(187,183,176)
#CAC7C3
(202,199,195)
#D9D7D6
(217,215,214)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52472B color. Also use rgb(82,71,43) instead hex code.

Text Font Color

.myTextColor { color: #52472B; }

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

This text font color is #52472B.


Background Color

.myBgColor { background-color: #52472B; }

<div style="background-color:#52472B">Inner text</div>

This div background color is #52472B.


Border color

.myBorderColor { border: 1px solid #52472B; }

<div style="border:3px solid #52472B">Div</div>

This div border color is #52472B.


Opacity

.myOpacity80 { color: #52472B; opacity: 0.8; }

<p style="color:#52472B;opacity:0.8;">80%</p>

Text with #52472B 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 #52472B;}

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

This text has shadow with #52472B color.

.textShadow {text-shadow: 3px 3px 1px #52472B, 3px 3px 1px red;}

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

This text has shadow with #52472B primary color and red secondary color.


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

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

This text has shadow with #52472B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52472B on black background.


Color preview on white background

This text has color #52472B on white background.



Black color preview on #52472B background

This text has black color on #52472B background.


White color preview on #52472B background

This text has white color on #52472B background.