Color Hex Logo

#70601d Color Hex

#70601D
(112,96,29)
0 Favorites   0 Comments

Color spaces of #70601d

RGB 1129629
HSL0.130.590.28
HSV48°74°44°
CMYK 0.000.140.74   0.56
XYZ11.086711.89922.8748
Yxy11.89920.42870.4601
Hunter Lab34.4952-2.997119.2055
CIE-Lab41.0555-1.628138.8173

#70601d color RGB value is (112,96,29).

#70601d hex color red value is 112, green value is 96 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #70601d hue: 0.13 , saturation: 0.59 and the lightness value of 70601d is 0.28.

The process color (four color CMYK) of #70601d color hex is 0.00, 0.14, 0.74, 0.56. Web safe color of #70601d is #666633. Color #70601d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100000 00011101
Octal 160 140 35
Decimal 112 96 29
Hex 70 60 1D

RGB Percentages of Color #70601d

%47.26
%40.51
%12.24

CMYK Percentages of Color #70601d

%0
%14
%74
%56

Triadic Colors of #70601d

#70601d #1d7060 #601d70

Analogous Colors of #70601d

#70601d #57701d #70371d

Monochromatic Colors of #70601d

#70601d

Complementary Color

#70601d #1d2d70

#70601d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70601d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70601d Color CSS Codes

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

#70601d Text Font Color

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

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


#70601d Background Color

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

This div background color is #70601d


#70601d Border Color

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

This div border color is #70601d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,96,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70601d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70601d;
  -webkit-box-shadow: 1px 1px 3px 2px #70601d;
  box-shadow:         1px 1px 3px 2px #70601d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70601d


Comments

No comments written yet.

Please login to write comment.