Color Hex Logo

#70763a Color Hex

#70763A
(112,118,58)
0 Favorites   0 Comments

Color spaces of #70763a

RGB 11211858
HSL0.180.340.35
HSV66°51°46°
CMYK 0.050.000.51   0.54
XYZ13.924216.70716.4939
Yxy16.70710.37510.4500
Hunter Lab40.8743-10.722419.1923
CIE-Lab47.8888-11.802032.0123

#70763a color RGB value is (112,118,58).

#70763a hex color red value is 112, green value is 118 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #70763a hue: 0.18 , saturation: 0.34 and the lightness value of 70763a is 0.35.

The process color (four color CMYK) of #70763a color hex is 0.05, 0.00, 0.51, 0.54. Web safe color of #70763a is #666633. Color #70763a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 00111010
Octal 160 166 72
Decimal 112 118 58
Hex 70 76 3A

RGB Percentages of Color #70763a

%38.89
%40.97
%20.14

CMYK Percentages of Color #70763a

%5
%0
%51
%54

Triadic Colors of #70763a

#70763a #3a7076 #763a70

Analogous Colors of #70763a

#70763a #52763a #765e3a

Monochromatic Colors of #70763a

#70763a

Complementary Color

#70763a #403a76

#70763a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70763a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70763a Color CSS Codes

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

#70763a Text Font Color

<p style="color:#70763a">Text here</p>

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


#70763a Background Color

<div style="background-color:#70763a">
Div content here</div>

This div background color is #70763a


#70763a Border Color

<div style="border:3px solid #70763a">
Div here</div>

This div border color is #70763a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,118,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70763a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70763a;
  -webkit-box-shadow: 1px 1px 3px 2px #70763a;
  box-shadow:         1px 1px 3px 2px #70763a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70763a


Comments

No comments written yet.

Please login to write comment.