COLOR #52293D

HEX: #52293D
RGB: (82,41,61)

Color info

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

RGB color model

#52293D color RGB value is (82,41,61).

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

RGB channels and saturation

R 82 of 255 = 32%
G 41 of 255 = 16%
B 61 of 255 = 24%

82
41
61

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

Portions of RGB colors in percentages

R + G + B =
82 + 41 + 61 = 184 (100%)
R 82 of 184 ~ 44.57%
G 41 of 184 ~ 22.28%
B 61 of 184 ~ 33.15%

%44.57
%22.28
%33.15

CMYK color model

#52293D color CMYK value is (0,50,26,68).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(0,50,26,68)
C0M50Y26K68 
(0%,50%,26%,68%)
(0.00/0.50/0.26/0.68)	

CMYK percentages

%0
%50
%25.61
%67.84

Codes

Color #52293D in popluar color models

52293D
RGB824161
HSL331°33.33%24.12%
HSB/HSV331°50.00%32.16%
CMYK0.00%50.00%25.61%
67.84%

Color #52293D in popluar number systems.

HEX52293D
Decimal824161
Binary1010010101001111101
Octal1225175

Shades and tints

Shades of #52293D

#52293D
(82,41,61)
#4B2638
(75,38,56)
#442333
(68,35,51)
#3D202E
(61,32,46)
#361D29
(54,29,41)
#2F1A24
(47,26,36)
#28171F
(40,23,31)
#21141A
(33,20,26)
#1A1115
(26,17,21)
#130E10
(19,14,16)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #52293D

#52293D
(82,41,61)
#613C4E
(97,60,78)
#704F5F
(112,79,95)
#7F6270
(127,98,112)
#8E7581
(142,117,129)
#9D8892
(157,136,146)
#AC9BA3
(172,155,163)
#BBAEB4
(187,174,180)
#CAC1C5
(202,193,197)
#D9D4D6
(217,212,214)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52293D; }

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

This text font color is #52293D.


Background Color

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

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

This div background color is #52293D.


Border color

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

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

This div border color is #52293D.


Opacity

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

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

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

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

This text has shadow with #52293D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52293D on black background.


Color preview on white background

This text has color #52293D on white background.



Black color preview on #52293D background

This text has black color on #52293D background.


White color preview on #52293D background

This text has white color on #52293D background.