Color Hex Logo

#704513 Color Hex

#704513
(112,69,19)
0 Favorites   0 Comments

Color spaces of #704513

RGB 1126919
HSL0.090.710.26
HSV32°83°44°
CMYK 0.000.380.83   0.56
XYZ8.92787.74801.6411
Yxy7.74800.48740.4230
Hunter Lab27.83528.540015.9891
CIE-Lab33.452514.128535.8597

#704513 color RGB value is (112,69,19).

#704513 hex color red value is 112, green value is 69 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #704513 hue: 0.09 , saturation: 0.71 and the lightness value of 704513 is 0.26.

The process color (four color CMYK) of #704513 color hex is 0.00, 0.38, 0.83, 0.56. Web safe color of #704513 is #663300. Color #704513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000101 00010011
Octal 160 105 23
Decimal 112 69 19
Hex 70 45 13

RGB Percentages of Color #704513

%56.00
%34.50
%9.50

CMYK Percentages of Color #704513

%0
%38
%83
%56

Triadic Colors of #704513

#704513 #137045 #451370

Analogous Colors of #704513

#704513 #6d7013 #701713

Monochromatic Colors of #704513

#704513

Complementary Color

#704513 #133e70

#704513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704513 Color CSS Codes

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

#704513 Text Font Color

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

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


#704513 Background Color

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

This div background color is #704513


#704513 Border Color

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

This div border color is #704513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704513


Comments

No comments written yet.

Please login to write comment.