COLOR #52482E

HEX: #52482E
RGB: (82,72,46)

Color info

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

RGB color model

#52482E color RGB value is (82,72,46).

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

RGB channels and saturation

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

82
72
46

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

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 46 = 200 (100%)
R 82 of 200 ~ 41%
G 72 of 200 ~ 36%
B 46 of 200 ~ 23%

%41
%36
%23

CMYK color model

#52482E color CMYK value is (0,12,44,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 43.90%
  • key color value is 67.84%
CMYK:
(0,12,44,68)
C0M12Y44K68 
(0%,12%,44%,68%)
(0.00/0.12/0.44/0.68)	

CMYK percentages

%0
%12.2
%43.9
%67.84

Codes

Color #52482E in popluar color models

52482E
RGB827246
HSL43°28.13%25.10%
HSB/HSV43°43.90%32.16%
CMYK0.00%12.20%43.90%
67.84%

Color #52482E in popluar number systems.

HEX52482E
Decimal827246
Binary10100101001000101110
Octal12211056

Shades and tints

Shades of #52482E

#52482E
(82,72,46)
#4B422A
(75,66,42)
#443C26
(68,60,38)
#3D3622
(61,54,34)
#36301E
(54,48,30)
#2F2A1A
(47,42,26)
#282416
(40,36,22)
#211E12
(33,30,18)
#1A180E
(26,24,14)
#13120A
(19,18,10)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #52482E

#52482E
(82,72,46)
#615841
(97,88,65)
#706854
(112,104,84)
#7F7867
(127,120,103)
#8E887A
(142,136,122)
#9D988D
(157,152,141)
#ACA8A0
(172,168,160)
#BBB8B3
(187,184,179)
#CAC8C6
(202,200,198)
#D9D8D9
(217,216,217)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52482E; }

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

This text font color is #52482E.


Background Color

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

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

This div background color is #52482E.


Border color

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

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

This div border color is #52482E.


Opacity

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

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

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

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

This text has shadow with #52482E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52482E on black background.


Color preview on white background

This text has color #52482E on white background.



Black color preview on #52482E background

This text has black color on #52482E background.


White color preview on #52482E background

This text has white color on #52482E background.