COLOR #52463F

HEX: #52463F
RGB: (82,70,63)

Color info

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

RGB color model

#52463F color RGB value is (82,70,63).

  • red value is 82;
  • green value is 70;
  • blue value is 63.
RGB:
(82,70,63)
(32%,27%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 70 of 255 = 27%
B 63 of 255 = 25%

82
70
63

R + G + B ~ 28%. #52463F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 70 + 63 = 215 (100%)
R 82 of 215 ~ 38.14%
G 70 of 215 ~ 32.56%
B 63 of 215 ~ 29.3%

%38.14
%32.56
%29.3

CMYK color model

#52463F color CMYK value is (0,15,23,68).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 23.17%
  • key color value is 67.84%
CMYK:
(0,15,23,68)
C0M15Y23K68 
(0%,15%,23%,68%)
(0.00/0.15/0.23/0.68)	

CMYK percentages

%0
%14.63
%23.17
%67.84

Codes

Color #52463F in popluar color models

52463F
RGB827063
HSL22°13.10%28.43%
HSB/HSV22°23.17%32.16%
CMYK0.00%14.63%23.17%
67.84%

Color #52463F in popluar number systems.

HEX52463F
Decimal827063
Binary10100101000110111111
Octal12210677

Shades and tints

Shades of #52463F

#52463F
(82,70,63)
#4B403A
(75,64,58)
#443A35
(68,58,53)
#3D3430
(61,52,48)
#362E2B
(54,46,43)
#2F2826
(47,40,38)
#282221
(40,34,33)
#211C1C
(33,28,28)
#1A1617
(26,22,23)
#131012
(19,16,18)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #52463F

#52463F
(82,70,63)
#615650
(97,86,80)
#706661
(112,102,97)
#7F7672
(127,118,114)
#8E8683
(142,134,131)
#9D9694
(157,150,148)
#ACA6A5
(172,166,165)
#BBB6B6
(187,182,182)
#CAC6C7
(202,198,199)
#D9D6D8
(217,214,216)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52463F color. Also use rgb(82,70,63) instead hex code.

Text Font Color

.myTextColor { color: #52463F; }

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

This text font color is #52463F.


Background Color

.myBgColor { background-color: #52463F; }

<div style="background-color:#52463F">Inner text</div>

This div background color is #52463F.


Border color

.myBorderColor { border: 1px solid #52463F; }

<div style="border:3px solid #52463F">Div</div>

This div border color is #52463F.


Opacity

.myOpacity80 { color: #52463F; opacity: 0.8; }

<p style="color:#52463F;opacity:0.8;">80%</p>

Text with #52463F 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 #52463F;}

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

This text has shadow with #52463F color.

.textShadow {text-shadow: 3px 3px 1px #52463F, 3px 3px 1px red;}

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

This text has shadow with #52463F primary color and red secondary color.


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

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

This text has shadow with #52463F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52463F on black background.


Color preview on white background

This text has color #52463F on white background.



Black color preview on #52463F background

This text has black color on #52463F background.


White color preview on #52463F background

This text has white color on #52463F background.