Color Hex Logo

#70874e Color Hex

#70874E
(112,135,78)
0 Favorites   0 Comments

Color spaces of #70874e

RGB 11213578
HSL0.230.270.42
HSV84°42°53°
CMYK 0.170.000.42   0.47
XYZ16.721221.322710.4421
Yxy21.32270.34490.4398
Hunter Lab46.1765-16.171418.9160
CIE-Lab53.3009-18.546227.9383

#70874e color RGB value is (112,135,78).

#70874e hex color red value is 112, green value is 135 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #70874e hue: 0.23 , saturation: 0.27 and the lightness value of 70874e is 0.42.

The process color (four color CMYK) of #70874e color hex is 0.17, 0.00, 0.42, 0.47. Web safe color of #70874e is #669966. Color #70874e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000111 01001110
Octal 160 207 116
Decimal 112 135 78
Hex 70 87 4E

RGB Percentages of Color #70874e

%34.46
%41.54
%24.00

CMYK Percentages of Color #70874e

%17
%0
%42
%47

Triadic Colors of #70874e

#70874e #4e7087 #874e70

Analogous Colors of #70874e

#70874e #54874e #87824e

Monochromatic Colors of #70874e

#70874e

Complementary Color

#70874e #654e87

#70874e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70874e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70874e Color CSS Codes

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

#70874e Text Font Color

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

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


#70874e Background Color

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

This div background color is #70874e


#70874e Border Color

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

This div border color is #70874e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,135,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70874e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70874e;
  -webkit-box-shadow: 1px 1px 3px 2px #70874e;
  box-shadow:         1px 1px 3px 2px #70874e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70874e


Comments

No comments written yet.

Please login to write comment.