COLOR #52072F

HEX: #52072F
RGB: (82,7,47)

Color info

#52072F contains mainly red and blue colors. Web safe color of #52072F is #660033 (or #603).

RGB color model

#52072F color RGB value is (82,7,47).

  • red value is 82;
  • green value is 7;
  • blue value is 47.
RGB:
(82,7,47)
(32%,3%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 7 of 255 = 3%
B 47 of 255 = 18%

82
7
47

R + G + B ~ 18%. #52072F is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 7 + 47 = 136 (100%)
R 82 of 136 ~ 60.29%
G 7 of 136 ~ 5.15%
B 47 of 136 ~ 34.56%

%60.29
%34.56

CMYK color model

#52072F color CMYK value is (0,91,43,68).

  • cyan value is 0.00%
  • magenta value is 91.46%
  • yellow value is 42.68%
  • key color value is 67.84%
CMYK:
(0,91,43,68)
C0M91Y43K68 
(0%,91%,43%,68%)
(0.00/0.91/0.43/0.68)	

CMYK percentages

%0
%91.46
%42.68
%67.84

Codes

Color #52072F in popluar color models

52072F
RGB82747
HSL328°84.27%17.45%
HSB/HSV328°91.46%32.16%
CMYK0.00%91.46%42.68%
67.84%

Color #52072F in popluar number systems.

HEX52072F
Decimal82747
Binary1010010111101111
Octal122757

Shades and tints

Shades of #52072F

#52072F
(82,7,47)
#4B072B
(75,7,43)
#440727
(68,7,39)
#3D0723
(61,7,35)
#36071F
(54,7,31)
#2F071B
(47,7,27)
#280717
(40,7,23)
#210713
(33,7,19)
#1A070F
(26,7,15)
#13070B
(19,7,11)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #52072F

#52072F
(82,7,47)
#611D41
(97,29,65)
#703353
(112,51,83)
#7F4965
(127,73,101)
#8E5F77
(142,95,119)
#9D7589
(157,117,137)
#AC8B9B
(172,139,155)
#BBA1AD
(187,161,173)
#CAB7BF
(202,183,191)
#D9CDD1
(217,205,209)
#E8E3E3
(232,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52072F color. Also use rgb(82,7,47) instead hex code.

Text Font Color

.myTextColor { color: #52072F; }

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

This text font color is #52072F.


Background Color

.myBgColor { background-color: #52072F; }

<div style="background-color:#52072F">Inner text</div>

This div background color is #52072F.


Border color

.myBorderColor { border: 1px solid #52072F; }

<div style="border:3px solid #52072F">Div</div>

This div border color is #52072F.


Opacity

.myOpacity80 { color: #52072F; opacity: 0.8; }

<p style="color:#52072F;opacity:0.8;">80%</p>

Text with #52072F 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 #52072F;}

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

This text has shadow with #52072F color.

.textShadow {text-shadow: 3px 3px 1px #52072F, 3px 3px 1px red;}

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

This text has shadow with #52072F primary color and red secondary color.


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

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

This text has shadow with #52072F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52072F on black background.


Color preview on white background

This text has color #52072F on white background.



Black color preview on #52072F background

This text has black color on #52072F background.


White color preview on #52072F background

This text has white color on #52072F background.