Color Hex Logo

#706844 Color Hex

#706844
(112,104,68)
0 Favorites   0 Comments

Color spaces of #706844

RGB 11210468
HSL0.140.240.35
HSV49°39°44°
CMYK 0.000.070.39   0.56
XYZ12.675813.76277.4572
Yxy13.76270.37400.4060
Hunter Lab37.0981-3.931314.0506
CIE-Lab43.8907-2.693721.4318

#706844 color RGB value is (112,104,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 01000100
Octal 160 150 104
Decimal 112 104 68
Hex 70 68 44

RGB Percentages of Color #706844

%39.44
%36.62
%23.94

CMYK Percentages of Color #706844

%0
%7
%39
%56

Triadic Colors of #706844

#706844 #447068 #684470

Analogous Colors of #706844

#706844 #627044 #705244

Monochromatic Colors of #706844

#706844

Complementary Color

#706844 #444c70

#706844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706844 Color CSS Codes

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

#706844 Text Font Color

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

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


#706844 Background Color

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

This div background color is #706844


#706844 Border Color

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

This div border color is #706844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706844


Comments

No comments written yet.

Please login to write comment.