Color Hex Logo

#70893d Color Hex

#70893D
(112,137,61)
0 Favorites   0 Comments

Color spaces of #70893d

RGB 11213761
HSL0.220.380.39
HSV80°55°54°
CMYK 0.180.000.55   0.46
XYZ16.470121.67307.7301
Yxy21.67300.35900.4725
Hunter Lab46.5543-18.319722.7432
CIE-Lab53.6783-21.582637.3208

#70893d color RGB value is (112,137,61).

#70893d hex color red value is 112, green value is 137 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #70893d hue: 0.22 , saturation: 0.38 and the lightness value of 70893d is 0.39.

The process color (four color CMYK) of #70893d color hex is 0.18, 0.00, 0.55, 0.46. Web safe color of #70893d is #669933. Color #70893d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001001 00111101
Octal 160 211 75
Decimal 112 137 61
Hex 70 89 3D

RGB Percentages of Color #70893d

%36.13
%44.19
%19.68

CMYK Percentages of Color #70893d

%18
%0
%55
%46

Triadic Colors of #70893d

#70893d #3d7089 #893d70

Analogous Colors of #70893d

#70893d #4a893d #897c3d

Monochromatic Colors of #70893d

#70893d

Complementary Color

#70893d #563d89

#70893d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70893d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70893d Color CSS Codes

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

#70893d Text Font Color

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

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


#70893d Background Color

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

This div background color is #70893d


#70893d Border Color

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

This div border color is #70893d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,137,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70893d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70893d;
  -webkit-box-shadow: 1px 1px 3px 2px #70893d;
  box-shadow:         1px 1px 3px 2px #70893d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70893d


Comments

No comments written yet.

Please login to write comment.