Color Hex Logo

#707734 Color Hex

#707734
(112,119,52)
0 Favorites   0 Comments

Color spaces of #707734

RGB 11211952
HSL0.180.390.34
HSV66°56°47°
CMYK 0.060.000.56   0.53
XYZ13.898816.88635.7757
Yxy16.88630.38020.4619
Hunter Lab41.0929-11.538920.4317
CIE-Lab48.1165-12.943535.3986

#707734 color RGB value is (112,119,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 00110100
Octal 160 167 64
Decimal 112 119 52
Hex 70 77 34

RGB Percentages of Color #707734

%39.58
%42.05
%18.37

CMYK Percentages of Color #707734

%6
%0
%56
%53

Triadic Colors of #707734

#707734 #347077 #773470

Analogous Colors of #707734

#707734 #4f7734 #775d34

Monochromatic Colors of #707734

#707734

Complementary Color

#707734 #3b3477

#707734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707734 Color CSS Codes

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

#707734 Text Font Color

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

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


#707734 Background Color

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

This div background color is #707734


#707734 Border Color

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

This div border color is #707734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707734


Comments

No comments written yet.

Please login to write comment.