COLOR #52543D

HEX: #52543D
RGB: (82,84,61)

Color info

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

RGB color model

#52543D color RGB value is (82,84,61).

  • red value is 82;
  • green value is 84;
  • blue value is 61.
RGB:
(82,84,61)
(32%,33%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 61 of 255 = 24%

82
84
61

R + G + B ~ 30%. #52543D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 61 = 227 (100%)
R 82 of 227 ~ 36.12%
G 84 of 227 ~ 37%
B 61 of 227 ~ 26.87%

%36.12
%37
%26.87

CMYK color model

#52543D color CMYK value is (2,0,27,67).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 67.06%
CMYK:
(2,0,27,67)
C2M0Y27K67 
(2%,0%,27%,67%)
(0.02/0.00/0.27/0.67)	

CMYK percentages

%2.38
%0
%27.38
%67.06

Codes

Color #52543D in popluar color models

52543D
RGB828461
HSL65°15.86%28.43%
HSB/HSV65°27.38%32.94%
CMYK2.38%0.00%27.38%
67.06%

Color #52543D in popluar number systems.

HEX52543D
Decimal828461
Binary10100101010100111101
Octal12212475

Shades and tints

Shades of #52543D

#52543D
(82,84,61)
#4B4D38
(75,77,56)
#444633
(68,70,51)
#3D3F2E
(61,63,46)
#363829
(54,56,41)
#2F3124
(47,49,36)
#282A1F
(40,42,31)
#21231A
(33,35,26)
#1A1C15
(26,28,21)
#131510
(19,21,16)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #52543D

#52543D
(82,84,61)
#61634E
(97,99,78)
#70725F
(112,114,95)
#7F8170
(127,129,112)
#8E9081
(142,144,129)
#9D9F92
(157,159,146)
#ACAEA3
(172,174,163)
#BBBDB4
(187,189,180)
#CACCC5
(202,204,197)
#D9DBD6
(217,219,214)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52543D color. Also use rgb(82,84,61) instead hex code.

Text Font Color

.myTextColor { color: #52543D; }

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

This text font color is #52543D.


Background Color

.myBgColor { background-color: #52543D; }

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

This div background color is #52543D.


Border color

.myBorderColor { border: 1px solid #52543D; }

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

This div border color is #52543D.


Opacity

.myOpacity80 { color: #52543D; opacity: 0.8; }

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

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

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

This text has shadow with #52543D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52543D on black background.


Color preview on white background

This text has color #52543D on white background.



Black color preview on #52543D background

This text has black color on #52543D background.


White color preview on #52543D background

This text has white color on #52543D background.