COLOR #52644C

HEX: #52644C
RGB: (82,100,76)

Color info

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

RGB color model

#52644C color RGB value is (82,100,76).

  • red value is 82;
  • green value is 100;
  • blue value is 76.
RGB:
(82,100,76)
(32%,39%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 100 of 255 = 39%
B 76 of 255 = 30%

82
100
76

R + G + B ~ 34%. #52644C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 100 + 76 = 258 (100%)
R 82 of 258 ~ 31.78%
G 100 of 258 ~ 38.76%
B 76 of 258 ~ 29.46%

%31.78
%38.76
%29.46

CMYK color model

#52644C color CMYK value is (18,0,24,61).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 60.78%
CMYK:
(18,0,24,61)
C18M0Y24K61 
(18%,0%,24%,61%)
(0.18/0.00/0.24/0.61)	

CMYK percentages

%18
%0
%24
%60.78

Codes

Color #52644C in popluar color models

52644C
RGB8210076
HSL105°13.64%34.51%
HSB/HSV105°24.00%39.22%
CMYK18.00%0.00%24.00%
60.78%

Color #52644C in popluar number systems.

HEX52644C
Decimal8210076
Binary101001011001001001100
Octal122144114

Shades and tints

Shades of #52644C

#52644C
(82,100,76)
#4B5B46
(75,91,70)
#445240
(68,82,64)
#3D493A
(61,73,58)
#364034
(54,64,52)
#2F372E
(47,55,46)
#282E28
(40,46,40)
#212522
(33,37,34)
#1A1C1C
(26,28,28)
#131316
(19,19,22)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #52644C

#52644C
(82,100,76)
#61725C
(97,114,92)
#70806C
(112,128,108)
#7F8E7C
(127,142,124)
#8E9C8C
(142,156,140)
#9DAA9C
(157,170,156)
#ACB8AC
(172,184,172)
#BBC6BC
(187,198,188)
#CAD4CC
(202,212,204)
#D9E2DC
(217,226,220)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52644C color. Also use rgb(82,100,76) instead hex code.

Text Font Color

.myTextColor { color: #52644C; }

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

This text font color is #52644C.


Background Color

.myBgColor { background-color: #52644C; }

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

This div background color is #52644C.


Border color

.myBorderColor { border: 1px solid #52644C; }

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

This div border color is #52644C.


Opacity

.myOpacity80 { color: #52644C; opacity: 0.8; }

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

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

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

This text has shadow with #52644C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52644C on black background.


Color preview on white background

This text has color #52644C on white background.



Black color preview on #52644C background

This text has black color on #52644C background.


White color preview on #52644C background

This text has white color on #52644C background.