Color Hex Logo

#52663e Color Hex

#52663E
(82,102,62)
0 Favorites   0 Comments

Color spaces of #52663e

RGB 8210262
HSL0.250.240.32
HSV90°39°40°
CMYK 0.200.000.39   0.60
XYZ9.100511.64446.3254
Yxy11.64440.33620.4302
Hunter Lab34.1239-12.112612.8964
CIE-Lab40.6453-15.418820.2051

#52663e color RGB value is (82,102,62).

#52663e hex color red value is 82, green value is 102 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #52663e hue: 0.25 , saturation: 0.24 and the lightness value of 52663e is 0.32.

The process color (four color CMYK) of #52663e color hex is 0.20, 0.00, 0.39, 0.60. Web safe color of #52663e is #666633. Color #52663e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100110 00111110
Octal 122 146 76
Decimal 82 102 62
Hex 52 66 3E

RGB Percentages of Color #52663e

%33.33
%41.46
%25.20

CMYK Percentages of Color #52663e

%20
%0
%39
%60

Triadic Colors of #52663e

#52663e #3e5266 #663e52

Analogous Colors of #52663e

#52663e #3e663e #66663e

Monochromatic Colors of #52663e

#52663e

Complementary Color

#52663e #523e66

#52663e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52663e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52663e Color CSS Codes

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

#52663e Text Font Color

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

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


#52663e Background Color

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

This div background color is #52663e


#52663e Border Color

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

This div border color is #52663e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52663e


Comments

No comments written yet.

Please login to write comment.