Color Hex Logo

#708162 Color Hex

#708162
(112,129,98)
0 Favorites   0 Comments

Color spaces of #708162

RGB 11212998
HSL0.260.140.45
HSV93°24°51°
CMYK 0.130.000.24   0.49
XYZ16.737020.027114.5388
Yxy20.02710.32620.3904
Hunter Lab44.7516-11.556812.0642
CIE-Lab51.8678-12.281114.7895

#708162 color RGB value is (112,129,98).

#708162 hex color red value is 112, green value is 129 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #708162 hue: 0.26 , saturation: 0.14 and the lightness value of 708162 is 0.45.

The process color (four color CMYK) of #708162 color hex is 0.13, 0.00, 0.24, 0.49. Web safe color of #708162 is #669966. Color #708162 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 01100010
Octal 160 201 142
Decimal 112 129 98
Hex 70 81 62

RGB Percentages of Color #708162

%33.04
%38.05
%28.91

CMYK Percentages of Color #708162

%13
%0
%24
%49

Triadic Colors of #708162

#708162 #627081 #816270

Analogous Colors of #708162

#708162 #628164 #808162

Monochromatic Colors of #708162

#708162

Complementary Color

#708162 #736281

#708162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708162 Color CSS Codes

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

#708162 Text Font Color

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

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


#708162 Background Color

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

This div background color is #708162


#708162 Border Color

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

This div border color is #708162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708162


Comments

No comments written yet.

Please login to write comment.