Color Hex Logo

#70695f Color Hex

#70695F
(112,105,95)
0 Favorites   0 Comments

Color spaces of #70695f

RGB 11210595
HSL0.100.080.41
HSV35°15°44°
CMYK 0.000.060.15   0.56
XYZ13.799214.374112.8737
Yxy14.37410.33620.3502
Hunter Lab37.9132-1.37976.4069
CIE-Lab44.76470.87296.6045

#70695f color RGB value is (112,105,95).

#70695f hex color red value is 112, green value is 105 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #70695f hue: 0.10 , saturation: 0.08 and the lightness value of 70695f is 0.41.

The process color (four color CMYK) of #70695f color hex is 0.00, 0.06, 0.15, 0.56. Web safe color of #70695f is #666666. Color #70695f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101001 01011111
Octal 160 151 137
Decimal 112 105 95
Hex 70 69 5F

RGB Percentages of Color #70695f

%35.90
%33.65
%30.45

CMYK Percentages of Color #70695f

%0
%6
%15
%56

Triadic Colors of #70695f

#70695f #5f7069 #695f70

Analogous Colors of #70695f

#70695f #6f705f #70615f

Monochromatic Colors of #70695f

#70695f

Complementary Color

#70695f #5f6670

#70695f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70695f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70695f Color CSS Codes

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

#70695f Text Font Color

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

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


#70695f Background Color

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

This div background color is #70695f


#70695f Border Color

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

This div border color is #70695f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70695f


Comments

No comments written yet.

Please login to write comment.