COLOR #707129

HEX: #707129
RGB: (112,113,41)

Color info

#707129 contains mainly red and green colors. Web safe color of #707129 is #666633 (or #663).

RGB color model

#707129 color RGB value is (112,113,41).

  • red value is 112;
  • green value is 113;
  • blue value is 41.
RGB:
(112,113,41)
(44%,44%,16%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 41 of 255 = 16%

112
113
41

R + G + B ~ 35%. #707129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 41 = 266 (100%)
R 112 of 266 ~ 42.11%
G 113 of 266 ~ 42.48%
B 41 of 266 ~ 15.41%

%42.11
%42.48
%15.41

CMYK color model

#707129 color CMYK value is (1,0,64,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 63.72%
  • key color value is 55.69%
CMYK:
(1,0,64,56)
C1M0Y64K56 
(1%,0%,64%,56%)
(0.01/0.00/0.64/0.56)	

CMYK percentages

%0.88
%0
%63.72
%55.69

Codes

Color #707129 in popluar color models

707129
RGB11211341
HSL61°46.75%30.20%
HSB/HSV61°63.72%44.31%
CMYK0.88%0.00%63.72%
55.69%

Color #707129 in popluar number systems.

HEX707129
Decimal11211341
Binary11100001110001101001
Octal16016151

Shades and tints

Shades of #707129

#707129
(112,113,41)
#666726
(102,103,38)
#5C5D23
(92,93,35)
#525320
(82,83,32)
#48491D
(72,73,29)
#3E3F1A
(62,63,26)
#343517
(52,53,23)
#2A2B14
(42,43,20)
#202111
(32,33,17)
#16170E
(22,23,14)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #707129

#707129
(112,113,41)
#7D7D3C
(125,125,60)
#8A894F
(138,137,79)
#979562
(151,149,98)
#A4A175
(164,161,117)
#B1AD88
(177,173,136)
#BEB99B
(190,185,155)
#CBC5AE
(203,197,174)
#D8D1C1
(216,209,193)
#E5DDD4
(229,221,212)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707129 color. Also use rgb(112,113,41) instead hex code.

Text Font Color

.myTextColor { color: #707129; }

<p style="color:#707129">This sample text font color is #707129.</p>

This text font color is #707129.


Background Color

.myBgColor { background-color: #707129; }

<div style="background-color:#707129">Inner text</div>

This div background color is #707129.


Border color

.myBorderColor { border: 1px solid #707129; }

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

This div border color is #707129.


Opacity

.myOpacity80 { color: #707129; opacity: 0.8; }

<p style="color:#707129;opacity:0.8;">80%</p>

Text with #707129 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #707129;}

<p style="text-shadow: 3px 3px 1px #707129">Text here.</p>

This text has shadow with #707129 color.

.textShadow {text-shadow: 3px 3px 1px #707129, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #707129, 5px 5px 20px red">Text here.</p>

This text has shadow with #707129 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#707129, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#707129, Direction=45, Strength=4)">Text</p>

This text has shadow with #707129 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #707129;
  -webkit-box-shadow:	1px 1px 3px 2px #707129;
  box-shadow:		1px 1px 3px 2px #707129;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #707129;
-webkit-box-shadow: 1px 1px 3px 2px #707129;
box-shadow:1px 1px 3px 2px #707129;">
Div content here</div>
This div box has shadow with color #707129.

Preview

Color preview on black background

This text has color #707129 on black background.


Color preview on white background

This text has color #707129 on white background.



Black color preview on #707129 background

This text has black color on #707129 background.


White color preview on #707129 background

This text has white color on #707129 background.