Color Hex Logo

#70763b Color Hex

#70763B
(112,118,59)
0 Favorites   0 Comments

Color spaces of #70763b

RGB 11211859
HSL0.180.330.35
HSV66°50°46°
CMYK 0.050.000.50   0.54
XYZ13.949916.71746.6292
Yxy16.71740.37400.4482
Hunter Lab40.8869-10.651019.0079
CIE-Lab47.9020-11.696531.4959

#70763b color RGB value is (112,118,59).

#70763b hex color red value is 112, green value is 118 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #70763b hue: 0.18 , saturation: 0.33 and the lightness value of 70763b is 0.35.

The process color (four color CMYK) of #70763b color hex is 0.05, 0.00, 0.50, 0.54. Web safe color of #70763b is #666633. Color #70763b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 00111011
Octal 160 166 73
Decimal 112 118 59
Hex 70 76 3B

RGB Percentages of Color #70763b

%38.75
%40.83
%20.42

CMYK Percentages of Color #70763b

%5
%0
%50
%54

Triadic Colors of #70763b

#70763b #3b7076 #763b70

Analogous Colors of #70763b

#70763b #53763b #765f3b

Monochromatic Colors of #70763b

#70763b

Complementary Color

#70763b #413b76

#70763b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70763b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70763b Color CSS Codes

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

#70763b Text Font Color

<p style="color:#70763b">Text here</p>

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


#70763b Background Color

<div style="background-color:#70763b">
Div content here</div>

This div background color is #70763b


#70763b Border Color

<div style="border:3px solid #70763b">
Div here</div>

This div border color is #70763b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,118,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70763b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70763b;
  -webkit-box-shadow: 1px 1px 3px 2px #70763b;
  box-shadow:         1px 1px 3px 2px #70763b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70763b


Comments

No comments written yet.

Please login to write comment.