Color Hex Logo

#706959 Color Hex

#706959
(112,105,89)
0 Favorites   0 Comments

Color spaces of #706959

RGB 11210589
HSL0.120.110.39
HSV42°21°44°
CMYK 0.000.060.21   0.56
XYZ13.536814.269211.4919
Yxy14.26920.34450.3631
Hunter Lab37.7746-2.13888.4048
CIE-Lab44.6165-0.16489.9949

#706959 color RGB value is (112,105,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101001 01011001
Octal 160 151 131
Decimal 112 105 89
Hex 70 69 59

RGB Percentages of Color #706959

%36.60
%34.31
%29.08

CMYK Percentages of Color #706959

%0
%6
%21
%56

Triadic Colors of #706959

#706959 #597069 #695970

Analogous Colors of #706959

#706959 #6c7059 #705e59

Monochromatic Colors of #706959

#706959

Complementary Color

#706959 #596070

#706959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706959 Color CSS Codes

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

#706959 Text Font Color

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

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


#706959 Background Color

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

This div background color is #706959


#706959 Border Color

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

This div border color is #706959


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,105,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 #706959">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706959


Comments

No comments written yet.

Please login to write comment.