COLOR #52253D

HEX: #52253D
RGB: (82,37,61)

Color info

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

RGB color model

#52253D color RGB value is (82,37,61).

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

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 61 of 255 = 24%

82
37
61

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

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 61 = 180 (100%)
R 82 of 180 ~ 45.56%
G 37 of 180 ~ 20.56%
B 61 of 180 ~ 33.89%

%45.56
%20.56
%33.89

CMYK color model

#52253D color CMYK value is (0,55,26,68).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(0,55,26,68)
C0M55Y26K68 
(0%,55%,26%,68%)
(0.00/0.55/0.26/0.68)	

CMYK percentages

%0
%54.88
%25.61
%67.84

Codes

Color #52253D in popluar color models

52253D
RGB823761
HSL328°37.82%23.33%
HSB/HSV328°54.88%32.16%
CMYK0.00%54.88%25.61%
67.84%

Color #52253D in popluar number systems.

HEX52253D
Decimal823761
Binary1010010100101111101
Octal1224575

Shades and tints

Shades of #52253D

#52253D
(82,37,61)
#4B2238
(75,34,56)
#441F33
(68,31,51)
#3D1C2E
(61,28,46)
#361929
(54,25,41)
#2F1624
(47,22,36)
#28131F
(40,19,31)
#21101A
(33,16,26)
#1A0D15
(26,13,21)
#130A10
(19,10,16)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #52253D

#52253D
(82,37,61)
#61384E
(97,56,78)
#704B5F
(112,75,95)
#7F5E70
(127,94,112)
#8E7181
(142,113,129)
#9D8492
(157,132,146)
#AC97A3
(172,151,163)
#BBAAB4
(187,170,180)
#CABDC5
(202,189,197)
#D9D0D6
(217,208,214)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52253D; }

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

This text font color is #52253D.


Background Color

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

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

This div background color is #52253D.


Border color

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

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

This div border color is #52253D.


Opacity

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

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

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

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

This text has shadow with #52253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52253D on black background.


Color preview on white background

This text has color #52253D on white background.



Black color preview on #52253D background

This text has black color on #52253D background.


White color preview on #52253D background

This text has white color on #52253D background.