COLOR #523429

HEX: #523429
RGB: (82,52,41)

Color info

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

RGB color model

#523429 color RGB value is (82,52,41).

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

RGB channels and saturation

R 82 of 255 = 32%
G 52 of 255 = 20%
B 41 of 255 = 16%

82
52
41

R + G + B ~ 23%. #523429 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 52 + 41 = 175 (100%)
R 82 of 175 ~ 46.86%
G 52 of 175 ~ 29.71%
B 41 of 175 ~ 23.43%

%46.86
%29.71
%23.43

CMYK color model

#523429 color CMYK value is (0,37,50,68).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 50.00%
  • key color value is 67.84%
CMYK:
(0,37,50,68)
C0M37Y50K68 
(0%,37%,50%,68%)
(0.00/0.37/0.50/0.68)	

CMYK percentages

%0
%36.59
%50
%67.84

Codes

Color #523429 in popluar color models

523429
RGB825241
HSL16°33.33%24.12%
HSB/HSV16°50.00%32.16%
CMYK0.00%36.59%50.00%
67.84%

Color #523429 in popluar number systems.

HEX523429
Decimal825241
Binary1010010110100101001
Octal1226451

Shades and tints

Shades of #523429

#523429
(82,52,41)
#4B3026
(75,48,38)
#442C23
(68,44,35)
#3D2820
(61,40,32)
#36241D
(54,36,29)
#2F201A
(47,32,26)
#281C17
(40,28,23)
#211814
(33,24,20)
#1A1411
(26,20,17)
#13100E
(19,16,14)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #523429

#523429
(82,52,41)
#61463C
(97,70,60)
#70584F
(112,88,79)
#7F6A62
(127,106,98)
#8E7C75
(142,124,117)
#9D8E88
(157,142,136)
#ACA09B
(172,160,155)
#BBB2AE
(187,178,174)
#CAC4C1
(202,196,193)
#D9D6D4
(217,214,212)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523429; }

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

This text font color is #523429.


Background Color

.myBgColor { background-color: #523429; }

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

This div background color is #523429.


Border color

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

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

This div border color is #523429.


Opacity

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

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

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

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

This text has shadow with #523429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523429 on black background.


Color preview on white background

This text has color #523429 on white background.



Black color preview on #523429 background

This text has black color on #523429 background.


White color preview on #523429 background

This text has white color on #523429 background.