Color Hex Logo

#708d5e Color Hex

#708D5E
(112,141,94)
0 Favorites   0 Comments

Color spaces of #708d5e

RGB 11214194
HSL0.270.200.46
HSV97°33°55°
CMYK 0.210.000.33   0.45
XYZ18.227323.302614.1269
Yxy23.30260.32750.4187
Hunter Lab48.2728-17.077616.4399
CIE-Lab55.3827-19.348521.8242

#708d5e color RGB value is (112,141,94).

#708d5e hex color red value is 112, green value is 141 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #708d5e hue: 0.27 , saturation: 0.20 and the lightness value of 708d5e is 0.46.

The process color (four color CMYK) of #708d5e color hex is 0.21, 0.00, 0.33, 0.45. Web safe color of #708d5e is #669966. Color #708d5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001101 01011110
Octal 160 215 136
Decimal 112 141 94
Hex 70 8D 5E

RGB Percentages of Color #708d5e

%32.28
%40.63
%27.09

CMYK Percentages of Color #708d5e

%21
%0
%33
%45

Triadic Colors of #708d5e

#708d5e #5e708d #8d5e70

Analogous Colors of #708d5e

#708d5e #5e8d64 #888d5e

Monochromatic Colors of #708d5e

#708d5e

Complementary Color

#708d5e #7b5e8d

#708d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#708d5e Color CSS Codes

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

#708d5e Text Font Color

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

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


#708d5e Background Color

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

This div background color is #708d5e


#708d5e Border Color

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

This div border color is #708d5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,141,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708d5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708d5e;
  -webkit-box-shadow: 1px 1px 3px 2px #708d5e;
  box-shadow:         1px 1px 3px 2px #708d5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708d5e


Comments

No comments written yet.

Please login to write comment.