COLOR #52252D

HEX: #52252D RGB: (82,37,45)

Color info

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

RGB color model

#52252D color RGB value is (82,37,45).

RGB: (82,37,45) (32%, 15%, 18%)

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 45 of 255 = 18%

82
37
45

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

Portions of RGB colors in percentages

R + G + B = 82 + 37 + 45 = 164 (100%)
R 82 of 164 ~ 50%
G 37 of 164 ~ 22.56%
B 45 of 164 ~ 27.44'%

%50
%22.56
%27.44

CMYK color model

#52252D color CMYK value is (0,55,45,68).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 45.12%
  • key color value is 67.84%

CMYK: (0,55,45,68)
C0M55Y45K68 (0%, 55%, 45%, 68%)
(0.00 / 0.55 / 0.45 / 0.68)

CMYK percentages

%0
%54.88
%45.12
%67.84

Codes

Color #52252D in popluar color models

52 25 2D
RGB 82 37 45
HSL 349° 37.82% 23.33%
HSB/HSV 349° 54.88% 32.16%
CMYK 0.00% 54.88% 45.12%
67.84%

Color #52252D in popluar number systems.

HEX 52 25 2D
Decimal 82 37 45
Binary 1010010 100101 101101
Octal 122 45 55

Shades and tints

Shades of #52252D

#52252D
(82,37,45)
#4B2229
(75,34,41)
#441F25
(68,31,37)
#3D1C21
(61,28,33)
#36191D
(54,25,29)
#2F1619
(47,22,25)
#281315
(40,19,21)
#211011
(33,16,17)
#1A0D0D
(26,13,13)
#130A09
(19,10,9)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #52252D

#52252D
(82,37,45)
#613840
(97,56,64)
#704B53
(112,75,83)
#7F5E66
(127,94,102)
#8E7179
(142,113,121)
#9D848C
(157,132,140)
#AC979F
(172,151,159)
#BBAAB2
(187,170,178)
#CABDC5
(202,189,197)
#D9D0D8
(217,208,216)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52252D; }

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

This text font color is #52252D.

Background Color

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

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

This div background color is #52252D.

Border color

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

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

This div border color is #52252D.

Opacity

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

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

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

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

This text has shadow with #52252D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52252D.

Preview

Color preview on black background

This text has color #52252D on black background.


Color preview on white background

This text has color #52252D on white background.


Black color preview on #52252D background

This text has black color on #52252D background.


White color preview on #52252D background

This text has white color on #52252D background.


Related colors

Complementary color

Complementary color for #hex is #ADDAD2.


I love getcolorcode.com

Triadic colors

1 #2D5225 and #252D52 with #52252D are triadic colors.

2 #2D2552 and #25522D with #52252D are triadic colors.