COLOR #52293B

HEX: #52293B
RGB: (82,41,59)

Color info

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

RGB color model

#52293B color RGB value is (82,41,59).

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

RGB channels and saturation

R 82 of 255 = 32%
G 41 of 255 = 16%
B 59 of 255 = 23%

82
41
59

R + G + B ~ 24%. #52293B is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 41 + 59 = 182 (100%)
R 82 of 182 ~ 45.05%
G 41 of 182 ~ 22.53%
B 59 of 182 ~ 32.42%

%45.05
%22.53
%32.42

CMYK color model

#52293B color CMYK value is (0,50,28,68).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK:
(0,50,28,68)
C0M50Y28K68 
(0%,50%,28%,68%)
(0.00/0.50/0.28/0.68)	

CMYK percentages

%0
%50
%28.05
%67.84

Codes

Color #52293B in popluar color models

52293B
RGB824159
HSL334°33.33%24.12%
HSB/HSV334°50.00%32.16%
CMYK0.00%50.00%28.05%
67.84%

Color #52293B in popluar number systems.

HEX52293B
Decimal824159
Binary1010010101001111011
Octal1225173

Shades and tints

Shades of #52293B

#52293B
(82,41,59)
#4B2636
(75,38,54)
#442331
(68,35,49)
#3D202C
(61,32,44)
#361D27
(54,29,39)
#2F1A22
(47,26,34)
#28171D
(40,23,29)
#211418
(33,20,24)
#1A1113
(26,17,19)
#130E0E
(19,14,14)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #52293B

#52293B
(82,41,59)
#613C4C
(97,60,76)
#704F5D
(112,79,93)
#7F626E
(127,98,110)
#8E757F
(142,117,127)
#9D8890
(157,136,144)
#AC9BA1
(172,155,161)
#BBAEB2
(187,174,178)
#CAC1C3
(202,193,195)
#D9D4D4
(217,212,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52293B; }

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

This text font color is #52293B.


Background Color

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

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

This div background color is #52293B.


Border color

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

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

This div border color is #52293B.


Opacity

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

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

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

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

This text has shadow with #52293B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52293B on black background.


Color preview on white background

This text has color #52293B on white background.



Black color preview on #52293B background

This text has black color on #52293B background.


White color preview on #52293B background

This text has white color on #52293B background.