COLOR #52253B

HEX: #52253B
RGB: (82,37,59)

Color info

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

RGB color model

#52253B color RGB value is (82,37,59).

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

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 59 of 255 = 23%

82
37
59

R + G + B ~ 23%. #52253B is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 59 = 178 (100%)
R 82 of 178 ~ 46.07%
G 37 of 178 ~ 20.79%
B 59 of 178 ~ 33.15%

%46.07
%20.79
%33.15

CMYK color model

#52253B color CMYK value is (0,55,28,68).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK:
(0,55,28,68)
C0M55Y28K68 
(0%,55%,28%,68%)
(0.00/0.55/0.28/0.68)	

CMYK percentages

%0
%54.88
%28.05
%67.84

Codes

Color #52253B in popluar color models

52253B
RGB823759
HSL331°37.82%23.33%
HSB/HSV331°54.88%32.16%
CMYK0.00%54.88%28.05%
67.84%

Color #52253B in popluar number systems.

HEX52253B
Decimal823759
Binary1010010100101111011
Octal1224573

Shades and tints

Shades of #52253B

#52253B
(82,37,59)
#4B2236
(75,34,54)
#441F31
(68,31,49)
#3D1C2C
(61,28,44)
#361927
(54,25,39)
#2F1622
(47,22,34)
#28131D
(40,19,29)
#211018
(33,16,24)
#1A0D13
(26,13,19)
#130A0E
(19,10,14)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #52253B

#52253B
(82,37,59)
#61384C
(97,56,76)
#704B5D
(112,75,93)
#7F5E6E
(127,94,110)
#8E717F
(142,113,127)
#9D8490
(157,132,144)
#AC97A1
(172,151,161)
#BBAAB2
(187,170,178)
#CABDC3
(202,189,195)
#D9D0D4
(217,208,212)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52253B; }

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

This text font color is #52253B.


Background Color

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

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

This div background color is #52253B.


Border color

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

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

This div border color is #52253B.


Opacity

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

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

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

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

This text has shadow with #52253B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52253B on black background.


Color preview on white background

This text has color #52253B on white background.



Black color preview on #52253B background

This text has black color on #52253B background.


White color preview on #52253B background

This text has white color on #52253B background.