Color Hex Logo

#705946 Color Hex

#705946
(112,89,70)
0 Favorites   0 Comments

Color spaces of #705946

RGB 1128970
HSL0.080.230.36
HSV27°38°44°
CMYK 0.000.210.38   0.56
XYZ11.360011.03177.3249
Yxy11.03170.38230.3712
Hunter Lab33.21402.926910.1742
CIE-Lab39.63386.490914.5792

#705946 color RGB value is (112,89,70).

#705946 hex color red value is 112, green value is 89 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #705946 hue: 0.08 , saturation: 0.23 and the lightness value of 705946 is 0.36.

The process color (four color CMYK) of #705946 color hex is 0.00, 0.21, 0.38, 0.56. Web safe color of #705946 is #666633. Color #705946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011001 01000110
Octal 160 131 106
Decimal 112 89 70
Hex 70 59 46

RGB Percentages of Color #705946

%41.33
%32.84
%25.83

CMYK Percentages of Color #705946

%0
%21
%38
%56

Triadic Colors of #705946

#705946 #467059 #594670

Analogous Colors of #705946

#705946 #706e46 #704648

Monochromatic Colors of #705946

#705946

Complementary Color

#705946 #465d70

#705946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705946 Color CSS Codes

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

#705946 Text Font Color

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

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


#705946 Background Color

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

This div background color is #705946


#705946 Border Color

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

This div border color is #705946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705946


Comments

No comments written yet.

Please login to write comment.