Color Hex Logo

#70942e Color Hex

#70942E
(112,148,46)
0 Favorites   0 Comments

Color spaces of #70942e

RGB 11214846
HSL0.230.530.38
HSV81°69°58°
CMYK 0.240.000.69   0.42
XYZ17.765124.82186.4395
Yxy24.82180.36240.5063
Hunter Lab49.8215-23.538927.2117
CIE-Lab56.9014-28.352747.7699

#70942e color RGB value is (112,148,46).

#70942e hex color red value is 112, green value is 148 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #70942e hue: 0.23 , saturation: 0.53 and the lightness value of 70942e is 0.38.

The process color (four color CMYK) of #70942e color hex is 0.24, 0.00, 0.69, 0.42. Web safe color of #70942e is #669933. Color #70942e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010100 00101110
Octal 160 224 56
Decimal 112 148 46
Hex 70 94 2E

RGB Percentages of Color #70942e

%36.60
%48.37
%15.03

CMYK Percentages of Color #70942e

%24
%0
%69
%42

Triadic Colors of #70942e

#70942e #2e7094 #942e70

Analogous Colors of #70942e

#70942e #3d942e #94852e

Monochromatic Colors of #70942e

#70942e

Complementary Color

#70942e #522e94

#70942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70942e Color CSS Codes

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

#70942e Text Font Color

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

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


#70942e Background Color

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

This div background color is #70942e


#70942e Border Color

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

This div border color is #70942e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,148,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70942e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70942e;
  -webkit-box-shadow: 1px 1px 3px 2px #70942e;
  box-shadow:         1px 1px 3px 2px #70942e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70942e


Comments

No comments written yet.

Please login to write comment.