Color Hex Logo

#704325 Color Hex

#704325
(112,67,37)
0 Favorites   0 Comments

Color spaces of #704325

RGB 1126737
HSL0.070.500.29
HSV24°67°44°
CMYK 0.000.400.67   0.56
XYZ9.02327.59262.7402
Yxy7.59260.46620.3923
Hunter Lab27.554710.231913.3921
CIE-Lab33.119616.369926.0791

#704325 color RGB value is (112,67,37).

#704325 hex color red value is 112, green value is 67 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #704325 hue: 0.07 , saturation: 0.50 and the lightness value of 704325 is 0.29.

The process color (four color CMYK) of #704325 color hex is 0.00, 0.40, 0.67, 0.56. Web safe color of #704325 is #663333. Color #704325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 00100101
Octal 160 103 45
Decimal 112 67 37
Hex 70 43 25

RGB Percentages of Color #704325

%51.85
%31.02
%17.13

CMYK Percentages of Color #704325

%0
%40
%67
%56

Triadic Colors of #704325

#704325 #257043 #432570

Analogous Colors of #704325

#704325 #706925 #70252d

Monochromatic Colors of #704325

#704325

Complementary Color

#704325 #255270

#704325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704325 Color CSS Codes

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

#704325 Text Font Color

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

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


#704325 Background Color

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

This div background color is #704325


#704325 Border Color

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

This div border color is #704325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704325


Comments

No comments written yet.

Please login to write comment.