Color Hex Logo

#70790d Color Hex

#70790D
(112,121,13)
0 Favorites   0 Comments

Color spaces of #70790d

RGB 11212113
HSL0.180.810.26
HSV65°89°47°
CMYK 0.070.000.89   0.53
XYZ13.592117.14852.9744
Yxy17.14850.40310.5086
Hunter Lab41.4107-13.880424.7289
CIE-Lab48.4466-16.318650.8806

#70790d color RGB value is (112,121,13).

#70790d hex color red value is 112, green value is 121 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #70790d hue: 0.18 , saturation: 0.81 and the lightness value of 70790d is 0.26.

The process color (four color CMYK) of #70790d color hex is 0.07, 0.00, 0.89, 0.53. Web safe color of #70790d is #666600. Color #70790d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111001 00001101
Octal 160 171 15
Decimal 112 121 13
Hex 70 79 D

RGB Percentages of Color #70790d

%45.53
%49.19
%5.28

CMYK Percentages of Color #70790d

%7
%0
%89
%53

Triadic Colors of #70790d

#70790d #0d7079 #790d70

Analogous Colors of #70790d

#70790d #3a790d #794c0d

Monochromatic Colors of #70790d

#70790d

Complementary Color

#70790d #160d79

#70790d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70790d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70790d Color CSS Codes

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

#70790d Text Font Color

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

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


#70790d Background Color

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

This div background color is #70790d


#70790d Border Color

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

This div border color is #70790d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70790d


Comments

No comments written yet.

Please login to write comment.