Color Hex Logo

#52750e Color Hex

#52750E
(82,117,14)
0 Favorites   0 Comments

Color spaces of #52750e

RGB 8211714
HSL0.220.790.26
HSV80°88°46°
CMYK 0.300.000.88   0.54
XYZ9.920214.54812.7007
Yxy14.54810.36510.5355
Hunter Lab38.1420-20.323122.5013
CIE-Lab45.0089-27.556446.8609

#52750e color RGB value is (82,117,14).

#52750e hex color red value is 82, green value is 117 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #52750e hue: 0.22 , saturation: 0.79 and the lightness value of 52750e is 0.26.

The process color (four color CMYK) of #52750e color hex is 0.30, 0.00, 0.88, 0.54. Web safe color of #52750e is #666600. Color #52750e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110101 00001110
Octal 122 165 16
Decimal 82 117 14
Hex 52 75 E

RGB Percentages of Color #52750e

%38.50
%54.93
%6.57

CMYK Percentages of Color #52750e

%30
%0
%88
%54

Triadic Colors of #52750e

#52750e #0e5275 #750e52

Analogous Colors of #52750e

#52750e #1f750e #75650e

Monochromatic Colors of #52750e

#52750e

Complementary Color

#52750e #310e75

#52750e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52750e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52750e Color CSS Codes

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

#52750e Text Font Color

<p style="color:#52750e">Text here</p>

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


#52750e Background Color

<div style="background-color:#52750e">
Div content here</div>

This div background color is #52750e


#52750e Border Color

<div style="border:3px solid #52750e">
Div here</div>

This div border color is #52750e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,117,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52750e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52750e;
  -webkit-box-shadow: 1px 1px 3px 2px #52750e;
  box-shadow:         1px 1px 3px 2px #52750e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52750e


Comments

No comments written yet.

Please login to write comment.