Color Hex Logo

#70824e Color Hex

#70824E
(112,130,78)
0 Favorites   0 Comments

Color spaces of #70824e

RGB 11213078
HSL0.220.250.41
HSV81°40°51°
CMYK 0.140.000.40   0.49
XYZ16.039919.960110.2150
Yxy19.96010.34710.4319
Hunter Lab44.6767-14.099017.7175
CIE-Lab51.7921-15.900726.0054

#70824e color RGB value is (112,130,78).

#70824e hex color red value is 112, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #70824e hue: 0.22 , saturation: 0.25 and the lightness value of 70824e is 0.41.

The process color (four color CMYK) of #70824e color hex is 0.14, 0.00, 0.40, 0.49. Web safe color of #70824e is #669966. Color #70824e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000010 01001110
Octal 160 202 116
Decimal 112 130 78
Hex 70 82 4E

RGB Percentages of Color #70824e

%35.00
%40.63
%24.38

CMYK Percentages of Color #70824e

%14
%0
%40
%49

Triadic Colors of #70824e

#70824e #4e7082 #824e70

Analogous Colors of #70824e

#70824e #56824e #827a4e

Monochromatic Colors of #70824e

#70824e

Complementary Color

#70824e #604e82

#70824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70824e Color CSS Codes

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

#70824e Text Font Color

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

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


#70824e Background Color

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

This div background color is #70824e


#70824e Border Color

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

This div border color is #70824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70824e


Comments

No comments written yet.

Please login to write comment.