Color Hex Logo

#70963f Color Hex

#70963F
(112,150,63)
0 Favorites   0 Comments

Color spaces of #70963f

RGB 11215063
HSL0.240.410.42
HSV86°58°59°
CMYK 0.250.000.58   0.41
XYZ18.485625.61638.6728
Yxy25.61630.35030.4854
Hunter Lab50.6125-23.377125.2690
CIE-Lab57.6710-27.856540.9666

#70963f color RGB value is (112,150,63).

#70963f hex color red value is 112, green value is 150 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #70963f hue: 0.24 , saturation: 0.41 and the lightness value of 70963f is 0.42.

The process color (four color CMYK) of #70963f color hex is 0.25, 0.00, 0.58, 0.41. Web safe color of #70963f is #669933. Color #70963f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010110 00111111
Octal 160 226 77
Decimal 112 150 63
Hex 70 96 3F

RGB Percentages of Color #70963f

%34.46
%46.15
%19.38

CMYK Percentages of Color #70963f

%25
%0
%58
%41

Triadic Colors of #70963f

#70963f #3f7096 #963f70

Analogous Colors of #70963f

#70963f #45963f #96913f

Monochromatic Colors of #70963f

#70963f

Complementary Color

#70963f #653f96

#70963f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70963f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70963f Color CSS Codes

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

#70963f Text Font Color

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

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


#70963f Background Color

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

This div background color is #70963f


#70963f Border Color

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

This div border color is #70963f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70963f


Comments

No comments written yet.

Please login to write comment.