COLOR #708C49

HEX: #708C49
RGB: (112,140,73)

Color info

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

RGB color model

#708C49 color RGB value is (112,140,73).

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

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 73 of 255 = 29%

112
140
73

R + G + B ~ 43%. #708C49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 140 + 73 = 325 (100%)
R 112 of 325 ~ 34.46%
G 140 of 325 ~ 43.08%
B 73 of 325 ~ 22.46%

%34.46
%43.08
%22.46

CMYK color model

#708C49 color CMYK value is (20,0,48,45).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(20,0,48,45)
C20M0Y48K45 
(20%,0%,48%,45%)
(0.20/0.00/0.48/0.45)	

CMYK percentages

%20
%0
%47.86
%45.1

Codes

Color #708C49 in popluar color models

708C49
RGB11214073
HSL85°31.46%41.76%
HSB/HSV85°47.86%54.90%
CMYK20.00%0.00%47.86%
45.10%

Color #708C49 in popluar number systems.

HEX708C49
Decimal11214073
Binary1110000100011001001001
Octal160214111

Shades and tints

Shades of #708C49

#708C49
(112,140,73)
#668043
(102,128,67)
#5C743D
(92,116,61)
#526837
(82,104,55)
#485C31
(72,92,49)
#3E502B
(62,80,43)
#344425
(52,68,37)
#2A381F
(42,56,31)
#202C19
(32,44,25)
#162013
(22,32,19)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #708C49

#708C49
(112,140,73)
#7D9659
(125,150,89)
#8AA069
(138,160,105)
#97AA79
(151,170,121)
#A4B489
(164,180,137)
#B1BE99
(177,190,153)
#BEC8A9
(190,200,169)
#CBD2B9
(203,210,185)
#D8DCC9
(216,220,201)
#E5E6D9
(229,230,217)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708C49; }

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

This text font color is #708C49.


Background Color

.myBgColor { background-color: #708C49; }

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

This div background color is #708C49.


Border color

.myBorderColor { border: 1px solid #708C49; }

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

This div border color is #708C49.


Opacity

.myOpacity80 { color: #708C49; opacity: 0.8; }

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

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

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

This text has shadow with #708C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708C49 on black background.


Color preview on white background

This text has color #708C49 on white background.



Black color preview on #708C49 background

This text has black color on #708C49 background.


White color preview on #708C49 background

This text has white color on #708C49 background.