COLOR #52482D

HEX: #52482D
RGB: (82,72,45)

Color info

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

RGB color model

#52482D color RGB value is (82,72,45).

  • red value is 82;
  • green value is 72;
  • blue value is 45.
RGB:
(82,72,45)
(32%,28%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 45 of 255 = 18%

82
72
45

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

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 45 = 199 (100%)
R 82 of 199 ~ 41.21%
G 72 of 199 ~ 36.18%
B 45 of 199 ~ 22.61%

%41.21
%36.18
%22.61

CMYK color model

#52482D color CMYK value is (0,12,45,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 45.12%
  • key color value is 67.84%
CMYK:
(0,12,45,68)
C0M12Y45K68 
(0%,12%,45%,68%)
(0.00/0.12/0.45/0.68)	

CMYK percentages

%0
%12.2
%45.12
%67.84

Codes

Color #52482D in popluar color models

52482D
RGB827245
HSL44°29.13%24.90%
HSB/HSV44°45.12%32.16%
CMYK0.00%12.20%45.12%
67.84%

Color #52482D in popluar number systems.

HEX52482D
Decimal827245
Binary10100101001000101101
Octal12211055

Shades and tints

Shades of #52482D

#52482D
(82,72,45)
#4B4229
(75,66,41)
#443C25
(68,60,37)
#3D3621
(61,54,33)
#36301D
(54,48,29)
#2F2A19
(47,42,25)
#282415
(40,36,21)
#211E11
(33,30,17)
#1A180D
(26,24,13)
#131209
(19,18,9)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #52482D

#52482D
(82,72,45)
#615840
(97,88,64)
#706853
(112,104,83)
#7F7866
(127,120,102)
#8E8879
(142,136,121)
#9D988C
(157,152,140)
#ACA89F
(172,168,159)
#BBB8B2
(187,184,178)
#CAC8C5
(202,200,197)
#D9D8D8
(217,216,216)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52482D color. Also use rgb(82,72,45) instead hex code.

Text Font Color

.myTextColor { color: #52482D; }

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

This text font color is #52482D.


Background Color

.myBgColor { background-color: #52482D; }

<div style="background-color:#52482D">Inner text</div>

This div background color is #52482D.


Border color

.myBorderColor { border: 1px solid #52482D; }

<div style="border:3px solid #52482D">Div</div>

This div border color is #52482D.


Opacity

.myOpacity80 { color: #52482D; opacity: 0.8; }

<p style="color:#52482D;opacity:0.8;">80%</p>

Text with #52482D 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 #52482D;}

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

This text has shadow with #52482D color.

.textShadow {text-shadow: 3px 3px 1px #52482D, 3px 3px 1px red;}

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

This text has shadow with #52482D primary color and red secondary color.


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

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

This text has shadow with #52482D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52482D on black background.


Color preview on white background

This text has color #52482D on white background.



Black color preview on #52482D background

This text has black color on #52482D background.


White color preview on #52482D background

This text has white color on #52482D background.