Color Hex Logo

#52855f Color Hex

#52855F
(82,133,95)
0 Favorites   0 Comments

Color spaces of #52855f

RGB 8213395
HSL0.380.240.42
HSV135°38°52°
CMYK 0.380.000.29   0.48
XYZ13.932819.395113.8358
Yxy19.39510.29540.4112
Hunter Lab44.0399-20.598112.2010
CIE-Lab51.1463-25.788515.2204

#52855f color RGB value is (82,133,95).

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

The process color (four color CMYK) of #52855f color hex is 0.38, 0.00, 0.29, 0.48. Web safe color of #52855f is #669966. Color #52855f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000101 01011111
Octal 122 205 137
Decimal 82 133 95
Hex 52 85 5F

RGB Percentages of Color #52855f

%26.45
%42.90
%30.65

CMYK Percentages of Color #52855f

%38
%0
%29
%48

Triadic Colors of #52855f

#52855f #5f5285 #855f52

Analogous Colors of #52855f

#52855f #528579 #5f8552

Monochromatic Colors of #52855f

#52855f

Complementary Color

#52855f #855278

#52855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52855f Color CSS Codes

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

#52855f Text Font Color

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

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


#52855f Background Color

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

This div background color is #52855f


#52855f Border Color

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

This div border color is #52855f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52855f


Comments

No comments written yet.

Please login to write comment.