COLOR #52493C

HEX: #52493C RGB: (82,73,60)

Color info

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

RGB color model

#52493C color RGB value is (82,73,60).

RGB: (82,73,60) (32%, 29%, 24%)

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 60 of 255 = 24%

82
73
60

R + G + B ~ 28%. #52493C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 73 + 60 = 215 (100%)
R 82 of 215 ~ 38.14%
G 73 of 215 ~ 33.95%
B 60 of 215 ~ 27.91'%

%38.14
%33.95
%27.91

CMYK color model

#52493C color CMYK value is (0,11,27,68).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 26.83%
  • key color value is 67.84%

CMYK: (0,11,27,68)
C0M11Y27K68 (0%, 11%, 27%, 68%)
(0.00 / 0.11 / 0.27 / 0.68)

CMYK percentages

%0
%10.98
%26.83
%67.84

Codes

Color #52493C in popluar color models

52 49 3C
RGB 82 73 60
HSL 35° 15.49% 27.84%
HSB/HSV 35° 26.83% 32.16%
CMYK 0.00% 10.98% 26.83%
67.84%

Color #52493C in popluar number systems.

HEX 52 49 3C
Decimal 82 73 60
Binary 1010010 1001001 111100
Octal 122 111 74

Shades and tints

Shades of #52493C

#52493C
(82,73,60)
#4B4337
(75,67,55)
#443D32
(68,61,50)
#3D372D
(61,55,45)
#363128
(54,49,40)
#2F2B23
(47,43,35)
#28251E
(40,37,30)
#211F19
(33,31,25)
#1A1914
(26,25,20)
#13130F
(19,19,15)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #52493C

#52493C
(82,73,60)
#61594D
(97,89,77)
#70695E
(112,105,94)
#7F796F
(127,121,111)
#8E8980
(142,137,128)
#9D9991
(157,153,145)
#ACA9A2
(172,169,162)
#BBB9B3
(187,185,179)
#CAC9C4
(202,201,196)
#D9D9D5
(217,217,213)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52493C color. Also use rgb(82,73,60) instead hex code.

Text Font Color

.myTextColor { color: #52493C; }

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

This text font color is #52493C.

Background Color

.myBgColor { background-color: #52493C; }

<div style="background-color:#52493C">Inner text</div>

This div background color is #52493C.

Border color

.myBorderColor { border: 1px solid #52493C; }

<div style="border:3px solid #52493C">Div</div>

This div border color is #52493C.

Opacity

.myOpacity80 { color: #52493C; opacity: 0.8; }

<p style="color:#52493C;opacity:0.8;">80%</p>

Text with #52493C 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 #52493C;}

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

This text has shadow with #52493C color.


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

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

This text has shadow with #52493C primary color and red secondary color.


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

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

This text has shadow with #52493C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52493C.

Preview

Color preview on black background

This text has color #52493C on black background.


Color preview on white background

This text has color #52493C on white background.


Black color preview on #52493C background

This text has black color on #52493C background.


White color preview on #52493C background

This text has white color on #52493C background.


Related colors

Complementary color

Complementary color for #hex is #ADB6C3.


I love getcolorcode.com

Triadic colors

1 #3C5249 and #493C52 with #52493C are triadic colors.

2 #3C4952 and #49523C with #52493C are triadic colors.