COLOR #52493D

HEX: #52493D
RGB: (82,73,61)

Color info

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

RGB color model

#52493D color RGB value is (82,73,61).

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

RGB channels and saturation

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

82
73
61

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

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 61 = 216 (100%)
R 82 of 216 ~ 37.96%
G 73 of 216 ~ 33.8%
B 61 of 216 ~ 28.24%

%37.96
%33.8
%28.24

CMYK color model

#52493D color CMYK value is (0,11,26,68).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK: (0,11,26,68) C0M11Y26K68 (0%,11%,26%,68%) (0.00/0.11/0.26/0.68)

CMYK percentages

%0
%10.98
%25.61
%67.84

Codes

Color #52493D in popluar color models

52493D
RGB827361
HSL34°14.69%28.04%
HSB/HSV34°25.61%32.16%
CMYK0.00%10.98%25.61%
67.84%

Color #52493D in popluar number systems.

HEX52493D
Decimal827361
Binary10100101001001111101
Octal12211175

Shades and tints

Shades of #52493D

#52493D
(82,73,61)
#4B4338
(75,67,56)
#443D33
(68,61,51)
#3D372E
(61,55,46)
#363129
(54,49,41)
#2F2B24
(47,43,36)
#28251F
(40,37,31)
#211F1A
(33,31,26)
#1A1915
(26,25,21)
#131310
(19,19,16)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #52493D

#52493D
(82,73,61)
#61594E
(97,89,78)
#70695F
(112,105,95)
#7F7970
(127,121,112)
#8E8981
(142,137,129)
#9D9992
(157,153,146)
#ACA9A3
(172,169,163)
#BBB9B4
(187,185,180)
#CAC9C5
(202,201,197)
#D9D9D6
(217,217,214)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52493D; }

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

This text font color is #52493D.


Background Color

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

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

This div background color is #52493D.


Border color

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

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

This div border color is #52493D.


Opacity

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

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

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

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

This text has shadow with #52493D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #52493D on black background.


Color preview on white background

This text has color #52493D on white background.



Black color preview on #52493D background

This text has black color on #52493D background.


White color preview on #52493D background

This text has white color on #52493D background.