COLOR #524314

HEX: #524314
RGB: (82,67,20)

Color info

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

RGB color model

#524314 color RGB value is (82,67,20).

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

RGB channels and saturation

R 82 of 255 = 32%
G 67 of 255 = 26%
B 20 of 255 = 8%

82
67
20

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

Portions of RGB colors in percentages

R + G + B =
82 + 67 + 20 = 169 (100%)
R 82 of 169 ~ 48.52%
G 67 of 169 ~ 39.64%
B 20 of 169 ~ 11.83%

%48.52
%39.64
%11.83

CMYK color model

#524314 color CMYK value is (0,18,76,68).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 75.61%
  • key color value is 67.84%
CMYK:
(0,18,76,68)
C0M18Y76K68 
(0%,18%,76%,68%)
(0.00/0.18/0.76/0.68)	

CMYK percentages

%0
%18.29
%75.61
%67.84

Codes

Color #524314 in popluar color models

524314
RGB826720
HSL45°60.78%20.00%
HSB/HSV45°75.61%32.16%
CMYK0.00%18.29%75.61%
67.84%

Color #524314 in popluar number systems.

HEX524314
Decimal826720
Binary1010010100001110100
Octal12210324

Shades and tints

Shades of #524314

#524314
(82,67,20)
#4B3D13
(75,61,19)
#443712
(68,55,18)
#3D3111
(61,49,17)
#362B10
(54,43,16)
#2F250F
(47,37,15)
#281F0E
(40,31,14)
#21190D
(33,25,13)
#1A130C
(26,19,12)
#130D0B
(19,13,11)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #524314

#524314
(82,67,20)
#615429
(97,84,41)
#70653E
(112,101,62)
#7F7653
(127,118,83)
#8E8768
(142,135,104)
#9D987D
(157,152,125)
#ACA992
(172,169,146)
#BBBAA7
(187,186,167)
#CACBBC
(202,203,188)
#D9DCD1
(217,220,209)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524314; }

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

This text font color is #524314.


Background Color

.myBgColor { background-color: #524314; }

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

This div background color is #524314.


Border color

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

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

This div border color is #524314.


Opacity

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

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

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

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

This text has shadow with #524314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524314 on black background.


Color preview on white background

This text has color #524314 on white background.



Black color preview on #524314 background

This text has black color on #524314 background.


White color preview on #524314 background

This text has white color on #524314 background.