Color Hex Logo

#70723e Color Hex

#70723E
(112,114,62)
0 Favorites   0 Comments

Color spaces of #70723e

RGB 11211462
HSL0.170.300.35
HSV62°46°45°
CMYK 0.020.000.46   0.55
XYZ13.568915.82726.8972
Yxy15.82720.37390.4361
Hunter Lab39.7834-8.740117.5694
CIE-Lab46.7470-9.141428.4582

#70723e color RGB value is (112,114,62).

#70723e hex color red value is 112, green value is 114 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #70723e hue: 0.17 , saturation: 0.30 and the lightness value of 70723e is 0.35.

The process color (four color CMYK) of #70723e color hex is 0.02, 0.00, 0.46, 0.55. Web safe color of #70723e is #666633. Color #70723e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110010 00111110
Octal 160 162 76
Decimal 112 114 62
Hex 70 72 3E

RGB Percentages of Color #70723e

%38.89
%39.58
%21.53

CMYK Percentages of Color #70723e

%2
%0
%46
%55

Triadic Colors of #70723e

#70723e #3e7072 #723e70

Analogous Colors of #70723e

#70723e #56723e #725a3e

Monochromatic Colors of #70723e

#70723e

Complementary Color

#70723e #403e72

#70723e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70723e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70723e Color CSS Codes

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

#70723e Text Font Color

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

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


#70723e Background Color

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

This div background color is #70723e


#70723e Border Color

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

This div border color is #70723e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70723e


Comments

No comments written yet.

Please login to write comment.