Color Hex Logo

#70735d Color Hex

#70735D
(112,115,93)
0 Favorites   0 Comments

Color spaces of #70735d

RGB 11211593
HSL0.190.110.41
HSV68°19°45°
CMYK 0.030.000.19   0.55
XYZ14.788616.496512.7606
Yxy16.49650.33580.3745
Hunter Lab40.6159-6.08449.8035
CIE-Lab47.6193-5.294911.8145

#70735d color RGB value is (112,115,93).

#70735d hex color red value is 112, green value is 115 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #70735d hue: 0.19 , saturation: 0.11 and the lightness value of 70735d is 0.41.

The process color (four color CMYK) of #70735d color hex is 0.03, 0.00, 0.19, 0.55. Web safe color of #70735d is #666666. Color #70735d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 01011101
Octal 160 163 135
Decimal 112 115 93
Hex 70 73 5D

RGB Percentages of Color #70735d

%35.00
%35.94
%29.06

CMYK Percentages of Color #70735d

%3
%0
%19
%55

Triadic Colors of #70735d

#70735d #5d7073 #735d70

Analogous Colors of #70735d

#70735d #65735d #736b5d

Monochromatic Colors of #70735d

#70735d

Complementary Color

#70735d #605d73

#70735d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70735d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70735d Color CSS Codes

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

#70735d Text Font Color

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

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


#70735d Background Color

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

This div background color is #70735d


#70735d Border Color

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

This div border color is #70735d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70735d


Comments

No comments written yet.

Please login to write comment.