Color Hex Logo

#707429 Color Hex

#707429
(112,116,41)
0 Favorites   0 Comments

Color spaces of #707429

RGB 11211641
HSL0.180.480.31
HSV63°65°45°
CMYK 0.030.000.65   0.55
XYZ13.327716.09564.5021
Yxy16.09560.39290.4744
Hunter Lab40.1193-10.910821.4301
CIE-Lab47.0997-12.219339.6336

#707429 color RGB value is (112,116,41).

#707429 hex color red value is 112, green value is 116 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #707429 hue: 0.18 , saturation: 0.48 and the lightness value of 707429 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110100 00101001
Octal 160 164 51
Decimal 112 116 41
Hex 70 74 29

RGB Percentages of Color #707429

%41.64
%43.12
%15.24

CMYK Percentages of Color #707429

%3
%0
%65
%55

Triadic Colors of #707429

#707429 #297074 #742970

Analogous Colors of #707429

#707429 #4b7429 #745329

Monochromatic Colors of #707429

#707429

Complementary Color

#707429 #2d2974

#707429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707429 Color CSS Codes

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

#707429 Text Font Color

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

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


#707429 Background Color

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

This div background color is #707429


#707429 Border Color

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

This div border color is #707429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707429


Comments

No comments written yet.

Please login to write comment.