Color Hex Logo

#70891f Color Hex

#70891F
(112,137,31)
0 Favorites   0 Comments

Color spaces of #70891f

RGB 11213731
HSL0.210.630.33
HSV74°77°54°
CMYK 0.180.000.77   0.46
XYZ15.875121.43504.5970
Yxy21.43500.37880.5115
Hunter Lab46.2979-19.815626.5216
CIE-Lab53.4223-23.877250.0522

#70891f color RGB value is (112,137,31).

#70891f hex color red value is 112, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #70891f hue: 0.21 , saturation: 0.63 and the lightness value of 70891f is 0.33.

The process color (four color CMYK) of #70891f color hex is 0.18, 0.00, 0.77, 0.46. Web safe color of #70891f is #669933. Color #70891f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001001 00011111
Octal 160 211 37
Decimal 112 137 31
Hex 70 89 1F

RGB Percentages of Color #70891f

%40.00
%48.93
%11.07

CMYK Percentages of Color #70891f

%18
%0
%77
%46

Triadic Colors of #70891f

#70891f #1f7089 #891f70

Analogous Colors of #70891f

#70891f #3b891f #896d1f

Monochromatic Colors of #70891f

#70891f

Complementary Color

#70891f #381f89

#70891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70891f Color CSS Codes

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

#70891f Text Font Color

<p style="color:#70891f">Text here</p>

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


#70891f Background Color

<div style="background-color:#70891f">
Div content here</div>

This div background color is #70891f


#70891f Border Color

<div style="border:3px solid #70891f">
Div here</div>

This div border color is #70891f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,137,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70891f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70891f;
  -webkit-box-shadow: 1px 1px 3px 2px #70891f;
  box-shadow:         1px 1px 3px 2px #70891f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70891f


Comments

No comments written yet.

Please login to write comment.