COLOR #52250D

HEX: #52250D
RGB: (82,37,13)

Color info

#52250D contains mainly red and green colors. Web safe color of #52250D is #663300 (or #630).

RGB color model

#52250D color RGB value is (82,37,13).

  • red value is 82;
  • green value is 37;
  • blue value is 13.
RGB:
(82,37,13)
(32%,15%,5%)

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 13 of 255 = 5%

82
37
13

R + G + B ~ 17%. #52250D is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 13 = 132 (100%)
R 82 of 132 ~ 62.12%
G 37 of 132 ~ 28.03%
B 13 of 132 ~ 9.85%

%62.12
%28.03
%9.85

CMYK color model

#52250D color CMYK value is (0,55,84,68).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 84.15%
  • key color value is 67.84%
CMYK:
(0,55,84,68)
C0M55Y84K68 
(0%,55%,84%,68%)
(0.00/0.55/0.84/0.68)	

CMYK percentages

%0
%54.88
%84.15
%67.84

Codes

Color #52250D in popluar color models

52250D
RGB823713
HSL21°72.63%18.63%
HSB/HSV21°84.15%32.16%
CMYK0.00%54.88%84.15%
67.84%

Color #52250D in popluar number systems.

HEX52250D
Decimal823713
Binary10100101001011101
Octal1224515

Shades and tints

Shades of #52250D

#52250D
(82,37,13)
#4B220C
(75,34,12)
#441F0B
(68,31,11)
#3D1C0A
(61,28,10)
#361909
(54,25,9)
#2F1608
(47,22,8)
#281307
(40,19,7)
#211006
(33,16,6)
#1A0D05
(26,13,5)
#130A04
(19,10,4)
#0C0703
(12,7,3)
#000000
(0,0,0)

Tints of #52250D

#52250D
(82,37,13)
#613823
(97,56,35)
#704B39
(112,75,57)
#7F5E4F
(127,94,79)
#8E7165
(142,113,101)
#9D847B
(157,132,123)
#AC9791
(172,151,145)
#BBAAA7
(187,170,167)
#CABDBD
(202,189,189)
#D9D0D3
(217,208,211)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52250D color. Also use rgb(82,37,13) instead hex code.

Text Font Color

.myTextColor { color: #52250D; }

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

This text font color is #52250D.


Background Color

.myBgColor { background-color: #52250D; }

<div style="background-color:#52250D">Inner text</div>

This div background color is #52250D.


Border color

.myBorderColor { border: 1px solid #52250D; }

<div style="border:3px solid #52250D">Div</div>

This div border color is #52250D.


Opacity

.myOpacity80 { color: #52250D; opacity: 0.8; }

<p style="color:#52250D;opacity:0.8;">80%</p>

Text with #52250D 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 #52250D;}

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

This text has shadow with #52250D color.

.textShadow {text-shadow: 3px 3px 1px #52250D, 3px 3px 1px red;}

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

This text has shadow with #52250D primary color and red secondary color.


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

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

This text has shadow with #52250D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52250D on black background.


Color preview on white background

This text has color #52250D on white background.



Black color preview on #52250D background

This text has black color on #52250D background.


White color preview on #52250D background

This text has white color on #52250D background.