Color Hex Logo

#52865f Color Hex

#52865F
(82,134,95)
0 Favorites   0 Comments

Color spaces of #52865f

RGB 8213495
HSL0.380.240.42
HSV135°39°53°
CMYK 0.390.000.29   0.47
XYZ14.070319.670313.8816
Yxy19.67030.29550.4130
Hunter Lab44.3512-20.986012.4885
CIE-Lab51.4624-26.286515.6545

#52865f color RGB value is (82,134,95).

#52865f hex color red value is 82, green value is 134 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #52865f hue: 0.38 , saturation: 0.24 and the lightness value of 52865f is 0.42.

The process color (four color CMYK) of #52865f color hex is 0.39, 0.00, 0.29, 0.47. Web safe color of #52865f is #669966. Color #52865f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000110 01011111
Octal 122 206 137
Decimal 82 134 95
Hex 52 86 5F

RGB Percentages of Color #52865f

%26.37
%43.09
%30.55

CMYK Percentages of Color #52865f

%39
%0
%29
%47

Triadic Colors of #52865f

#52865f #5f5286 #865f52

Analogous Colors of #52865f

#52865f #528679 #5f8652

Monochromatic Colors of #52865f

#52865f

Complementary Color

#52865f #865279

#52865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52865f Color CSS Codes

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

#52865f Text Font Color

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

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


#52865f Background Color

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

This div background color is #52865f


#52865f Border Color

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

This div border color is #52865f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,134,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 #52865f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52865f


Comments

No comments written yet.

Please login to write comment.