COLOR #523D1D

HEX: #523D1D
RGB: (82,61,29)

Color info

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

RGB color model

#523D1D color RGB value is (82,61,29).

  • red value is 82;
  • green value is 61;
  • blue value is 29.
RGB:
(82,61,29)
(32%,24%,11%)

RGB channels and saturation

R 82 of 255 = 32%
G 61 of 255 = 24%
B 29 of 255 = 11%

82
61
29

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

Portions of RGB colors in percentages

R + G + B =
82 + 61 + 29 = 172 (100%)
R 82 of 172 ~ 47.67%
G 61 of 172 ~ 35.47%
B 29 of 172 ~ 16.86%

%47.67
%35.47
%16.86

CMYK color model

#523D1D color CMYK value is (0,26,65,68).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 64.63%
  • key color value is 67.84%
CMYK:
(0,26,65,68)
C0M26Y65K68 
(0%,26%,65%,68%)
(0.00/0.26/0.65/0.68)	

CMYK percentages

%0
%25.61
%64.63
%67.84

Codes

Color #523D1D in popluar color models

523D1D
RGB826129
HSL36°47.75%21.76%
HSB/HSV36°64.63%32.16%
CMYK0.00%25.61%64.63%
67.84%

Color #523D1D in popluar number systems.

HEX523D1D
Decimal826129
Binary101001011110111101
Octal1227535

Shades and tints

Shades of #523D1D

#523D1D
(82,61,29)
#4B381B
(75,56,27)
#443319
(68,51,25)
#3D2E17
(61,46,23)
#362915
(54,41,21)
#2F2413
(47,36,19)
#281F11
(40,31,17)
#211A0F
(33,26,15)
#1A150D
(26,21,13)
#13100B
(19,16,11)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #523D1D

#523D1D
(82,61,29)
#614E31
(97,78,49)
#705F45
(112,95,69)
#7F7059
(127,112,89)
#8E816D
(142,129,109)
#9D9281
(157,146,129)
#ACA395
(172,163,149)
#BBB4A9
(187,180,169)
#CAC5BD
(202,197,189)
#D9D6D1
(217,214,209)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523D1D color. Also use rgb(82,61,29) instead hex code.

Text Font Color

.myTextColor { color: #523D1D; }

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

This text font color is #523D1D.


Background Color

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

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

This div background color is #523D1D.


Border color

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

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

This div border color is #523D1D.


Opacity

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

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

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

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

This text has shadow with #523D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523D1D on black background.


Color preview on white background

This text has color #523D1D on white background.



Black color preview on #523D1D background

This text has black color on #523D1D background.


White color preview on #523D1D background

This text has white color on #523D1D background.