COLOR #523B29

HEX: #523B29
RGB: (82,59,41)

Color info

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

RGB color model

#523B29 color RGB value is (82,59,41).

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

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 41 of 255 = 16%

82
59
41

R + G + B ~ 24%. #523B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 59 + 41 = 182 (100%)
R 82 of 182 ~ 45.05%
G 59 of 182 ~ 32.42%
B 41 of 182 ~ 22.53%

%45.05
%32.42
%22.53

CMYK color model

#523B29 color CMYK value is (0,28,50,68).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 50.00%
  • key color value is 67.84%
CMYK:
(0,28,50,68)
C0M28Y50K68 
(0%,28%,50%,68%)
(0.00/0.28/0.50/0.68)	

CMYK percentages

%0
%28.05
%50
%67.84

Codes

Color #523B29 in popluar color models

523B29
RGB825941
HSL26°33.33%24.12%
HSB/HSV26°50.00%32.16%
CMYK0.00%28.05%50.00%
67.84%

Color #523B29 in popluar number systems.

HEX523B29
Decimal825941
Binary1010010111011101001
Octal1227351

Shades and tints

Shades of #523B29

#523B29
(82,59,41)
#4B3626
(75,54,38)
#443123
(68,49,35)
#3D2C20
(61,44,32)
#36271D
(54,39,29)
#2F221A
(47,34,26)
#281D17
(40,29,23)
#211814
(33,24,20)
#1A1311
(26,19,17)
#130E0E
(19,14,14)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #523B29

#523B29
(82,59,41)
#614C3C
(97,76,60)
#705D4F
(112,93,79)
#7F6E62
(127,110,98)
#8E7F75
(142,127,117)
#9D9088
(157,144,136)
#ACA19B
(172,161,155)
#BBB2AE
(187,178,174)
#CAC3C1
(202,195,193)
#D9D4D4
(217,212,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B29; }

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

This text font color is #523B29.


Background Color

.myBgColor { background-color: #523B29; }

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

This div background color is #523B29.


Border color

.myBorderColor { border: 1px solid #523B29; }

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

This div border color is #523B29.


Opacity

.myOpacity80 { color: #523B29; opacity: 0.8; }

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

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

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

This text has shadow with #523B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523B29 on black background.


Color preview on white background

This text has color #523B29 on white background.



Black color preview on #523B29 background

This text has black color on #523B29 background.


White color preview on #523B29 background

This text has white color on #523B29 background.