Color Hex Logo

#706359 Color Hex

#706359
(112,99,89)
0 Favorites   0 Comments

Color spaces of #706359

RGB 1129989
HSL0.070.110.39
HSV26°21°44°
CMYK 0.000.120.21   0.56
XYZ12.947113.089711.2954
Yxy13.08970.34680.3506
Hunter Lab36.17970.56276.8153
CIE-Lab42.89813.39437.5738

#706359 color RGB value is (112,99,89).

#706359 hex color red value is 112, green value is 99 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #706359 hue: 0.07 , saturation: 0.11 and the lightness value of 706359 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 01011001
Octal 160 143 131
Decimal 112 99 89
Hex 70 63 59

RGB Percentages of Color #706359

%37.33
%33.00
%29.67

CMYK Percentages of Color #706359

%0
%12
%21
%56

Triadic Colors of #706359

#706359 #597063 #635970

Analogous Colors of #706359

#706359 #706f59 #70595b

Monochromatic Colors of #706359

#706359

Complementary Color

#706359 #596670

#706359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706359 Color CSS Codes

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

#706359 Text Font Color

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

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


#706359 Background Color

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

This div background color is #706359


#706359 Border Color

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

This div border color is #706359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706359


Comments

No comments written yet.

Please login to write comment.