Color Hex Logo

#52684b Color Hex

#52684B
(82,104,75)
0 Favorites   0 Comments

Color spaces of #52684b

RGB 8210475
HSL0.290.160.35
HSV106°28°41°
CMYK 0.210.000.28   0.59
XYZ9.700012.20258.5007
Yxy12.20250.31900.4014
Hunter Lab34.9321-11.564910.0243
CIE-Lab41.5362-14.342513.7209

#52684b color RGB value is (82,104,75).

#52684b hex color red value is 82, green value is 104 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #52684b hue: 0.29 , saturation: 0.16 and the lightness value of 52684b is 0.35.

The process color (four color CMYK) of #52684b color hex is 0.21, 0.00, 0.28, 0.59. Web safe color of #52684b is #666633. Color #52684b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 01001011
Octal 122 150 113
Decimal 82 104 75
Hex 52 68 4B

RGB Percentages of Color #52684b

%31.42
%39.85
%28.74

CMYK Percentages of Color #52684b

%21
%0
%28
%59

Triadic Colors of #52684b

#52684b #4b5268 #684b52

Analogous Colors of #52684b

#52684b #4b6853 #61684b

Monochromatic Colors of #52684b

#52684b

Complementary Color

#52684b #614b68

#52684b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52684b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52684b Color CSS Codes

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

#52684b Text Font Color

<p style="color:#52684b">Text here</p>

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


#52684b Background Color

<div style="background-color:#52684b">
Div content here</div>

This div background color is #52684b


#52684b Border Color

<div style="border:3px solid #52684b">
Div here</div>

This div border color is #52684b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,104,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52684b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52684b;
  -webkit-box-shadow: 1px 1px 3px 2px #52684b;
  box-shadow:         1px 1px 3px 2px #52684b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52684b


Comments

No comments written yet.

Please login to write comment.