Color Hex Logo

#70865a Color Hex

#70865A
(112,134,90)
0 Favorites   0 Comments

Color spaces of #70865a

RGB 11213490
HSL0.250.200.44
HSV90°33°53°
CMYK 0.160.000.33   0.47
XYZ17.052721.233112.8725
Yxy21.23310.33330.4150
Hunter Lab46.0794-14.581015.6926
CIE-Lab53.2037-16.287921.1575

#70865a color RGB value is (112,134,90).

#70865a hex color red value is 112, green value is 134 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #70865a hue: 0.25 , saturation: 0.20 and the lightness value of 70865a is 0.44.

The process color (four color CMYK) of #70865a color hex is 0.16, 0.00, 0.33, 0.47. Web safe color of #70865a is #669966. Color #70865a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 01011010
Octal 160 206 132
Decimal 112 134 90
Hex 70 86 5A

RGB Percentages of Color #70865a

%33.33
%39.88
%26.79

CMYK Percentages of Color #70865a

%16
%0
%33
%47

Triadic Colors of #70865a

#70865a #5a7086 #865a70

Analogous Colors of #70865a

#70865a #5a865a #86865a

Monochromatic Colors of #70865a

#70865a

Complementary Color

#70865a #705a86

#70865a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70865a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70865a Color CSS Codes

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

#70865a Text Font Color

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

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


#70865a Background Color

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

This div background color is #70865a


#70865a Border Color

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

This div border color is #70865a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,134,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70865a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70865a;
  -webkit-box-shadow: 1px 1px 3px 2px #70865a;
  box-shadow:         1px 1px 3px 2px #70865a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70865a


Comments

No comments written yet.

Please login to write comment.