COLOR #523847

HEX: #523847
RGB: (82,56,71)

Color info

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

RGB color model

#523847 color RGB value is (82,56,71).

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

RGB channels and saturation

R 82 of 255 = 32%
G 56 of 255 = 22%
B 71 of 255 = 28%

82
56
71

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

Portions of RGB colors in percentages

R + G + B =
82 + 56 + 71 = 209 (100%)
R 82 of 209 ~ 39.23%
G 56 of 209 ~ 26.79%
B 71 of 209 ~ 33.97%

%39.23
%26.79
%33.97

CMYK color model

#523847 color CMYK value is (0,32,13,68).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 13.41%
  • key color value is 67.84%
CMYK:
(0,32,13,68)
C0M32Y13K68 
(0%,32%,13%,68%)
(0.00/0.32/0.13/0.68)	

CMYK percentages

%0
%31.71
%13.41
%67.84

Codes

Color #523847 in popluar color models

523847
RGB825671
HSL325°18.84%27.06%
HSB/HSV325°31.71%32.16%
CMYK0.00%31.71%13.41%
67.84%

Color #523847 in popluar number systems.

HEX523847
Decimal825671
Binary10100101110001000111
Octal12270107

Shades and tints

Shades of #523847

#523847
(82,56,71)
#4B3341
(75,51,65)
#442E3B
(68,46,59)
#3D2935
(61,41,53)
#36242F
(54,36,47)
#2F1F29
(47,31,41)
#281A23
(40,26,35)
#21151D
(33,21,29)
#1A1017
(26,16,23)
#130B11
(19,11,17)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #523847

#523847
(82,56,71)
#614A57
(97,74,87)
#705C67
(112,92,103)
#7F6E77
(127,110,119)
#8E8087
(142,128,135)
#9D9297
(157,146,151)
#ACA4A7
(172,164,167)
#BBB6B7
(187,182,183)
#CAC8C7
(202,200,199)
#D9DAD7
(217,218,215)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523847; }

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

This text font color is #523847.


Background Color

.myBgColor { background-color: #523847; }

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

This div background color is #523847.


Border color

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

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

This div border color is #523847.


Opacity

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

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

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

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

This text has shadow with #523847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523847 on black background.


Color preview on white background

This text has color #523847 on white background.



Black color preview on #523847 background

This text has black color on #523847 background.


White color preview on #523847 background

This text has white color on #523847 background.