COLOR #52352A

HEX: #52352A
RGB: (82,53,42)

Color info

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

RGB color model

#52352A color RGB value is (82,53,42).

  • red value is 82;
  • green value is 53;
  • blue value is 42.
RGB:
(82,53,42)
(32%,21%,16%)

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 42 of 255 = 16%

82
53
42

R + G + B ~ 23%. #52352A is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 42 = 177 (100%)
R 82 of 177 ~ 46.33%
G 53 of 177 ~ 29.94%
B 42 of 177 ~ 23.73%

%46.33
%29.94
%23.73

CMYK color model

#52352A color CMYK value is (0,35,49,68).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 48.78%
  • key color value is 67.84%
CMYK:
(0,35,49,68)
C0M35Y49K68 
(0%,35%,49%,68%)
(0.00/0.35/0.49/0.68)	

CMYK percentages

%0
%35.37
%48.78
%67.84

Codes

Color #52352A in popluar color models

52352A
RGB825342
HSL17°32.26%24.31%
HSB/HSV17°48.78%32.16%
CMYK0.00%35.37%48.78%
67.84%

Color #52352A in popluar number systems.

HEX52352A
Decimal825342
Binary1010010110101101010
Octal1226552

Shades and tints

Shades of #52352A

#52352A
(82,53,42)
#4B3127
(75,49,39)
#442D24
(68,45,36)
#3D2921
(61,41,33)
#36251E
(54,37,30)
#2F211B
(47,33,27)
#281D18
(40,29,24)
#211915
(33,25,21)
#1A1512
(26,21,18)
#13110F
(19,17,15)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #52352A

#52352A
(82,53,42)
#61473D
(97,71,61)
#705950
(112,89,80)
#7F6B63
(127,107,99)
#8E7D76
(142,125,118)
#9D8F89
(157,143,137)
#ACA19C
(172,161,156)
#BBB3AF
(187,179,175)
#CAC5C2
(202,197,194)
#D9D7D5
(217,215,213)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52352A color. Also use rgb(82,53,42) instead hex code.

Text Font Color

.myTextColor { color: #52352A; }

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

This text font color is #52352A.


Background Color

.myBgColor { background-color: #52352A; }

<div style="background-color:#52352A">Inner text</div>

This div background color is #52352A.


Border color

.myBorderColor { border: 1px solid #52352A; }

<div style="border:3px solid #52352A">Div</div>

This div border color is #52352A.


Opacity

.myOpacity80 { color: #52352A; opacity: 0.8; }

<p style="color:#52352A;opacity:0.8;">80%</p>

Text with #52352A 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 #52352A;}

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

This text has shadow with #52352A color.

.textShadow {text-shadow: 3px 3px 1px #52352A, 3px 3px 1px red;}

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

This text has shadow with #52352A primary color and red secondary color.


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

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

This text has shadow with #52352A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52352A on black background.


Color preview on white background

This text has color #52352A on white background.



Black color preview on #52352A background

This text has black color on #52352A background.


White color preview on #52352A background

This text has white color on #52352A background.