Color Hex Logo

#707730 Color Hex

#707730
(112,119,48)
0 Favorites   0 Comments

Color spaces of #707730

RGB 11211948
HSL0.180.430.33
HSV66°60°47°
CMYK 0.060.000.60   0.53
XYZ13.812416.85185.3210
Yxy16.85180.38380.4683
Hunter Lab41.0509-11.779321.0505
CIE-Lab48.0728-13.302137.3495

#707730 color RGB value is (112,119,48).

#707730 hex color red value is 112, green value is 119 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #707730 hue: 0.18 , saturation: 0.43 and the lightness value of 707730 is 0.33.

The process color (four color CMYK) of #707730 color hex is 0.06, 0.00, 0.60, 0.53. Web safe color of #707730 is #666633. Color #707730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 00110000
Octal 160 167 60
Decimal 112 119 48
Hex 70 77 30

RGB Percentages of Color #707730

%40.14
%42.65
%17.20

CMYK Percentages of Color #707730

%6
%0
%60
%53

Triadic Colors of #707730

#707730 #307077 #773070

Analogous Colors of #707730

#707730 #4d7730 #775b30

Monochromatic Colors of #707730

#707730

Complementary Color

#707730 #373077

#707730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707730 Color CSS Codes

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

#707730 Text Font Color

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

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


#707730 Background Color

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

This div background color is #707730


#707730 Border Color

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

This div border color is #707730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707730


Comments

No comments written yet.

Please login to write comment.