Color Hex Logo

#70873a Color Hex

#70873A
(112,135,58)
0 Favorites   0 Comments

Color spaces of #70873a

RGB 11213558
HSL0.220.400.38
HSV78°57°53°
CMYK 0.170.000.57   0.47
XYZ16.109821.07827.2224
Yxy21.07820.36270.4746
Hunter Lab45.9110-17.710022.8106
CIE-Lab53.0350-20.857338.0658

#70873a color RGB value is (112,135,58).

#70873a hex color red value is 112, green value is 135 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #70873a hue: 0.22 , saturation: 0.40 and the lightness value of 70873a is 0.38.

The process color (four color CMYK) of #70873a color hex is 0.17, 0.00, 0.57, 0.47. Web safe color of #70873a is #669933. Color #70873a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000111 00111010
Octal 160 207 72
Decimal 112 135 58
Hex 70 87 3A

RGB Percentages of Color #70873a

%36.72
%44.26
%19.02

CMYK Percentages of Color #70873a

%17
%0
%57
%47

Triadic Colors of #70873a

#70873a #3a7087 #873a70

Analogous Colors of #70873a

#70873a #4a873a #87783a

Monochromatic Colors of #70873a

#70873a

Complementary Color

#70873a #513a87

#70873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70873a Color CSS Codes

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

#70873a Text Font Color

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

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


#70873a Background Color

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

This div background color is #70873a


#70873a Border Color

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

This div border color is #70873a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70873a


Comments

No comments written yet.

Please login to write comment.