COLOR #52412C

HEX: #52412C
RGB: (82,65,44)

Color info

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

RGB color model

#52412C color RGB value is (82,65,44).

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

RGB channels and saturation

R 82 of 255 = 32%
G 65 of 255 = 25%
B 44 of 255 = 17%

82
65
44

R + G + B ~ 25%. #52412C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 65 + 44 = 191 (100%)
R 82 of 191 ~ 42.93%
G 65 of 191 ~ 34.03%
B 44 of 191 ~ 23.04%

%42.93
%34.03
%23.04

CMYK color model

#52412C color CMYK value is (0,21,46,68).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 46.34%
  • key color value is 67.84%
CMYK:
(0,21,46,68)
C0M21Y46K68 
(0%,21%,46%,68%)
(0.00/0.21/0.46/0.68)	

CMYK percentages

%0
%20.73
%46.34
%67.84

Codes

Color #52412C in popluar color models

52412C
RGB826544
HSL33°30.16%24.71%
HSB/HSV33°46.34%32.16%
CMYK0.00%20.73%46.34%
67.84%

Color #52412C in popluar number systems.

HEX52412C
Decimal826544
Binary10100101000001101100
Octal12210154

Shades and tints

Shades of #52412C

#52412C
(82,65,44)
#4B3C28
(75,60,40)
#443724
(68,55,36)
#3D3220
(61,50,32)
#362D1C
(54,45,28)
#2F2818
(47,40,24)
#282314
(40,35,20)
#211E10
(33,30,16)
#1A190C
(26,25,12)
#131408
(19,20,8)
#0C0F04
(12,15,4)
#000000
(0,0,0)

Tints of #52412C

#52412C
(82,65,44)
#61523F
(97,82,63)
#706352
(112,99,82)
#7F7465
(127,116,101)
#8E8578
(142,133,120)
#9D968B
(157,150,139)
#ACA79E
(172,167,158)
#BBB8B1
(187,184,177)
#CAC9C4
(202,201,196)
#D9DAD7
(217,218,215)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52412C; }

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

This text font color is #52412C.


Background Color

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

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

This div background color is #52412C.


Border color

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

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

This div border color is #52412C.


Opacity

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

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

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

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

This text has shadow with #52412C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52412C on black background.


Color preview on white background

This text has color #52412C on white background.



Black color preview on #52412C background

This text has black color on #52412C background.


White color preview on #52412C background

This text has white color on #52412C background.