COLOR #523D14

HEX: #523D14
RGB: (82,61,20)

Color info

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

RGB color model

#523D14 color RGB value is (82,61,20).

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

RGB channels and saturation

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

82
61
20

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

Portions of RGB colors in percentages

R + G + B =
82 + 61 + 20 = 163 (100%)
R 82 of 163 ~ 50.31%
G 61 of 163 ~ 37.42%
B 20 of 163 ~ 12.27%

%50.31
%37.42
%12.27

CMYK color model

#523D14 color CMYK value is (0,26,76,68).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 75.61%
  • key color value is 67.84%
CMYK:
(0,26,76,68)
C0M26Y76K68 
(0%,26%,76%,68%)
(0.00/0.26/0.76/0.68)	

CMYK percentages

%0
%25.61
%75.61
%67.84

Codes

Color #523D14 in popluar color models

523D14
RGB826120
HSL40°60.78%20.00%
HSB/HSV40°75.61%32.16%
CMYK0.00%25.61%75.61%
67.84%

Color #523D14 in popluar number systems.

HEX523D14
Decimal826120
Binary101001011110110100
Octal1227524

Shades and tints

Shades of #523D14

#523D14
(82,61,20)
#4B3813
(75,56,19)
#443312
(68,51,18)
#3D2E11
(61,46,17)
#362910
(54,41,16)
#2F240F
(47,36,15)
#281F0E
(40,31,14)
#211A0D
(33,26,13)
#1A150C
(26,21,12)
#13100B
(19,16,11)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #523D14

#523D14
(82,61,20)
#614E29
(97,78,41)
#705F3E
(112,95,62)
#7F7053
(127,112,83)
#8E8168
(142,129,104)
#9D927D
(157,146,125)
#ACA392
(172,163,146)
#BBB4A7
(187,180,167)
#CAC5BC
(202,197,188)
#D9D6D1
(217,214,209)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523D14; }

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

This text font color is #523D14.


Background Color

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

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

This div background color is #523D14.


Border color

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

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

This div border color is #523D14.


Opacity

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

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

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

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

This text has shadow with #523D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523D14 on black background.


Color preview on white background

This text has color #523D14 on white background.



Black color preview on #523D14 background

This text has black color on #523D14 background.


White color preview on #523D14 background

This text has white color on #523D14 background.