Color Hex Logo

#70734a Color Hex

#70734A
(112,115,74)
0 Favorites   0 Comments

Color spaces of #70734a

RGB 11211574
HSL0.180.220.37
HSV64°36°45°
CMYK 0.030.000.36   0.55
XYZ14.048916.20068.8651
Yxy16.20060.35920.4142
Hunter Lab40.2500-8.133615.1163
CIE-Lab47.2366-8.206022.3448

#70734a color RGB value is (112,115,74).

#70734a hex color red value is 112, green value is 115 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #70734a hue: 0.18 , saturation: 0.22 and the lightness value of 70734a is 0.37.

The process color (four color CMYK) of #70734a color hex is 0.03, 0.00, 0.36, 0.55. Web safe color of #70734a is #666633. Color #70734a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 01001010
Octal 160 163 112
Decimal 112 115 74
Hex 70 73 4A

RGB Percentages of Color #70734a

%37.21
%38.21
%24.58

CMYK Percentages of Color #70734a

%3
%0
%36
%55

Triadic Colors of #70734a

#70734a #4a7073 #734a70

Analogous Colors of #70734a

#70734a #5c734a #73624a

Monochromatic Colors of #70734a

#70734a

Complementary Color

#70734a #4d4a73

#70734a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70734a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70734a Color CSS Codes

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

#70734a Text Font Color

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

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


#70734a Background Color

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

This div background color is #70734a


#70734a Border Color

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

This div border color is #70734a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70734a


Comments

No comments written yet.

Please login to write comment.