Color Hex Logo

#70714f Color Hex

#70714F
(112,113,79)
0 Favorites   0 Comments

Color spaces of #70714f

RGB 11211379
HSL0.170.180.38
HSV62°30°44°
CMYK 0.010.000.30   0.56
XYZ13.998515.81959.7128
Yxy15.81950.35410.4002
Hunter Lab39.7737-6.780413.3629
CIE-Lab46.7368-6.368318.8038

#70714f color RGB value is (112,113,79).

#70714f hex color red value is 112, green value is 113 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #70714f hue: 0.17 , saturation: 0.18 and the lightness value of 70714f is 0.38.

The process color (four color CMYK) of #70714f color hex is 0.01, 0.00, 0.30, 0.56. Web safe color of #70714f is #666666. Color #70714f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110001 01001111
Octal 160 161 117
Decimal 112 113 79
Hex 70 71 4F

RGB Percentages of Color #70714f

%36.84
%37.17
%25.99

CMYK Percentages of Color #70714f

%1
%0
%30
%56

Triadic Colors of #70714f

#70714f #4f7071 #714f70

Analogous Colors of #70714f

#70714f #5f714f #71614f

Monochromatic Colors of #70714f

#70714f

Complementary Color

#70714f #504f71

#70714f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70714f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70714f Color CSS Codes

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

#70714f Text Font Color

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

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


#70714f Background Color

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

This div background color is #70714f


#70714f Border Color

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

This div border color is #70714f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,113,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70714f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70714f;
  -webkit-box-shadow: 1px 1px 3px 2px #70714f;
  box-shadow:         1px 1px 3px 2px #70714f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70714f


Comments

No comments written yet.

Please login to write comment.