Color Hex Logo

#70735c Color Hex

#70735C
(112,115,92)
0 Favorites   0 Comments

Color spaces of #70735c

RGB 11211592
HSL0.190.110.41
HSV68°20°45°
CMYK 0.030.000.20   0.55
XYZ14.744616.478912.5288
Yxy16.47890.33700.3766
Hunter Lab40.5942-6.205210.1170
CIE-Lab47.5966-5.464312.3717

#70735c color RGB value is (112,115,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 01011100
Octal 160 163 134
Decimal 112 115 92
Hex 70 73 5C

RGB Percentages of Color #70735c

%35.11
%36.05
%28.84

CMYK Percentages of Color #70735c

%3
%0
%20
%55

Triadic Colors of #70735c

#70735c #5c7073 #735c70

Analogous Colors of #70735c

#70735c #65735c #736b5c

Monochromatic Colors of #70735c

#70735c

Complementary Color

#70735c #5f5c73

#70735c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70735c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70735c Color CSS Codes

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

#70735c Text Font Color

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

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


#70735c Background Color

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

This div background color is #70735c


#70735c Border Color

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

This div border color is #70735c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70735c


Comments

No comments written yet.

Please login to write comment.