Color Hex Logo

#70723f Color Hex

#70723F
(112,114,63)
0 Favorites   0 Comments

Color spaces of #70723f

RGB 11211463
HSL0.170.290.35
HSV62°45°45°
CMYK 0.020.000.45   0.55
XYZ13.596615.83837.0431
Yxy15.83830.37270.4342
Hunter Lab39.7974-8.661617.3654
CIE-Lab46.7616-9.026927.9253

#70723f color RGB value is (112,114,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110010 00111111
Octal 160 162 77
Decimal 112 114 63
Hex 70 72 3F

RGB Percentages of Color #70723f

%38.75
%39.45
%21.80

CMYK Percentages of Color #70723f

%2
%0
%45
%55

Triadic Colors of #70723f

#70723f #3f7072 #723f70

Analogous Colors of #70723f

#70723f #56723f #725b3f

Monochromatic Colors of #70723f

#70723f

Complementary Color

#70723f #413f72

#70723f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70723f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70723f Color CSS Codes

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

#70723f Text Font Color

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

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


#70723f Background Color

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

This div background color is #70723f


#70723f Border Color

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

This div border color is #70723f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70723f


Comments

No comments written yet.

Please login to write comment.