COLOR #523D15

HEX: #523D15
RGB: (82,61,21)

Color info

#523D15 contains mainly red and green colors. Web safe color of #523D15 is #663300 (or #630).

RGB color model

#523D15 color RGB value is (82,61,21).

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

RGB channels and saturation

R 82 of 255 = 32%
G 61 of 255 = 24%
B 21 of 255 = 8%

82
61
21

R + G + B ~ 21%. #523D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 61 + 21 = 164 (100%)
R 82 of 164 ~ 50%
G 61 of 164 ~ 37.2%
B 21 of 164 ~ 12.8%

%50
%37.2
%12.8

CMYK color model

#523D15 color CMYK value is (0,26,74,68).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 74.39%
  • key color value is 67.84%
CMYK: (0,26,74,68) C0M26Y74K68 (0%,26%,74%,68%) (0.00/0.26/0.74/0.68)

CMYK percentages

%0
%25.61
%74.39
%67.84

Codes

Color #523D15 in popluar color models

523D15
RGB826121
HSL39°59.22%20.20%
HSB/HSV39°74.39%32.16%
CMYK0.00%25.61%74.39%
67.84%

Color #523D15 in popluar number systems.

HEX523D15
Decimal826121
Binary101001011110110101
Octal1227525

Shades and tints

Shades of #523D15

#523D15
(82,61,21)
#4B3814
(75,56,20)
#443313
(68,51,19)
#3D2E12
(61,46,18)
#362911
(54,41,17)
#2F2410
(47,36,16)
#281F0F
(40,31,15)
#211A0E
(33,26,14)
#1A150D
(26,21,13)
#13100C
(19,16,12)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #523D15

#523D15
(82,61,21)
#614E2A
(97,78,42)
#705F3F
(112,95,63)
#7F7054
(127,112,84)
#8E8169
(142,129,105)
#9D927E
(157,146,126)
#ACA393
(172,163,147)
#BBB4A8
(187,180,168)
#CAC5BD
(202,197,189)
#D9D6D2
(217,214,210)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523D15; }

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

This text font color is #523D15.


Background Color

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

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

This div background color is #523D15.


Border color

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

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

This div border color is #523D15.


Opacity

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

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

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

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

This text has shadow with #523D15 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #523D15 on black background.


Color preview on white background

This text has color #523D15 on white background.



Black color preview on #523D15 background

This text has black color on #523D15 background.


White color preview on #523D15 background

This text has white color on #523D15 background.