Color Hex Logo

#52644a Color Hex

#52644A
(82,100,74)
0 Favorites   0 Comments

Color spaces of #52644a

RGB 8210074
HSL0.280.150.34
HSV102°26°39°
CMYK 0.180.000.26   0.61
XYZ9.272911.40268.1908
Yxy11.40260.32120.3950
Hunter Lab33.7677-10.07609.2559
CIE-Lab40.2504-12.281612.5557

#52644a color RGB value is (82,100,74).

#52644a hex color red value is 82, green value is 100 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #52644a hue: 0.28 , saturation: 0.15 and the lightness value of 52644a is 0.34.

The process color (four color CMYK) of #52644a color hex is 0.18, 0.00, 0.26, 0.61. Web safe color of #52644a is #666633. Color #52644a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100100 01001010
Octal 122 144 112
Decimal 82 100 74
Hex 52 64 4A

RGB Percentages of Color #52644a

%32.03
%39.06
%28.91

CMYK Percentages of Color #52644a

%18
%0
%26
%61

Triadic Colors of #52644a

#52644a #4a5264 #644a52

Analogous Colors of #52644a

#52644a #4a644f #5f644a

Monochromatic Colors of #52644a

#52644a

Complementary Color

#52644a #5c4a64

#52644a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52644a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52644a Color CSS Codes

.mybgcolor {background-color:#52644a; } 
.myforecolor {color:#52644a; }
.mybordercolor {border:3px solid #52644a; }

#52644a Text Font Color

<p style="color:#52644a">Text here</p>

This sample text font color is #52644a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#52644a Background Color

<div style="background-color:#52644a">
Div content here</div>

This div background color is #52644a


#52644a Border Color

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

This div border color is #52644a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,100,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52644a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52644a;
  -webkit-box-shadow: 1px 1px 3px 2px #52644a;
  box-shadow:         1px 1px 3px 2px #52644a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,100,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #52644a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #52644a;
  -webkit-box-shadow: 1px 1px 3px 2px #52644a;
  box-shadow:         1px 1px 3px 2px #52644a;">
Div content here</div>

This div box has shadow with color #52644a


Comments

No comments written yet.

Please login to write comment.