COLOR #523129

HEX: #523129
RGB: (82,49,41)

Color info

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

RGB color model

#523129 color RGB value is (82,49,41).

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

RGB channels and saturation

R 82 of 255 = 32%
G 49 of 255 = 19%
B 41 of 255 = 16%

82
49
41

R + G + B ~ 22%. #523129 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 49 + 41 = 172 (100%)
R 82 of 172 ~ 47.67%
G 49 of 172 ~ 28.49%
B 41 of 172 ~ 23.84%

%47.67
%28.49
%23.84

CMYK color model

#523129 color CMYK value is (0,40,50,68).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 50.00%
  • key color value is 67.84%
CMYK:
(0,40,50,68)
C0M40Y50K68 
(0%,40%,50%,68%)
(0.00/0.40/0.50/0.68)	

CMYK percentages

%0
%40.24
%50
%67.84

Codes

Color #523129 in popluar color models

523129
RGB824941
HSL12°33.33%24.12%
HSB/HSV12°50.00%32.16%
CMYK0.00%40.24%50.00%
67.84%

Color #523129 in popluar number systems.

HEX523129
Decimal824941
Binary1010010110001101001
Octal1226151

Shades and tints

Shades of #523129

#523129
(82,49,41)
#4B2D26
(75,45,38)
#442923
(68,41,35)
#3D2520
(61,37,32)
#36211D
(54,33,29)
#2F1D1A
(47,29,26)
#281917
(40,25,23)
#211514
(33,21,20)
#1A1111
(26,17,17)
#130D0E
(19,13,14)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #523129

#523129
(82,49,41)
#61433C
(97,67,60)
#70554F
(112,85,79)
#7F6762
(127,103,98)
#8E7975
(142,121,117)
#9D8B88
(157,139,136)
#AC9D9B
(172,157,155)
#BBAFAE
(187,175,174)
#CAC1C1
(202,193,193)
#D9D3D4
(217,211,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523129; }

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

This text font color is #523129.


Background Color

.myBgColor { background-color: #523129; }

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

This div background color is #523129.


Border color

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

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

This div border color is #523129.


Opacity

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

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

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

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

This text has shadow with #523129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523129 on black background.


Color preview on white background

This text has color #523129 on white background.



Black color preview on #523129 background

This text has black color on #523129 background.


White color preview on #523129 background

This text has white color on #523129 background.