Color Hex Logo

#708464 Color Hex

#708464
(112,132,100)
0 Favorites   0 Comments

Color spaces of #708464

RGB 112132100
HSL0.270.140.45
HSV98°24°52°
CMYK 0.150.000.24   0.48
XYZ17.233620.867415.1761
Yxy20.86740.32350.3917
Hunter Lab45.6808-12.600412.2793
CIE-Lab52.8041-13.571814.9314

#708464 color RGB value is (112,132,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 01100100
Octal 160 204 144
Decimal 112 132 100
Hex 70 84 64

RGB Percentages of Color #708464

%32.56
%38.37
%29.07

CMYK Percentages of Color #708464

%15
%0
%24
%48

Triadic Colors of #708464

#708464 #647084 #846470

Analogous Colors of #708464

#708464 #648468 #808464

Monochromatic Colors of #708464

#708464

Complementary Color

#708464 #786484

#708464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708464 Color CSS Codes

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

#708464 Text Font Color

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

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


#708464 Background Color

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

This div background color is #708464


#708464 Border Color

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

This div border color is #708464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708464


Comments

No comments written yet.

Please login to write comment.