Color Hex Logo

#70751a Color Hex

#70751A
(112,117,26)
0 Favorites   0 Comments

Color spaces of #70751a

RGB 11211726
HSL0.180.640.28
HSV63°78°46°
CMYK 0.040.000.78   0.54
XYZ13.229816.24193.4150
Yxy16.24190.40230.4939
Hunter Lab40.3012-11.930523.1868
CIE-Lab47.2903-13.678546.0486

#70751a color RGB value is (112,117,26).

#70751a hex color red value is 112, green value is 117 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #70751a hue: 0.18 , saturation: 0.64 and the lightness value of 70751a is 0.28.

The process color (four color CMYK) of #70751a color hex is 0.04, 0.00, 0.78, 0.54. Web safe color of #70751a is #666633. Color #70751a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110101 00011010
Octal 160 165 32
Decimal 112 117 26
Hex 70 75 1A

RGB Percentages of Color #70751a

%43.92
%45.88
%10.20

CMYK Percentages of Color #70751a

%4
%0
%78
%54

Triadic Colors of #70751a

#70751a #1a7075 #751a70

Analogous Colors of #70751a

#70751a #43751a #754d1a

Monochromatic Colors of #70751a

#70751a

Complementary Color

#70751a #1f1a75

#70751a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70751a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70751a Color CSS Codes

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

#70751a Text Font Color

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

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


#70751a Background Color

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

This div background color is #70751a


#70751a Border Color

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

This div border color is #70751a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,117,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70751a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70751a;
  -webkit-box-shadow: 1px 1px 3px 2px #70751a;
  box-shadow:         1px 1px 3px 2px #70751a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70751a


Comments

No comments written yet.

Please login to write comment.