Color Hex Logo

#704639 Color Hex

#704639
(112,70,57)
0 Favorites   0 Comments

Color spaces of #704639

RGB 1127057
HSL0.040.330.33
HSV14°49°44°
CMYK 0.000.380.49   0.56
XYZ9.61088.12054.9318
Yxy8.12050.42410.3583
Hunter Lab28.496510.33259.6864
CIE-Lab34.232616.420015.3152

#704639 color RGB value is (112,70,57).

#704639 hex color red value is 112, green value is 70 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #704639 hue: 0.04 , saturation: 0.33 and the lightness value of 704639 is 0.33.

The process color (four color CMYK) of #704639 color hex is 0.00, 0.38, 0.49, 0.56. Web safe color of #704639 is #663333. Color #704639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000110 00111001
Octal 160 106 71
Decimal 112 70 57
Hex 70 46 39

RGB Percentages of Color #704639

%46.86
%29.29
%23.85

CMYK Percentages of Color #704639

%0
%38
%49
%56

Triadic Colors of #704639

#704639 #397046 #463970

Analogous Colors of #704639

#704639 #706239 #703948

Monochromatic Colors of #704639

#704639

Complementary Color

#704639 #396370

#704639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704639 Color CSS Codes

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

#704639 Text Font Color

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

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


#704639 Background Color

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

This div background color is #704639


#704639 Border Color

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

This div border color is #704639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704639


Comments

No comments written yet.

Please login to write comment.