COLOR #523406

HEX: #523406
RGB: (82,52,6)

Color info

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

RGB color model

#523406 color RGB value is (82,52,6).

  • red value is 82;
  • green value is 52;
  • blue value is 6.
RGB:
(82,52,6)
(32%,20%,2%)

RGB channels and saturation

R 82 of 255 = 32%
G 52 of 255 = 20%
B 6 of 255 = 2%

82
52
6

R + G + B ~ 18%. #523406 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 52 + 6 = 140 (100%)
R 82 of 140 ~ 58.57%
G 52 of 140 ~ 37.14%
B 6 of 140 ~ 4.29%

%58.57
%37.14

CMYK color model

#523406 color CMYK value is (0,37,93,68).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 92.68%
  • key color value is 67.84%
CMYK:
(0,37,93,68)
C0M37Y93K68 
(0%,37%,93%,68%)
(0.00/0.37/0.93/0.68)	

CMYK percentages

%0
%36.59
%92.68
%67.84

Codes

Color #523406 in popluar color models

523406
RGB82526
HSL36°86.36%17.25%
HSB/HSV36°92.68%32.16%
CMYK0.00%36.59%92.68%
67.84%

Color #523406 in popluar number systems.

HEX523406
Decimal82526
Binary1010010110100110
Octal122646

Shades and tints

Shades of #523406

#523406
(82,52,6)
#4B3006
(75,48,6)
#442C06
(68,44,6)
#3D2806
(61,40,6)
#362406
(54,36,6)
#2F2006
(47,32,6)
#281C06
(40,28,6)
#211806
(33,24,6)
#1A1406
(26,20,6)
#131006
(19,16,6)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #523406

#523406
(82,52,6)
#61461C
(97,70,28)
#705832
(112,88,50)
#7F6A48
(127,106,72)
#8E7C5E
(142,124,94)
#9D8E74
(157,142,116)
#ACA08A
(172,160,138)
#BBB2A0
(187,178,160)
#CAC4B6
(202,196,182)
#D9D6CC
(217,214,204)
#E8E8E2
(232,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523406 color. Also use rgb(82,52,6) instead hex code.

Text Font Color

.myTextColor { color: #523406; }

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

This text font color is #523406.


Background Color

.myBgColor { background-color: #523406; }

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

This div background color is #523406.


Border color

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

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

This div border color is #523406.


Opacity

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

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

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

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

This text has shadow with #523406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523406 on black background.


Color preview on white background

This text has color #523406 on white background.



Black color preview on #523406 background

This text has black color on #523406 background.


White color preview on #523406 background

This text has white color on #523406 background.