Color Hex Logo

#707946 Color Hex

#707946
(112,121,70)
0 Favorites   0 Comments

Color spaces of #707946

RGB 11212170
HSL0.200.270.37
HSV71°42°47°
CMYK 0.070.000.42   0.53
XYZ14.625017.56178.4133
Yxy17.56170.36020.4326
Hunter Lab41.9067-11.042017.4315
CIE-Lab48.9601-12.069826.8148

#707946 color RGB value is (112,121,70).

#707946 hex color red value is 112, green value is 121 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #707946 hue: 0.20 , saturation: 0.27 and the lightness value of 707946 is 0.37.

The process color (four color CMYK) of #707946 color hex is 0.07, 0.00, 0.42, 0.53. Web safe color of #707946 is #666633. Color #707946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111001 01000110
Octal 160 171 106
Decimal 112 121 70
Hex 70 79 46

RGB Percentages of Color #707946

%36.96
%39.93
%23.10

CMYK Percentages of Color #707946

%7
%0
%42
%53

Triadic Colors of #707946

#707946 #467079 #794670

Analogous Colors of #707946

#707946 #577946 #796946

Monochromatic Colors of #707946

#707946

Complementary Color

#707946 #4f4679

#707946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707946 Color CSS Codes

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

#707946 Text Font Color

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

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


#707946 Background Color

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

This div background color is #707946


#707946 Border Color

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

This div border color is #707946


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,121,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707946; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707946;
  -webkit-box-shadow: 1px 1px 3px 2px #707946;
  box-shadow:         1px 1px 3px 2px #707946; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707946


Comments

No comments written yet.

Please login to write comment.