Color Hex Logo

#52665f Color Hex

#52665F
(82,102,95)
0 Favorites   0 Comments

Color spaces of #52665f

RGB 8210295
HSL0.440.110.36
HSV159°20°40°
CMYK 0.200.000.07   0.60
XYZ10.296612.122812.6237
Yxy12.12280.29380.3459
Hunter Lab34.8178-8.14372.8760
CIE-Lab41.4106-9.10601.4612

#52665f color RGB value is (82,102,95).

#52665f hex color red value is 82, green value is 102 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #52665f hue: 0.44 , saturation: 0.11 and the lightness value of 52665f is 0.36.

The process color (four color CMYK) of #52665f color hex is 0.20, 0.00, 0.07, 0.60. Web safe color of #52665f is #666666. Color #52665f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100110 01011111
Octal 122 146 137
Decimal 82 102 95
Hex 52 66 5F

RGB Percentages of Color #52665f

%29.39
%36.56
%34.05

CMYK Percentages of Color #52665f

%20
%0
%7
%60

Triadic Colors of #52665f

#52665f #5f5266 #665f52

Analogous Colors of #52665f

#52665f #526366 #526655

Monochromatic Colors of #52665f

#52665f

Complementary Color

#52665f #665259

#52665f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52665f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52665f Color CSS Codes

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

#52665f Text Font Color

<p style="color:#52665f">Text here</p>

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


#52665f Background Color

<div style="background-color:#52665f">
Div content here</div>

This div background color is #52665f


#52665f Border Color

<div style="border:3px solid #52665f">
Div here</div>

This div border color is #52665f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52665f


Comments

No comments written yet.

Please login to write comment.