Color Hex Logo

#70580c Color Hex

#70580C
(112,88,12)
0 Favorites   0 Comments

Color spaces of #70580c

RGB 1128812
HSL0.130.810.24
HSV46°89°44°
CMYK 0.000.210.89   0.56
XYZ10.238210.45071.8254
Yxy10.45070.45470.4642
Hunter Lab32.3275-0.041919.2814
CIE-Lab38.63952.387243.0186

#70580c color RGB value is (112,88,12).

#70580c hex color red value is 112, green value is 88 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #70580c hue: 0.13 , saturation: 0.81 and the lightness value of 70580c is 0.24.

The process color (four color CMYK) of #70580c color hex is 0.00, 0.21, 0.89, 0.56. Web safe color of #70580c is #666600. Color #70580c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011000 00001100
Octal 160 130 14
Decimal 112 88 12
Hex 70 58 C

RGB Percentages of Color #70580c

%52.83
%41.51
%5.66

CMYK Percentages of Color #70580c

%0
%21
%89
%56

Triadic Colors of #70580c

#70580c #0c7058 #580c70

Analogous Colors of #70580c

#70580c #56700c #70260c

Monochromatic Colors of #70580c

#70580c

Complementary Color

#70580c #0c2470

#70580c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70580c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70580c Color CSS Codes

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

#70580c Text Font Color

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

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


#70580c Background Color

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

This div background color is #70580c


#70580c Border Color

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

This div border color is #70580c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,88,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70580c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70580c;
  -webkit-box-shadow: 1px 1px 3px 2px #70580c;
  box-shadow:         1px 1px 3px 2px #70580c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70580c


Comments

No comments written yet.

Please login to write comment.