Color Hex Logo

#708f5c Color Hex

#708F5C
(112,143,92)
0 Favorites   0 Comments

Color spaces of #708f5c

RGB 11214392
HSL0.270.220.46
HSV96°36°56°
CMYK 0.220.000.36   0.44
XYZ18.436323.862413.7594
Yxy23.86240.32890.4257
Hunter Lab48.8492-18.117817.4941
CIE-Lab55.9498-20.695023.6877

#708f5c color RGB value is (112,143,92).

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

The process color (four color CMYK) of #708f5c color hex is 0.22, 0.00, 0.36, 0.44. Web safe color of #708f5c is #669966. Color #708f5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 01011100
Octal 160 217 134
Decimal 112 143 92
Hex 70 8F 5C

RGB Percentages of Color #708f5c

%32.28
%41.21
%26.51

CMYK Percentages of Color #708f5c

%22
%0
%36
%44

Triadic Colors of #708f5c

#708f5c #5c708f #8f5c70

Analogous Colors of #708f5c

#708f5c #5c8f62 #8a8f5c

Monochromatic Colors of #708f5c

#708f5c

Complementary Color

#708f5c #7b5c8f

#708f5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708f5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#708f5c Color CSS Codes

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

#708f5c Text Font Color

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

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


#708f5c Background Color

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

This div background color is #708f5c


#708f5c Border Color

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

This div border color is #708f5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708f5c


Comments

No comments written yet.

Please login to write comment.