Color Hex Logo

#706349 Color Hex

#706349
(112,99,73)
0 Favorites   0 Comments

Color spaces of #706349

RGB 1129973
HSL0.110.210.36
HSV40°35°44°
CMYK 0.000.120.35   0.56
XYZ12.346512.84958.1328
Yxy12.84950.37040.3855
Hunter Lab35.8462-1.250111.6406
CIE-Lab42.53560.915616.6954

#706349 color RGB value is (112,99,73).

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

The process color (four color CMYK) of #706349 color hex is 0.00, 0.12, 0.35, 0.56. Web safe color of #706349 is #666633. Color #706349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 01001001
Octal 160 143 111
Decimal 112 99 73
Hex 70 63 49

RGB Percentages of Color #706349

%39.44
%34.86
%25.70

CMYK Percentages of Color #706349

%0
%12
%35
%56

Triadic Colors of #706349

#706349 #497063 #634970

Analogous Colors of #706349

#706349 #6a7049 #705049

Monochromatic Colors of #706349

#706349

Complementary Color

#706349 #495670

#706349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706349 Color CSS Codes

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

#706349 Text Font Color

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

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


#706349 Background Color

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

This div background color is #706349


#706349 Border Color

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

This div border color is #706349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706349


Comments

No comments written yet.

Please login to write comment.