Color Hex Logo

#718716 Color Hex

#718716
(113,135,22)
0 Favorites   0 Comments

Color spaces of #718716

RGB 11313522
HSL0.200.720.31
HSV72°84°53°
CMYK 0.160.000.84   0.47
XYZ15.618820.89663.9693
Yxy20.89660.38580.5162
Hunter Lab45.7128-19.008926.8507
CIE-Lab52.8361-22.840552.3676

#718716 color RGB value is (113,135,22).

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

The process color (four color CMYK) of #718716 color hex is 0.16, 0.00, 0.84, 0.47. Web safe color of #718716 is #669900. Color #718716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000111 00010110
Octal 161 207 26
Decimal 113 135 22
Hex 71 87 16

RGB Percentages of Color #718716

%41.85
%50.00
%8.15

CMYK Percentages of Color #718716

%16
%0
%84
%47

Triadic Colors of #718716

#718716 #167187 #871671

Analogous Colors of #718716

#718716 #398716 #876516

Monochromatic Colors of #718716

#718716

Complementary Color

#718716 #2c1687

#718716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718716 Color CSS Codes

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

#718716 Text Font Color

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

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


#718716 Background Color

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

This div background color is #718716


#718716 Border Color

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

This div border color is #718716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718716


Comments

No comments written yet.

Please login to write comment.