Color Hex Logo

#706041 Color Hex

#706041
(112,96,65)
0 Favorites   0 Comments

Color spaces of #706041

RGB 1129665
HSL0.110.270.35
HSV40°42°44°
CMYK 0.000.140.42   0.56
XYZ11.819112.19216.7314
Yxy12.19210.38450.3966
Hunter Lab34.9172-0.684713.0120
CIE-Lab41.51981.635720.0900

#706041 color RGB value is (112,96,65).

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

The process color (four color CMYK) of #706041 color hex is 0.00, 0.14, 0.42, 0.56. Web safe color of #706041 is #666633. Color #706041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100000 01000001
Octal 160 140 101
Decimal 112 96 65
Hex 70 60 41

RGB Percentages of Color #706041

%41.03
%35.16
%23.81

CMYK Percentages of Color #706041

%0
%14
%42
%56

Triadic Colors of #706041

#706041 #417060 #604170

Analogous Colors of #706041

#706041 #697041 #704941

Monochromatic Colors of #706041

#706041

Complementary Color

#706041 #415170

#706041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706041 Color CSS Codes

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

#706041 Text Font Color

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

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


#706041 Background Color

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

This div background color is #706041


#706041 Border Color

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

This div border color is #706041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706041


Comments

No comments written yet.

Please login to write comment.