Color Hex Logo

#704947 Color Hex

#704947
(112,73,71)
0 Favorites   0 Comments

Color spaces of #704947

RGB 1127371
HSL0.010.220.36
HSV37°44°
CMYK 0.000.350.37   0.56
XYZ10.20208.66487.0960
Yxy8.66480.39290.3337
Hunter Lab29.436010.35186.3125
CIE-Lab35.330716.36838.0164

#704947 color RGB value is (112,73,71).

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

The process color (four color CMYK) of #704947 color hex is 0.00, 0.35, 0.37, 0.56. Web safe color of #704947 is #663333. Color #704947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 01000111
Octal 160 111 107
Decimal 112 73 71
Hex 70 49 47

RGB Percentages of Color #704947

%43.75
%28.52
%27.73

CMYK Percentages of Color #704947

%0
%35
%37
%56

Triadic Colors of #704947

#704947 #477049 #494770

Analogous Colors of #704947

#704947 #705e47 #70475a

Monochromatic Colors of #704947

#704947

Complementary Color

#704947 #476e70

#704947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704947 Color CSS Codes

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

#704947 Text Font Color

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

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


#704947 Background Color

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

This div background color is #704947


#704947 Border Color

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

This div border color is #704947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704947

#704947 Color Palettes


Comments

No comments written yet.

Please login to write comment.