COLOR #52512B

HEX: #52512B RGB: (82,81,43)

Color info

#52512B contains red, green and blue colors in about the same proportion. Web safe color of #52512B is #666633 (or #663).

RGB color model

#52512B color RGB value is (82,81,43).

RGB: (82,81,43) (32%, 32%, 17%)

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 43 of 255 = 17%

82
81
43

R + G + B ~ 27%. #52512B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 81 + 43 = 206 (100%)
R 82 of 206 ~ 39.81%
G 81 of 206 ~ 39.32%
B 43 of 206 ~ 20.87'%

%39.81
%39.32
%20.87

CMYK color model

#52512B color CMYK value is (0,1,48,68).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 47.56%
  • key color value is 67.84%

CMYK: (0,1,48,68)
C0M1Y48K68 (0%, 1%, 48%, 68%)
(0.00 / 0.01 / 0.48 / 0.68)

CMYK percentages

%0
%1.22
%47.56
%67.84

Codes

Color #52512B in popluar color models

52 51 2B
RGB 82 81 43
HSL 58° 31.20% 24.51%
HSB/HSV 58° 47.56% 32.16%
CMYK 0.00% 1.22% 47.56%
67.84%

Color #52512B in popluar number systems.

HEX 52 51 2B
Decimal 82 81 43
Binary 1010010 1010001 101011
Octal 122 121 53

Shades and tints

Shades of #52512B

#52512B
(82,81,43)
#4B4A28
(75,74,40)
#444325
(68,67,37)
#3D3C22
(61,60,34)
#36351F
(54,53,31)
#2F2E1C
(47,46,28)
#282719
(40,39,25)
#212016
(33,32,22)
#1A1913
(26,25,19)
#131210
(19,18,16)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #52512B

#52512B
(82,81,43)
#61603E
(97,96,62)
#706F51
(112,111,81)
#7F7E64
(127,126,100)
#8E8D77
(142,141,119)
#9D9C8A
(157,156,138)
#ACAB9D
(172,171,157)
#BBBAB0
(187,186,176)
#CAC9C3
(202,201,195)
#D9D8D6
(217,216,214)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52512B color. Also use rgb(82,81,43) instead hex code.

Text Font Color

.myTextColor { color: #52512B; }

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

This text font color is #52512B.

Background Color

.myBgColor { background-color: #52512B; }

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

This div background color is #52512B.

Border color

.myBorderColor { border: 1px solid #52512B; }

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

This div border color is #52512B.

Opacity

.myOpacity80 { color: #52512B; opacity: 0.8; }

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

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

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

This text has shadow with #52512B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52512B.

Preview

Color preview on black background

This text has color #52512B on black background.


Color preview on white background

This text has color #52512B on white background.


Black color preview on #52512B background

This text has black color on #52512B background.


White color preview on #52512B background

This text has white color on #52512B background.


Related colors

Complementary color

Complementary color for #hex is #ADAED4.


I love getcolorcode.com

Triadic colors

1 #2B5251 and #512B52 with #52512B are triadic colors.

2 #2B5152 and #51522B with #52512B are triadic colors.