COLOR #52452A

HEX: #52452A
RGB: (82,69,42)

Color info

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

RGB color model

#52452A color RGB value is (82,69,42).

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

RGB channels and saturation

R 82 of 255 = 32%
G 69 of 255 = 27%
B 42 of 255 = 16%

82
69
42

R + G + B ~ 25%. #52452A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 69 + 42 = 193 (100%)
R 82 of 193 ~ 42.49%
G 69 of 193 ~ 35.75%
B 42 of 193 ~ 21.76%

%42.49
%35.75
%21.76

CMYK color model

#52452A color CMYK value is (0,16,49,68).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 48.78%
  • key color value is 67.84%
CMYK:
(0,16,49,68)
C0M16Y49K68 
(0%,16%,49%,68%)
(0.00/0.16/0.49/0.68)	

CMYK percentages

%0
%15.85
%48.78
%67.84

Codes

Color #52452A in popluar color models

52452A
RGB826942
HSL41°32.26%24.31%
HSB/HSV41°48.78%32.16%
CMYK0.00%15.85%48.78%
67.84%

Color #52452A in popluar number systems.

HEX52452A
Decimal826942
Binary10100101000101101010
Octal12210552

Shades and tints

Shades of #52452A

#52452A
(82,69,42)
#4B3F27
(75,63,39)
#443924
(68,57,36)
#3D3321
(61,51,33)
#362D1E
(54,45,30)
#2F271B
(47,39,27)
#282118
(40,33,24)
#211B15
(33,27,21)
#1A1512
(26,21,18)
#130F0F
(19,15,15)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #52452A

#52452A
(82,69,42)
#61553D
(97,85,61)
#706550
(112,101,80)
#7F7563
(127,117,99)
#8E8576
(142,133,118)
#9D9589
(157,149,137)
#ACA59C
(172,165,156)
#BBB5AF
(187,181,175)
#CAC5C2
(202,197,194)
#D9D5D5
(217,213,213)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52452A; }

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

This text font color is #52452A.


Background Color

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

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

This div background color is #52452A.


Border color

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

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

This div border color is #52452A.


Opacity

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

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

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

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

This text has shadow with #52452A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52452A on black background.


Color preview on white background

This text has color #52452A on white background.



Black color preview on #52452A background

This text has black color on #52452A background.


White color preview on #52452A background

This text has white color on #52452A background.