Color Hex Logo

#52632e Color Hex

#52632E
(82,99,46)
0 Favorites   0 Comments

Color spaces of #52632e

RGB 829946
HSL0.220.370.28
HSV79°54°39°
CMYK 0.170.000.54   0.61
XYZ8.434710.91484.2470
Yxy10.91480.35750.4626
Hunter Lab33.0376-12.243515.5045
CIE-Lab39.4366-15.929227.7531

#52632e color RGB value is (82,99,46).

#52632e hex color red value is 82, green value is 99 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #52632e hue: 0.22 , saturation: 0.37 and the lightness value of 52632e is 0.28.

The process color (four color CMYK) of #52632e color hex is 0.17, 0.00, 0.54, 0.61. Web safe color of #52632e is #666633. Color #52632e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00101110
Octal 122 143 56
Decimal 82 99 46
Hex 52 63 2E

RGB Percentages of Color #52632e

%36.12
%43.61
%20.26

CMYK Percentages of Color #52632e

%17
%0
%54
%61

Triadic Colors of #52632e

#52632e #2e5263 #632e52

Analogous Colors of #52632e

#52632e #38632e #635a2e

Monochromatic Colors of #52632e

#52632e

Complementary Color

#52632e #3f2e63

#52632e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52632e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52632e Color CSS Codes

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

#52632e Text Font Color

<p style="color:#52632e">Text here</p>

This sample text font color is #52632e
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.


#52632e Background Color

<div style="background-color:#52632e">
Div content here</div>

This div background color is #52632e


#52632e Border Color

<div style="border:3px solid #52632e">
Div here</div>

This div border color is #52632e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,99,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52632e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52632e;
  -webkit-box-shadow: 1px 1px 3px 2px #52632e;
  box-shadow:         1px 1px 3px 2px #52632e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52632e


Comments

No comments written yet.

Please login to write comment.