COLOR #523347

HEX: #523347
RGB: (82,51,71)

Color info

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

RGB color model

#523347 color RGB value is (82,51,71).

  • red value is 82;
  • green value is 51;
  • blue value is 71.
RGB:
(82,51,71)
(32%,20%,28%)

RGB channels and saturation

R 82 of 255 = 32%
G 51 of 255 = 20%
B 71 of 255 = 28%

82
51
71

R + G + B ~ 27%. #523347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 51 + 71 = 204 (100%)
R 82 of 204 ~ 40.2%
G 51 of 204 ~ 25%
B 71 of 204 ~ 34.8%

%40.2
%25
%34.8

CMYK color model

#523347 color CMYK value is (0,38,13,68).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 13.41%
  • key color value is 67.84%
CMYK:
(0,38,13,68)
C0M38Y13K68 
(0%,38%,13%,68%)
(0.00/0.38/0.13/0.68)	

CMYK percentages

%0
%37.8
%13.41
%67.84

Codes

Color #523347 in popluar color models

523347
RGB825171
HSL321°23.31%26.08%
HSB/HSV321°37.80%32.16%
CMYK0.00%37.80%13.41%
67.84%

Color #523347 in popluar number systems.

HEX523347
Decimal825171
Binary10100101100111000111
Octal12263107

Shades and tints

Shades of #523347

#523347
(82,51,71)
#4B2F41
(75,47,65)
#442B3B
(68,43,59)
#3D2735
(61,39,53)
#36232F
(54,35,47)
#2F1F29
(47,31,41)
#281B23
(40,27,35)
#21171D
(33,23,29)
#1A1317
(26,19,23)
#130F11
(19,15,17)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #523347

#523347
(82,51,71)
#614557
(97,69,87)
#705767
(112,87,103)
#7F6977
(127,105,119)
#8E7B87
(142,123,135)
#9D8D97
(157,141,151)
#AC9FA7
(172,159,167)
#BBB1B7
(187,177,183)
#CAC3C7
(202,195,199)
#D9D5D7
(217,213,215)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523347 color. Also use rgb(82,51,71) instead hex code.

Text Font Color

.myTextColor { color: #523347; }

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

This text font color is #523347.


Background Color

.myBgColor { background-color: #523347; }

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

This div background color is #523347.


Border color

.myBorderColor { border: 1px solid #523347; }

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

This div border color is #523347.


Opacity

.myOpacity80 { color: #523347; opacity: 0.8; }

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

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

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

This text has shadow with #523347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523347 on black background.


Color preview on white background

This text has color #523347 on white background.



Black color preview on #523347 background

This text has black color on #523347 background.


White color preview on #523347 background

This text has white color on #523347 background.