Color Hex Logo

#70733e Color Hex

#70733E
(112,115,62)
0 Favorites   0 Comments

Color spaces of #70733e

RGB 11211562
HSL0.180.300.35
HSV63°46°45°
CMYK 0.030.000.46   0.55
XYZ13.682316.05406.9350
Yxy16.05400.37310.4378
Hunter Lab40.0674-9.163517.7851
CIE-Lab47.0453-9.701228.8272

#70733e color RGB value is (112,115,62).

#70733e hex color red value is 112, green value is 115 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #70733e hue: 0.18 , saturation: 0.30 and the lightness value of 70733e is 0.35.

The process color (four color CMYK) of #70733e color hex is 0.03, 0.00, 0.46, 0.55. Web safe color of #70733e is #666633. Color #70733e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 00111110
Octal 160 163 76
Decimal 112 115 62
Hex 70 73 3E

RGB Percentages of Color #70733e

%38.75
%39.79
%21.45

CMYK Percentages of Color #70733e

%3
%0
%46
%55

Triadic Colors of #70733e

#70733e #3e7073 #733e70

Analogous Colors of #70733e

#70733e #56733e #735c3e

Monochromatic Colors of #70733e

#70733e

Complementary Color

#70733e #413e73

#70733e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70733e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70733e Color CSS Codes

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

#70733e Text Font Color

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

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


#70733e Background Color

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

This div background color is #70733e


#70733e Border Color

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

This div border color is #70733e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70733e


Comments

No comments written yet.

Please login to write comment.