Color Hex Logo

#52675d Color Hex

#52675D
(82,103,93)
0 Favorites   0 Comments

Color spaces of #52675d

RGB 8210393
HSL0.420.110.36
HSV151°20°40°
CMYK 0.200.000.10   0.60
XYZ10.305712.284612.1839
Yxy12.28460.29640.3533
Hunter Lab35.0494-8.85143.9241
CIE-Lab41.6649-10.13183.0456

#52675d color RGB value is (82,103,93).

#52675d hex color red value is 82, green value is 103 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #52675d hue: 0.42 , saturation: 0.11 and the lightness value of 52675d is 0.36.

The process color (four color CMYK) of #52675d color hex is 0.20, 0.00, 0.10, 0.60. Web safe color of #52675d is #666666. Color #52675d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 01011101
Octal 122 147 135
Decimal 82 103 93
Hex 52 67 5D

RGB Percentages of Color #52675d

%29.50
%37.05
%33.45

CMYK Percentages of Color #52675d

%20
%0
%10
%60

Triadic Colors of #52675d

#52675d #5d5267 #675d52

Analogous Colors of #52675d

#52675d #526767 #526753

Monochromatic Colors of #52675d

#52675d

Complementary Color

#52675d #67525c

#52675d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52675d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52675d Color CSS Codes

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

#52675d Text Font Color

<p style="color:#52675d">Text here</p>

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


#52675d Background Color

<div style="background-color:#52675d">
Div content here</div>

This div background color is #52675d


#52675d Border Color

<div style="border:3px solid #52675d">
Div here</div>

This div border color is #52675d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,103,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52675d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52675d;
  -webkit-box-shadow: 1px 1px 3px 2px #52675d;
  box-shadow:         1px 1px 3px 2px #52675d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52675d


Comments

No comments written yet.

Please login to write comment.