Color Hex Logo

#70703d Color Hex

#70703D
(112,112,61)
0 Favorites   0 Comments

Color spaces of #70703d

RGB 11211261
HSL0.170.290.34
HSV60°46°44°
CMYK 0.000.000.46   0.56
XYZ13.318615.37006.6796
Yxy15.37000.37660.4346
Hunter Lab39.2046-7.967917.3415
CIE-Lab46.1369-8.128428.2537

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

#70703d hex color red value is 112, green value is 112 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #70703d hue: 0.17 , saturation: 0.29 and the lightness value of 70703d is 0.34.

The process color (four color CMYK) of #70703d color hex is 0.00, 0.00, 0.46, 0.56. Web safe color of #70703d is #666633. Color #70703d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110000 00111101
Octal 160 160 75
Decimal 112 112 61
Hex 70 70 3D

RGB Percentages of Color #70703d

%39.30
%39.30
%21.40

CMYK Percentages of Color #70703d

%0
%0
%46
%56

Triadic Colors of #70703d

#70703d #3d7070 #703d70

Analogous Colors of #70703d

#70703d #57703d #70573d

Monochromatic Colors of #70703d

#70703d

Complementary Color

#70703d #3d3d70

#70703d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70703d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70703d Color CSS Codes

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

#70703d Text Font Color

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

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


#70703d Background Color

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

This div background color is #70703d


#70703d Border Color

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

This div border color is #70703d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70703d


Comments

No comments written yet.

Please login to write comment.