Color Hex Logo

#706863 Color Hex

#706863
(112,104,99)
0 Favorites   0 Comments

Color spaces of #706863

RGB 11210499
HSL0.060.060.41
HSV23°12°44°
CMYK 0.000.070.12   0.56
XYZ13.884514.246213.8224
Yxy14.24620.33100.3396
Hunter Lab37.7441-0.38954.7081
CIE-Lab44.58402.19243.9385

#706863 color RGB value is (112,104,99).

#706863 hex color red value is 112, green value is 104 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #706863 hue: 0.06 , saturation: 0.06 and the lightness value of 706863 is 0.41.

The process color (four color CMYK) of #706863 color hex is 0.00, 0.07, 0.12, 0.56. Web safe color of #706863 is #666666. Color #706863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 01100011
Octal 160 150 143
Decimal 112 104 99
Hex 70 68 63

RGB Percentages of Color #706863

%35.56
%33.02
%31.43

CMYK Percentages of Color #706863

%0
%7
%12
%56

Triadic Colors of #706863

#706863 #637068 #686370

Analogous Colors of #706863

#706863 #706f63 #706365

Monochromatic Colors of #706863

#706863

Complementary Color

#706863 #636b70

#706863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706863 Color CSS Codes

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

#706863 Text Font Color

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

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


#706863 Background Color

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

This div background color is #706863


#706863 Border Color

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

This div border color is #706863


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,104,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #706863; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #706863;
  -webkit-box-shadow: 1px 1px 3px 2px #706863;
  box-shadow:         1px 1px 3px 2px #706863; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706863


Comments

No comments written yet.

Please login to write comment.