HEX: #707429
RGB: (112,116,41)
#707429 contains mainly red and green colors. Web safe color of #707429 is #666633 (or #663).
#707429 color RGB value is (112,116,41).
RGB: (112,116,41)
(44%, 45%, 16%)
R 112 of 255 = 44%
G 116 of 255 = 45%
B 41 of 255 = 16%
R + G + B ~ 35%. #707429 is quite dark color.
R + G + B = 112 + 116 + 41 = 269 (100%)
R 112 of 269 ~ 41.64%
G 116 of 269 ~ 43.12%
B 41 of 269 ~ 15.24'%
#707429 color CMYK value is (3,0,65,55).
CMYK: (3,0,65,55)
C3M0Y65K55 (3%, 0%, 65%, 55%)
(0.03 / 0.00 / 0.65 / 0.55)
Color #707429 in popluar color models
70 | 74 | 29 | |
---|---|---|---|
RGB | 112 | 116 | 41 |
HSL | 63° | 47.77% | 30.78% |
HSB/HSV | 63° | 64.66% | 45.49% |
CMYK | 3.45% | 0.00% | 64.66% |
54.51% |
Color #707429 in popluar number systems.
HEX | 70 | 74 | 29 |
Decimal | 112 | 116 | 41 |
Binary | 1110000 | 1110100 | 101001 |
Octal | 160 | 164 | 51 |
Shades of #707429
Tints of #707429
Examples of css and html codes for elements with #707429 color. Also use rgb(112,116,41) instead hex code.
.myTextColor { color: #707429; }
<p style="color:#707429">This sample text font color is #707429.</p>
This text font color is #707429.
.myBgColor { background-color: #707429; }
<div style="background-color:#707429">Inner text</div>
This div background color is #707429.
.myBorderColor { border: 1px solid #707429; }
<div style="border:3px solid #707429">Div</div>
This div border color is #707429.
.myOpacity80 { color: #707429; opacity: 0.8; }
<p style="color:#707429;opacity:0.8;">80%</p>
Text with #707429 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #707429;}
<p style="text-shadow: 3px 3px 1px #707429">Text here.</p>
This text has shadow with #707429 color.
.textShadow {text-shadow: 3px 3px 1px #707429', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #707429, 5px 5px 20px red">Text here.</p>
This text has shadow with #707429 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#707429, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#707429, Direction=45, Strength=4)">Text</p>
This text has shadow with #707429 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #707429;
-webkit-box-shadow: 1px 1px 3px 2px #707429;
box-shadow: 1px 1px 3px 2px #707429;
}
/* html code with inline style */
<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 text has color #707429 on black background.
This text has color #707429 on white background.
This text has black color on #707429 background.
This text has white color on #707429 background.
Complementary color for #hex is #8F8BD6.