Color Hex Logo

#70673e Color Hex

#70673E
(112,103,62)
0 Favorites   0 Comments

Color spaces of #70673e

RGB 11210362
HSL0.140.290.34
HSV49°45°44°
CMYK 0.000.080.45   0.56
XYZ12.401813.49306.5082
Yxy13.49300.38270.4164
Hunter Lab36.7328-4.016915.2082
CIE-Lab43.4969-2.850424.3826

#70673e color RGB value is (112,103,62).

#70673e hex color red value is 112, green value is 103 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #70673e hue: 0.14 , saturation: 0.29 and the lightness value of 70673e is 0.34.

The process color (four color CMYK) of #70673e color hex is 0.00, 0.08, 0.45, 0.56. Web safe color of #70673e is #666633. Color #70673e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100111 00111110
Octal 160 147 76
Decimal 112 103 62
Hex 70 67 3E

RGB Percentages of Color #70673e

%40.43
%37.18
%22.38

CMYK Percentages of Color #70673e

%0
%8
%45
%56

Triadic Colors of #70673e

#70673e #3e7067 #673e70

Analogous Colors of #70673e

#70673e #60703e #704e3e

Monochromatic Colors of #70673e

#70673e

Complementary Color

#70673e #3e4770

#70673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70673e Color CSS Codes

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

#70673e Text Font Color

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

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


#70673e Background Color

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

This div background color is #70673e


#70673e Border Color

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

This div border color is #70673e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70673e


Comments

No comments written yet.

Please login to write comment.