Color Hex Logo

#70931f Color Hex

#70931F
(112,147,31)
0 Favorites   0 Comments

Color spaces of #70931f

RGB 11214731
HSL0.220.650.35
HSV78°79°58°
CMYK 0.240.000.79   0.42
XYZ17.363124.41115.0930
Yxy24.41110.37050.5209
Hunter Lab49.4076-23.733828.4736
CIE-Lab56.4971-28.782852.9338

#70931f color RGB value is (112,147,31).

#70931f hex color red value is 112, green value is 147 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #70931f hue: 0.22 , saturation: 0.65 and the lightness value of 70931f is 0.35.

The process color (four color CMYK) of #70931f color hex is 0.24, 0.00, 0.79, 0.42. Web safe color of #70931f is #669933. Color #70931f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010011 00011111
Octal 160 223 37
Decimal 112 147 31
Hex 70 93 1F

RGB Percentages of Color #70931f

%38.62
%50.69
%10.69

CMYK Percentages of Color #70931f

%24
%0
%79
%42

Triadic Colors of #70931f

#70931f #1f7093 #931f70

Analogous Colors of #70931f

#70931f #36931f #937c1f

Monochromatic Colors of #70931f

#70931f

Complementary Color

#70931f #421f93

#70931f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70931f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70931f Color CSS Codes

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

#70931f Text Font Color

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

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


#70931f Background Color

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

This div background color is #70931f


#70931f Border Color

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

This div border color is #70931f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,147,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 #70931f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70931f


Comments

No comments written yet.

Please login to write comment.