Color Hex Logo

#52890f Color Hex

#52890F
(82,137,15)
0 Favorites   0 Comments

Color spaces of #52890f

RGB 8213715
HSL0.240.800.30
HSV87°89°54°
CMYK 0.400.000.89   0.46
XYZ12.511619.71963.5988
Yxy19.71960.34920.5504
Hunter Lab44.4068-27.419526.2798
CIE-Lab51.5187-36.681052.2272

#52890f color RGB value is (82,137,15).

#52890f hex color red value is 82, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #52890f hue: 0.24 , saturation: 0.80 and the lightness value of 52890f is 0.30.

The process color (four color CMYK) of #52890f color hex is 0.40, 0.00, 0.89, 0.46. Web safe color of #52890f is #669900. Color #52890f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 00001111
Octal 122 211 17
Decimal 82 137 15
Hex 52 89 F

RGB Percentages of Color #52890f

%35.04
%58.55
%6.41

CMYK Percentages of Color #52890f

%40
%0
%89
%46

Triadic Colors of #52890f

#52890f #0f5289 #890f52

Analogous Colors of #52890f

#52890f #15890f #89830f

Monochromatic Colors of #52890f

#52890f

Complementary Color

#52890f #460f89

#52890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52890f Color CSS Codes

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

#52890f Text Font Color

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

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


#52890f Background Color

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

This div background color is #52890f


#52890f Border Color

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

This div border color is #52890f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52890f


Comments

No comments written yet.

Please login to write comment.