COLOR #708949

HEX: #708949
RGB: (112,137,73)

Color info

#708949 contains mainly red and green colors. Web safe color of #708949 is #669933 (or #693).

RGB color model

#708949 color RGB value is (112,137,73).

  • red value is 112;
  • green value is 137;
  • blue value is 73.
RGB:
(112,137,73)
(44%,54%,29%)

RGB channels and saturation

R 112 of 255 = 44%
G 137 of 255 = 54%
B 73 of 255 = 29%

112
137
73

R + G + B ~ 42%. #708949 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 137 + 73 = 322 (100%)
R 112 of 322 ~ 34.78%
G 137 of 322 ~ 42.55%
B 73 of 322 ~ 22.67%

%34.78
%42.55
%22.67

CMYK color model

#708949 color CMYK value is (18,0,47,46).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 46.72%
  • key color value is 46.27%
CMYK:
(18,0,47,46)
C18M0Y47K46 
(18%,0%,47%,46%)
(0.18/0.00/0.47/0.46)	

CMYK percentages

%18.25
%0
%46.72
%46.27

Codes

Color #708949 in popluar color models

708949
RGB11213773
HSL83°30.48%41.18%
HSB/HSV83°46.72%53.73%
CMYK18.25%0.00%46.72%
46.27%

Color #708949 in popluar number systems.

HEX708949
Decimal11213773
Binary1110000100010011001001
Octal160211111

Shades and tints

Shades of #708949

#708949
(112,137,73)
#667D43
(102,125,67)
#5C713D
(92,113,61)
#526537
(82,101,55)
#485931
(72,89,49)
#3E4D2B
(62,77,43)
#344125
(52,65,37)
#2A351F
(42,53,31)
#202919
(32,41,25)
#161D13
(22,29,19)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #708949

#708949
(112,137,73)
#7D9359
(125,147,89)
#8A9D69
(138,157,105)
#97A779
(151,167,121)
#A4B189
(164,177,137)
#B1BB99
(177,187,153)
#BEC5A9
(190,197,169)
#CBCFB9
(203,207,185)
#D8D9C9
(216,217,201)
#E5E3D9
(229,227,217)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708949 color. Also use rgb(112,137,73) instead hex code.

Text Font Color

.myTextColor { color: #708949; }

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

This text font color is #708949.


Background Color

.myBgColor { background-color: #708949; }

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

This div background color is #708949.


Border color

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

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

This div border color is #708949.


Opacity

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

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

Text with #708949 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 #708949;}

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

This text has shadow with #708949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708949 on black background.


Color preview on white background

This text has color #708949 on white background.



Black color preview on #708949 background

This text has black color on #708949 background.


White color preview on #708949 background

This text has white color on #708949 background.