COLOR #523111

HEX: #523111
RGB: (82,49,17)

Color info

#523111 contains mainly red and green colors. Web safe color of #523111 is #663300 (or #630).

RGB color model

#523111 color RGB value is (82,49,17).

  • red value is 82;
  • green value is 49;
  • blue value is 17.
RGB:
(82,49,17)
(32%,19%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 49 of 255 = 19%
B 17 of 255 = 7%

82
49
17

R + G + B ~ 19%. #523111 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 49 + 17 = 148 (100%)
R 82 of 148 ~ 55.41%
G 49 of 148 ~ 33.11%
B 17 of 148 ~ 11.49%

%55.41
%33.11
%11.49

CMYK color model

#523111 color CMYK value is (0,40,79,68).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 79.27%
  • key color value is 67.84%
CMYK:
(0,40,79,68)
C0M40Y79K68 
(0%,40%,79%,68%)
(0.00/0.40/0.79/0.68)	

CMYK percentages

%0
%40.24
%79.27
%67.84

Codes

Color #523111 in popluar color models

523111
RGB824917
HSL30°65.66%19.41%
HSB/HSV30°79.27%32.16%
CMYK0.00%40.24%79.27%
67.84%

Color #523111 in popluar number systems.

HEX523111
Decimal824917
Binary101001011000110001
Octal1226121

Shades and tints

Shades of #523111

#523111
(82,49,17)
#4B2D10
(75,45,16)
#44290F
(68,41,15)
#3D250E
(61,37,14)
#36210D
(54,33,13)
#2F1D0C
(47,29,12)
#28190B
(40,25,11)
#21150A
(33,21,10)
#1A1109
(26,17,9)
#130D08
(19,13,8)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #523111

#523111
(82,49,17)
#614326
(97,67,38)
#70553B
(112,85,59)
#7F6750
(127,103,80)
#8E7965
(142,121,101)
#9D8B7A
(157,139,122)
#AC9D8F
(172,157,143)
#BBAFA4
(187,175,164)
#CAC1B9
(202,193,185)
#D9D3CE
(217,211,206)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523111 color. Also use rgb(82,49,17) instead hex code.

Text Font Color

.myTextColor { color: #523111; }

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

This text font color is #523111.


Background Color

.myBgColor { background-color: #523111; }

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

This div background color is #523111.


Border color

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

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

This div border color is #523111.


Opacity

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

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

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

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

This text has shadow with #523111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523111 on black background.


Color preview on white background

This text has color #523111 on white background.



Black color preview on #523111 background

This text has black color on #523111 background.


White color preview on #523111 background

This text has white color on #523111 background.