Color Hex Logo

#70834e Color Hex

#70834E
(112,131,78)
0 Favorites   0 Comments

Color spaces of #70834e

RGB 11213178
HSL0.230.250.41
HSV82°40°51°
CMYK 0.150.000.40   0.49
XYZ16.173520.227410.2596
Yxy20.22740.34660.4335
Hunter Lab44.9749-14.515317.9573
CIE-Lab52.0933-16.434326.3928

#70834e color RGB value is (112,131,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000011 01001110
Octal 160 203 116
Decimal 112 131 78
Hex 70 83 4E

RGB Percentages of Color #70834e

%34.89
%40.81
%24.30

CMYK Percentages of Color #70834e

%15
%0
%40
%49

Triadic Colors of #70834e

#70834e #4e7083 #834e70

Analogous Colors of #70834e

#70834e #56834e #837c4e

Monochromatic Colors of #70834e

#70834e

Complementary Color

#70834e #614e83

#70834e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70834e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70834e Color CSS Codes

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

#70834e Text Font Color

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

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


#70834e Background Color

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

This div background color is #70834e


#70834e Border Color

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

This div border color is #70834e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70834e


Comments

No comments written yet.

Please login to write comment.