Color Hex Logo

#708017 Color Hex

#708017
(112,128,23)
0 Favorites   0 Comments

Color spaces of #708017

RGB 11212823
HSL0.190.700.30
HSV69°82°50°
CMYK 0.130.000.82   0.50
XYZ14.555918.94493.7002
Yxy18.94490.39130.5093
Hunter Lab43.5257-16.476025.4277
CIE-Lab50.6227-19.658750.0851

#708017 color RGB value is (112,128,23).

#708017 hex color red value is 112, green value is 128 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #708017 hue: 0.19 , saturation: 0.70 and the lightness value of 708017 is 0.30.

The process color (four color CMYK) of #708017 color hex is 0.13, 0.00, 0.82, 0.50. Web safe color of #708017 is #669900. Color #708017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000000 00010111
Octal 160 200 27
Decimal 112 128 23
Hex 70 80 17

RGB Percentages of Color #708017

%42.59
%48.67
%8.75

CMYK Percentages of Color #708017

%13
%0
%82
%50

Triadic Colors of #708017

#708017 #177080 #801770

Analogous Colors of #708017

#708017 #3b8017 #805c17

Monochromatic Colors of #708017

#708017

Complementary Color

#708017 #271780

#708017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708017 Color CSS Codes

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

#708017 Text Font Color

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

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


#708017 Background Color

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

This div background color is #708017


#708017 Border Color

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

This div border color is #708017


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,128,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708017; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708017;
  -webkit-box-shadow: 1px 1px 3px 2px #708017;
  box-shadow:         1px 1px 3px 2px #708017; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708017


Comments

No comments written yet.

Please login to write comment.