Color Hex Logo

#708975 Color Hex

#708975
(112,137,117)
0 Favorites   0 Comments

Color spaces of #708975

RGB 112137117
HSL0.370.100.49
HSV132°18°54°
CMYK 0.180.000.15   0.46
XYZ18.838622.620420.2029
Yxy22.62040.30550.3668
Hunter Lab47.5609-12.52888.1075
CIE-Lab54.6792-13.12827.7881

#708975 color RGB value is (112,137,117).

#708975 hex color red value is 112, green value is 137 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #708975 hue: 0.37 , saturation: 0.10 and the lightness value of 708975 is 0.49.

The process color (four color CMYK) of #708975 color hex is 0.18, 0.00, 0.15, 0.46. Web safe color of #708975 is #669966. Color #708975 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001001 01110101
Octal 160 211 165
Decimal 112 137 117
Hex 70 89 75

RGB Percentages of Color #708975

%30.60
%37.43
%31.97

CMYK Percentages of Color #708975

%18
%0
%15
%46

Triadic Colors of #708975

#708975 #757089 #897570

Analogous Colors of #708975

#708975 #708982 #788970

Monochromatic Colors of #708975

#708975

Complementary Color

#708975 #897084

#708975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708975 Color CSS Codes

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

#708975 Text Font Color

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

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


#708975 Background Color

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

This div background color is #708975


#708975 Border Color

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

This div border color is #708975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708975


Comments

No comments written yet.

Please login to write comment.