Color Hex Logo

#708462 Color Hex

#708462
(112,132,98)
0 Favorites   0 Comments

Color spaces of #708462

RGB 11213298
HSL0.260.150.45
HSV95°26°52°
CMYK 0.150.000.26   0.48
XYZ17.138020.829114.6724
Yxy20.82910.32560.3957
Hunter Lab45.6389-12.839012.8862
CIE-Lab52.7619-13.914516.0189

#708462 color RGB value is (112,132,98).

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

The process color (four color CMYK) of #708462 color hex is 0.15, 0.00, 0.26, 0.48. Web safe color of #708462 is #669966. Color #708462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 01100010
Octal 160 204 142
Decimal 112 132 98
Hex 70 84 62

RGB Percentages of Color #708462

%32.75
%38.60
%28.65

CMYK Percentages of Color #708462

%15
%0
%26
%48

Triadic Colors of #708462

#708462 #627084 #846270

Analogous Colors of #708462

#708462 #628465 #818462

Monochromatic Colors of #708462

#708462

Complementary Color

#708462 #766284

#708462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708462 Color CSS Codes

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

#708462 Text Font Color

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

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


#708462 Background Color

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

This div background color is #708462


#708462 Border Color

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

This div border color is #708462


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,132,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 #708462">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708462


Comments

No comments written yet.

Please login to write comment.