COLOR #522611

HEX: #522611
RGB: (82,38,17)

Color info

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

RGB color model

#522611 color RGB value is (82,38,17).

  • red value is 82;
  • green value is 38;
  • blue value is 17.
RGB:
(82,38,17)
(32%,15%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 38 of 255 = 15%
B 17 of 255 = 7%

82
38
17

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

Portions of RGB colors in percentages

R + G + B =
82 + 38 + 17 = 137 (100%)
R 82 of 137 ~ 59.85%
G 38 of 137 ~ 27.74%
B 17 of 137 ~ 12.41%

%59.85
%27.74
%12.41

CMYK color model

#522611 color CMYK value is (0,54,79,68).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 79.27%
  • key color value is 67.84%
CMYK:
(0,54,79,68)
C0M54Y79K68 
(0%,54%,79%,68%)
(0.00/0.54/0.79/0.68)	

CMYK percentages

%0
%53.66
%79.27
%67.84

Codes

Color #522611 in popluar color models

522611
RGB823817
HSL19°65.66%19.41%
HSB/HSV19°79.27%32.16%
CMYK0.00%53.66%79.27%
67.84%

Color #522611 in popluar number systems.

HEX522611
Decimal823817
Binary101001010011010001
Octal1224621

Shades and tints

Shades of #522611

#522611
(82,38,17)
#4B2310
(75,35,16)
#44200F
(68,32,15)
#3D1D0E
(61,29,14)
#361A0D
(54,26,13)
#2F170C
(47,23,12)
#28140B
(40,20,11)
#21110A
(33,17,10)
#1A0E09
(26,14,9)
#130B08
(19,11,8)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #522611

#522611
(82,38,17)
#613926
(97,57,38)
#704C3B
(112,76,59)
#7F5F50
(127,95,80)
#8E7265
(142,114,101)
#9D857A
(157,133,122)
#AC988F
(172,152,143)
#BBABA4
(187,171,164)
#CABEB9
(202,190,185)
#D9D1CE
(217,209,206)
#E8E4E3
(232,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522611 color. Also use rgb(82,38,17) instead hex code.

Text Font Color

.myTextColor { color: #522611; }

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

This text font color is #522611.


Background Color

.myBgColor { background-color: #522611; }

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

This div background color is #522611.


Border color

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

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

This div border color is #522611.


Opacity

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

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

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

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

This text has shadow with #522611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522611 on black background.


Color preview on white background

This text has color #522611 on white background.



Black color preview on #522611 background

This text has black color on #522611 background.


White color preview on #522611 background

This text has white color on #522611 background.