COLOR #523629

HEX: #523629
RGB: (82,54,41)

Color info

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

RGB color model

#523629 color RGB value is (82,54,41).

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

RGB channels and saturation

R 82 of 255 = 32%
G 54 of 255 = 21%
B 41 of 255 = 16%

82
54
41

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

Portions of RGB colors in percentages

R + G + B =
82 + 54 + 41 = 177 (100%)
R 82 of 177 ~ 46.33%
G 54 of 177 ~ 30.51%
B 41 of 177 ~ 23.16%

%46.33
%30.51
%23.16

CMYK color model

#523629 color CMYK value is (0,34,50,68).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 50.00%
  • key color value is 67.84%
CMYK:
(0,34,50,68)
C0M34Y50K68 
(0%,34%,50%,68%)
(0.00/0.34/0.50/0.68)	

CMYK percentages

%0
%34.15
%50
%67.84

Codes

Color #523629 in popluar color models

523629
RGB825441
HSL19°33.33%24.12%
HSB/HSV19°50.00%32.16%
CMYK0.00%34.15%50.00%
67.84%

Color #523629 in popluar number systems.

HEX523629
Decimal825441
Binary1010010110110101001
Octal1226651

Shades and tints

Shades of #523629

#523629
(82,54,41)
#4B3226
(75,50,38)
#442E23
(68,46,35)
#3D2A20
(61,42,32)
#36261D
(54,38,29)
#2F221A
(47,34,26)
#281E17
(40,30,23)
#211A14
(33,26,20)
#1A1611
(26,22,17)
#13120E
(19,18,14)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #523629

#523629
(82,54,41)
#61483C
(97,72,60)
#705A4F
(112,90,79)
#7F6C62
(127,108,98)
#8E7E75
(142,126,117)
#9D9088
(157,144,136)
#ACA29B
(172,162,155)
#BBB4AE
(187,180,174)
#CAC6C1
(202,198,193)
#D9D8D4
(217,216,212)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523629; }

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

This text font color is #523629.


Background Color

.myBgColor { background-color: #523629; }

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

This div background color is #523629.


Border color

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

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

This div border color is #523629.


Opacity

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

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

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

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

This text has shadow with #523629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523629 on black background.


Color preview on white background

This text has color #523629 on white background.



Black color preview on #523629 background

This text has black color on #523629 background.


White color preview on #523629 background

This text has white color on #523629 background.