Color Hex Logo

#706840 Color Hex

#706840
(112,104,64)
0 Favorites   0 Comments

Color spaces of #706840

RGB 11210464
HSL0.140.270.35
HSV50°43°44°
CMYK 0.000.070.43   0.56
XYZ12.557813.71556.8360
Yxy13.71550.37930.4142
Hunter Lab37.0344-4.283714.9801
CIE-Lab43.8221-3.193423.6519

#706840 color RGB value is (112,104,64).

#706840 hex color red value is 112, green value is 104 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #706840 hue: 0.14 , saturation: 0.27 and the lightness value of 706840 is 0.35.

The process color (four color CMYK) of #706840 color hex is 0.00, 0.07, 0.43, 0.56. Web safe color of #706840 is #666633. Color #706840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 01000000
Octal 160 150 100
Decimal 112 104 64
Hex 70 68 40

RGB Percentages of Color #706840

%40.00
%37.14
%22.86

CMYK Percentages of Color #706840

%0
%7
%43
%56

Triadic Colors of #706840

#706840 #407068 #684070

Analogous Colors of #706840

#706840 #607040 #705040

Monochromatic Colors of #706840

#706840

Complementary Color

#706840 #404870

#706840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706840 Color CSS Codes

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

#706840 Text Font Color

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

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


#706840 Background Color

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

This div background color is #706840


#706840 Border Color

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

This div border color is #706840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706840


Comments

No comments written yet.

Please login to write comment.