COLOR #52193B

HEX: #52193B
RGB: (82,25,59)

Color info

#52193B contains red, green and blue colors in about the same proportion. Web safe color of #52193B is #660033 (or #603).

RGB color model

#52193B color RGB value is (82,25,59).

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

RGB channels and saturation

R 82 of 255 = 32%
G 25 of 255 = 10%
B 59 of 255 = 23%

82
25
59

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

Portions of RGB colors in percentages

R + G + B =
82 + 25 + 59 = 166 (100%)
R 82 of 166 ~ 49.4%
G 25 of 166 ~ 15.06%
B 59 of 166 ~ 35.54%

%49.4
%15.06
%35.54

CMYK color model

#52193B color CMYK value is (0,70,28,68).

  • cyan value is 0.00%
  • magenta value is 69.51%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK:
(0,70,28,68)
C0M70Y28K68 
(0%,70%,28%,68%)
(0.00/0.70/0.28/0.68)	

CMYK percentages

%0
%69.51
%28.05
%67.84

Codes

Color #52193B in popluar color models

52193B
RGB822559
HSL324°53.27%20.98%
HSB/HSV324°69.51%32.16%
CMYK0.00%69.51%28.05%
67.84%

Color #52193B in popluar number systems.

HEX52193B
Decimal822559
Binary101001011001111011
Octal1223173

Shades and tints

Shades of #52193B

#52193B
(82,25,59)
#4B1736
(75,23,54)
#441531
(68,21,49)
#3D132C
(61,19,44)
#361127
(54,17,39)
#2F0F22
(47,15,34)
#280D1D
(40,13,29)
#210B18
(33,11,24)
#1A0913
(26,9,19)
#13070E
(19,7,14)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #52193B

#52193B
(82,25,59)
#612D4C
(97,45,76)
#70415D
(112,65,93)
#7F556E
(127,85,110)
#8E697F
(142,105,127)
#9D7D90
(157,125,144)
#AC91A1
(172,145,161)
#BBA5B2
(187,165,178)
#CAB9C3
(202,185,195)
#D9CDD4
(217,205,212)
#E8E1E5
(232,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52193B color. Also use rgb(82,25,59) instead hex code.

Text Font Color

.myTextColor { color: #52193B; }

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

This text font color is #52193B.


Background Color

.myBgColor { background-color: #52193B; }

<div style="background-color:#52193B">Inner text</div>

This div background color is #52193B.


Border color

.myBorderColor { border: 1px solid #52193B; }

<div style="border:3px solid #52193B">Div</div>

This div border color is #52193B.


Opacity

.myOpacity80 { color: #52193B; opacity: 0.8; }

<p style="color:#52193B;opacity:0.8;">80%</p>

Text with #52193B 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 #52193B;}

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

This text has shadow with #52193B color.

.textShadow {text-shadow: 3px 3px 1px #52193B, 3px 3px 1px red;}

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

This text has shadow with #52193B primary color and red secondary color.


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

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

This text has shadow with #52193B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52193B on black background.


Color preview on white background

This text has color #52193B on white background.



Black color preview on #52193B background

This text has black color on #52193B background.


White color preview on #52193B background

This text has white color on #52193B background.