COLOR #52272E

HEX: #52272E
RGB: (82,39,46)

Color info

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

RGB color model

#52272E color RGB value is (82,39,46).

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

RGB channels and saturation

R 82 of 255 = 32%
G 39 of 255 = 15%
B 46 of 255 = 18%

82
39
46

R + G + B ~ 22%. #52272E is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 39 + 46 = 167 (100%)
R 82 of 167 ~ 49.1%
G 39 of 167 ~ 23.35%
B 46 of 167 ~ 27.54%

%49.1
%23.35
%27.54

CMYK color model

#52272E color CMYK value is (0,52,44,68).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 43.90%
  • key color value is 67.84%
CMYK:
(0,52,44,68)
C0M52Y44K68 
(0%,52%,44%,68%)
(0.00/0.52/0.44/0.68)	

CMYK percentages

%0
%52.44
%43.9
%67.84

Codes

Color #52272E in popluar color models

52272E
RGB823946
HSL350°35.54%23.73%
HSB/HSV350°52.44%32.16%
CMYK0.00%52.44%43.90%
67.84%

Color #52272E in popluar number systems.

HEX52272E
Decimal823946
Binary1010010100111101110
Octal1224756

Shades and tints

Shades of #52272E

#52272E
(82,39,46)
#4B242A
(75,36,42)
#442126
(68,33,38)
#3D1E22
(61,30,34)
#361B1E
(54,27,30)
#2F181A
(47,24,26)
#281516
(40,21,22)
#211212
(33,18,18)
#1A0F0E
(26,15,14)
#130C0A
(19,12,10)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #52272E

#52272E
(82,39,46)
#613A41
(97,58,65)
#704D54
(112,77,84)
#7F6067
(127,96,103)
#8E737A
(142,115,122)
#9D868D
(157,134,141)
#AC99A0
(172,153,160)
#BBACB3
(187,172,179)
#CABFC6
(202,191,198)
#D9D2D9
(217,210,217)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52272E; }

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

This text font color is #52272E.


Background Color

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

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

This div background color is #52272E.


Border color

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

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

This div border color is #52272E.


Opacity

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

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

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

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

This text has shadow with #52272E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52272E on black background.


Color preview on white background

This text has color #52272E on white background.



Black color preview on #52272E background

This text has black color on #52272E background.


White color preview on #52272E background

This text has white color on #52272E background.