COLOR #52190D

HEX: #52190D
RGB: (82,25,13)

Color info

#52190D contains mainly red and green colors. Web safe color of #52190D is #660000 (or #600).

RGB color model

#52190D color RGB value is (82,25,13).

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

RGB channels and saturation

R 82 of 255 = 32%
G 25 of 255 = 10%
B 13 of 255 = 5%

82
25
13

R + G + B ~ 16%. #52190D is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 25 + 13 = 120 (100%)
R 82 of 120 ~ 68.33%
G 25 of 120 ~ 20.83%
B 13 of 120 ~ 10.83%

%68.33
%20.83
%10.83

CMYK color model

#52190D color CMYK value is (0,70,84,68).

  • cyan value is 0.00%
  • magenta value is 69.51%
  • yellow value is 84.15%
  • key color value is 67.84%
CMYK:
(0,70,84,68)
C0M70Y84K68 
(0%,70%,84%,68%)
(0.00/0.70/0.84/0.68)	

CMYK percentages

%0
%69.51
%84.15
%67.84

Codes

Color #52190D in popluar color models

52190D
RGB822513
HSL10°72.63%18.63%
HSB/HSV10°84.15%32.16%
CMYK0.00%69.51%84.15%
67.84%

Color #52190D in popluar number systems.

HEX52190D
Decimal822513
Binary1010010110011101
Octal1223115

Shades and tints

Shades of #52190D

#52190D
(82,25,13)
#4B170C
(75,23,12)
#44150B
(68,21,11)
#3D130A
(61,19,10)
#361109
(54,17,9)
#2F0F08
(47,15,8)
#280D07
(40,13,7)
#210B06
(33,11,6)
#1A0905
(26,9,5)
#130704
(19,7,4)
#0C0503
(12,5,3)
#000000
(0,0,0)

Tints of #52190D

#52190D
(82,25,13)
#612D23
(97,45,35)
#704139
(112,65,57)
#7F554F
(127,85,79)
#8E6965
(142,105,101)
#9D7D7B
(157,125,123)
#AC9191
(172,145,145)
#BBA5A7
(187,165,167)
#CAB9BD
(202,185,189)
#D9CDD3
(217,205,211)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52190D; }

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

This text font color is #52190D.


Background Color

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

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

This div background color is #52190D.


Border color

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

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

This div border color is #52190D.


Opacity

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

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

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

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

This text has shadow with #52190D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52190D on black background.


Color preview on white background

This text has color #52190D on white background.



Black color preview on #52190D background

This text has black color on #52190D background.


White color preview on #52190D background

This text has white color on #52190D background.