Color Hex Logo

#518702 Color Hex

#518702
(81,135,2)
0 Favorites   0 Comments

Color spaces of #518702

RGB 811352
HSL0.230.970.27
HSV84°99°53°
CMYK 0.400.000.99   0.47
XYZ12.068319.08173.1045
Yxy19.08170.35230.5571
Hunter Lab43.6826-27.129926.3641
CIE-Lab50.7827-36.548554.0426

#518702 color RGB value is (81,135,2).

#518702 hex color red value is 81, green value is 135 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #518702 hue: 0.23 , saturation: 0.97 and the lightness value of 518702 is 0.27.

The process color (four color CMYK) of #518702 color hex is 0.40, 0.00, 0.99, 0.47. Web safe color of #518702 is #669900. Color #518702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000111 00000010
Octal 121 207 2
Decimal 81 135 2
Hex 51 87 2

RGB Percentages of Color #518702

%37.16
%61.93
%0.92

CMYK Percentages of Color #518702

%40
%0
%99
%47

Triadic Colors of #518702

#518702 #025187 #870251

Analogous Colors of #518702

#518702 #0f8702 #877b02

Monochromatic Colors of #518702

#518702

Complementary Color

#518702 #380287

#518702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518702 Color CSS Codes

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

#518702 Text Font Color

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

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


#518702 Background Color

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

This div background color is #518702


#518702 Border Color

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

This div border color is #518702


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,135,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #518702; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #518702;
  -webkit-box-shadow: 1px 1px 3px 2px #518702;
  box-shadow:         1px 1px 3px 2px #518702; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518702


Comments

No comments written yet.

Please login to write comment.