COLOR #523625

HEX: #523625
RGB: (82,54,37)

Color info

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

RGB color model

#523625 color RGB value is (82,54,37).

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

RGB channels and saturation

R 82 of 255 = 32%
G 54 of 255 = 21%
B 37 of 255 = 15%

82
54
37

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

Portions of RGB colors in percentages

R + G + B =
82 + 54 + 37 = 173 (100%)
R 82 of 173 ~ 47.4%
G 54 of 173 ~ 31.21%
B 37 of 173 ~ 21.39%

%47.4
%31.21
%21.39

CMYK color model

#523625 color CMYK value is (0,34,55,68).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 54.88%
  • key color value is 67.84%
CMYK:
(0,34,55,68)
C0M34Y55K68 
(0%,34%,55%,68%)
(0.00/0.34/0.55/0.68)	

CMYK percentages

%0
%34.15
%54.88
%67.84

Codes

Color #523625 in popluar color models

523625
RGB825437
HSL23°37.82%23.33%
HSB/HSV23°54.88%32.16%
CMYK0.00%34.15%54.88%
67.84%

Color #523625 in popluar number systems.

HEX523625
Decimal825437
Binary1010010110110100101
Octal1226645

Shades and tints

Shades of #523625

#523625
(82,54,37)
#4B3222
(75,50,34)
#442E1F
(68,46,31)
#3D2A1C
(61,42,28)
#362619
(54,38,25)
#2F2216
(47,34,22)
#281E13
(40,30,19)
#211A10
(33,26,16)
#1A160D
(26,22,13)
#13120A
(19,18,10)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #523625

#523625
(82,54,37)
#614838
(97,72,56)
#705A4B
(112,90,75)
#7F6C5E
(127,108,94)
#8E7E71
(142,126,113)
#9D9084
(157,144,132)
#ACA297
(172,162,151)
#BBB4AA
(187,180,170)
#CAC6BD
(202,198,189)
#D9D8D0
(217,216,208)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523625; }

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

This text font color is #523625.


Background Color

.myBgColor { background-color: #523625; }

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

This div background color is #523625.


Border color

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

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

This div border color is #523625.


Opacity

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

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

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

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

This text has shadow with #523625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523625 on black background.


Color preview on white background

This text has color #523625 on white background.



Black color preview on #523625 background

This text has black color on #523625 background.


White color preview on #523625 background

This text has white color on #523625 background.