Color Hex Logo

#708a50 Color Hex

#708A50
(112,138,80)
0 Favorites   0 Comments

Color spaces of #708a50

RGB 11213880
HSL0.240.270.43
HSV87°42°54°
CMYK 0.190.000.42   0.46
XYZ17.218522.200910.9671
Yxy22.20090.34170.4406
Hunter Lab47.1178-17.226119.1822
CIE-Lab54.2395-19.841828.0474

#708a50 color RGB value is (112,138,80).

#708a50 hex color red value is 112, green value is 138 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #708a50 hue: 0.24 , saturation: 0.27 and the lightness value of 708a50 is 0.43.

The process color (four color CMYK) of #708a50 color hex is 0.19, 0.00, 0.42, 0.46. Web safe color of #708a50 is #669966. Color #708a50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001010 01010000
Octal 160 212 120
Decimal 112 138 80
Hex 70 8A 50

RGB Percentages of Color #708a50

%33.94
%41.82
%24.24

CMYK Percentages of Color #708a50

%19
%0
%42
%46

Triadic Colors of #708a50

#708a50 #50708a #8a5070

Analogous Colors of #708a50

#708a50 #538a50 #8a8750

Monochromatic Colors of #708a50

#708a50

Complementary Color

#708a50 #6a508a

#708a50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708a50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708a50 Color CSS Codes

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

#708a50 Text Font Color

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

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


#708a50 Background Color

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

This div background color is #708a50


#708a50 Border Color

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

This div border color is #708a50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708a50


Comments

No comments written yet.

Please login to write comment.