Color Hex Logo

#70713d Color Hex

#70713D
(112,113,61)
0 Favorites   0 Comments

Color spaces of #70713d

RGB 11211361
HSL0.170.300.34
HSV61°46°44°
CMYK 0.010.000.46   0.56
XYZ13.429515.59196.7166
Yxy15.59190.37580.4363
Hunter Lab39.4866-8.393117.5555
CIE-Lab46.4345-8.692428.6215

#70713d color RGB value is (112,113,61).

#70713d hex color red value is 112, green value is 113 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #70713d hue: 0.17 , saturation: 0.30 and the lightness value of 70713d is 0.34.

The process color (four color CMYK) of #70713d color hex is 0.01, 0.00, 0.46, 0.56. Web safe color of #70713d is #666633. Color #70713d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110001 00111101
Octal 160 161 75
Decimal 112 113 61
Hex 70 71 3D

RGB Percentages of Color #70713d

%39.16
%39.51
%21.33

CMYK Percentages of Color #70713d

%1
%0
%46
%56

Triadic Colors of #70713d

#70713d #3d7071 #713d70

Analogous Colors of #70713d

#70713d #56713d #71583d

Monochromatic Colors of #70713d

#70713d

Complementary Color

#70713d #3e3d71

#70713d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70713d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70713d Color CSS Codes

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

#70713d Text Font Color

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

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


#70713d Background Color

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

This div background color is #70713d


#70713d Border Color

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

This div border color is #70713d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70713d


Comments

No comments written yet.

Please login to write comment.