Color Hex Logo

#718818 Color Hex

#718818
(113,136,24)
0 Favorites   0 Comments

Color spaces of #718818

RGB 11313624
HSL0.200.700.31
HSV72°82°53°
CMYK 0.170.000.82   0.47
XYZ15.779121.18504.1216
Yxy21.18500.38410.5156
Hunter Lab46.0272-19.353926.9098
CIE-Lab53.1514-23.265552.0735

#718818 color RGB value is (113,136,24).

#718818 hex color red value is 113, green value is 136 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #718818 hue: 0.20 , saturation: 0.70 and the lightness value of 718818 is 0.31.

The process color (four color CMYK) of #718818 color hex is 0.17, 0.00, 0.82, 0.47. Web safe color of #718818 is #669900. Color #718818 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001000 00011000
Octal 161 210 30
Decimal 113 136 24
Hex 71 88 18

RGB Percentages of Color #718818

%41.39
%49.82
%8.79

CMYK Percentages of Color #718818

%17
%0
%82
%47

Triadic Colors of #718818

#718818 #187188 #881871

Analogous Colors of #718818

#718818 #398818 #886718

Monochromatic Colors of #718818

#718818

Complementary Color

#718818 #2f1888

#718818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718818 Color CSS Codes

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

#718818 Text Font Color

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

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


#718818 Background Color

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

This div background color is #718818


#718818 Border Color

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

This div border color is #718818


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,136,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718818; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718818;
  -webkit-box-shadow: 1px 1px 3px 2px #718818;
  box-shadow:         1px 1px 3px 2px #718818; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718818


Comments

No comments written yet.

Please login to write comment.