COLOR #522D3A

HEX: #522D3A RGB: (82,45,58)

Color info

#522D3A contains red, green and blue colors in about the same proportion. Web safe color of #522D3A is #663333 (or #633).

RGB color model

#522D3A color RGB value is (82,45,58).

RGB: (82,45,58) (32%, 18%, 23%)

RGB channels and saturation

R 82 of 255 = 32%
G 45 of 255 = 18%
B 58 of 255 = 23%

82
45
58

R + G + B ~ 24%. #522D3A is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 45 + 58 = 185 (100%)
R 82 of 185 ~ 44.32%
G 45 of 185 ~ 24.32%
B 58 of 185 ~ 31.35'%

%44.32
%24.32
%31.35

CMYK color model

#522D3A color CMYK value is (0,45,29,68).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 29.27%
  • key color value is 67.84%

CMYK: (0,45,29,68)
C0M45Y29K68 (0%, 45%, 29%, 68%)
(0.00 / 0.45 / 0.29 / 0.68)

CMYK percentages

%0
%45.12
%29.27
%67.84

Codes

Color #522D3A in popluar color models

52 2D 3A
RGB 82 45 58
HSL 339° 29.13% 24.90%
HSB/HSV 339° 45.12% 32.16%
CMYK 0.00% 45.12% 29.27%
67.84%

Color #522D3A in popluar number systems.

HEX 52 2D 3A
Decimal 82 45 58
Binary 1010010 101101 111010
Octal 122 55 72

Shades and tints

Shades of #522D3A

#522D3A
(82,45,58)
#4B2935
(75,41,53)
#442530
(68,37,48)
#3D212B
(61,33,43)
#361D26
(54,29,38)
#2F1921
(47,25,33)
#28151C
(40,21,28)
#211117
(33,17,23)
#1A0D12
(26,13,18)
#13090D
(19,9,13)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #522D3A

#522D3A
(82,45,58)
#61404B
(97,64,75)
#70535C
(112,83,92)
#7F666D
(127,102,109)
#8E797E
(142,121,126)
#9D8C8F
(157,140,143)
#AC9FA0
(172,159,160)
#BBB2B1
(187,178,177)
#CAC5C2
(202,197,194)
#D9D8D3
(217,216,211)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522D3A color. Also use rgb(82,45,58) instead hex code.

Text Font Color

.myTextColor { color: #522D3A; }

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

This text font color is #522D3A.

Background Color

.myBgColor { background-color: #522D3A; }

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

This div background color is #522D3A.

Border color

.myBorderColor { border: 1px solid #522D3A; }

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

This div border color is #522D3A.

Opacity

.myOpacity80 { color: #522D3A; opacity: 0.8; }

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

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

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

This text has shadow with #522D3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #522D3A.

Preview

Color preview on black background

This text has color #522D3A on black background.


Color preview on white background

This text has color #522D3A on white background.


Black color preview on #522D3A background

This text has black color on #522D3A background.


White color preview on #522D3A background

This text has white color on #522D3A background.


Related colors

Complementary color

Complementary color for #hex is #ADD2C5.


I love getcolorcode.com

Triadic colors

1 #3A522D and #2D3A52 with #522D3A are triadic colors.

2 #3A2D52 and #2D523A with #522D3A are triadic colors.