COLOR #523709

HEX: #523709 RGB: (82,55,9)

Color info

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

RGB color model

#523709 color RGB value is (82,55,9).

RGB: (82,55,9) (32%, 22%, 4%)

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 9 of 255 = 4%

82
55
9

R + G + B ~ 19%. #523709 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 55 + 9 = 146 (100%)
R 82 of 146 ~ 56.16%
G 55 of 146 ~ 37.67%
B 9 of 146 ~ 6.16'%

%56.16
%37.67

CMYK color model

#523709 color CMYK value is (0,33,89,68).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 89.02%
  • key color value is 67.84%
CMYK: (0,33,89,68) C0M33Y89K68 (0%,33%,89%,68%) (0.00/0.33/0.89/0.68) 

CMYK percentages

%0
%32.93
%89.02
%67.84

Codes

Color #523709 in popluar color models

52 37 09
RGB 82 55 9
HSL 38° 80.22% 17.84%
HSB/HSV 38° 89.02% 32.16%
CMYK 0.00% 32.93% 89.02%
67.84%

Color #523709 in popluar number systems.

HEX 52 37 09
Decimal 82 55 9
Binary 1010010 110111 1001
Octal 122 67 11

Shades and tints

Shades of #523709

#523709
(82,55,9)
#4B3209
(75,50,9)
#442D09
(68,45,9)
#3D2809
(61,40,9)
#362309
(54,35,9)
#2F1E09
(47,30,9)
#281909
(40,25,9)
#211409
(33,20,9)
#1A0F09
(26,15,9)
#130A09
(19,10,9)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #523709

#523709
(82,55,9)
#61491F
(97,73,31)
#705B35
(112,91,53)
#7F6D4B
(127,109,75)
#8E7F61
(142,127,97)
#9D9177
(157,145,119)
#ACA38D
(172,163,141)
#BBB5A3
(187,181,163)
#CAC7B9
(202,199,185)
#D9D9CF
(217,217,207)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523709 color. Also use rgb(82,55,9) instead hex code.

Text Font Color

.myTextColor { color: #523709; }

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

This text font color is #523709.

Background Color

.myBgColor { background-color: #523709; }

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

This div background color is #523709.

Border color

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

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

This div border color is #523709.

Opacity

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

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

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

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

This text has shadow with #523709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523709.

Preview

Color preview on black background

This text has color #523709 on black background.


Color preview on white background

This text has color #523709 on white background.


Black color preview on #523709 background

This text has black color on #523709 background.


White color preview on #523709 background

This text has white color on #523709 background.


Related colors

Complementary color

Complementary color for #hex is #ADC8F6.


I love getcolorcode.com

Triadic colors

1 #095237 and #370952 with #523709 are triadic colors.

2 #093752 and #375209 with #523709 are triadic colors.