COLOR #708D60

HEX: #708D60
RGB: (112,141,96)

Color info

#708D60 contains red, green and blue colors in about the same proportion. Web safe color of #708D60 is #669966 (or #696).

RGB color model

#708D60 color RGB value is (112,141,96).

  • red value is 112;
  • green value is 141;
  • blue value is 96.
RGB:
(112,141,96)
(44%,55%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 96 of 255 = 38%

112
141
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 141 + 96 = 349 (100%)
R 112 of 349 ~ 32.09%
G 141 of 349 ~ 40.4%
B 96 of 349 ~ 27.51%

%32.09
%40.4
%27.51

CMYK color model

#708D60 color CMYK value is (21,0,32,45).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 44.71%
CMYK:
(21,0,32,45)
C21M0Y32K45 
(21%,0%,32%,45%)
(0.21/0.00/0.32/0.45)	

CMYK percentages

%20.57
%0
%31.91
%44.71

Codes

Color #708D60 in popluar color models

708D60
RGB11214196
HSL99°18.99%46.47%
HSB/HSV99°31.91%55.29%
CMYK20.57%0.00%31.91%
44.71%

Color #708D60 in popluar number systems.

HEX708D60
Decimal11214196
Binary1110000100011011100000
Octal160215140

Shades and tints

Shades of #708D60

#708D60
(112,141,96)
#668158
(102,129,88)
#5C7550
(92,117,80)
#526948
(82,105,72)
#485D40
(72,93,64)
#3E5138
(62,81,56)
#344530
(52,69,48)
#2A3928
(42,57,40)
#202D20
(32,45,32)
#162118
(22,33,24)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #708D60

#708D60
(112,141,96)
#7D976E
(125,151,110)
#8AA17C
(138,161,124)
#97AB8A
(151,171,138)
#A4B598
(164,181,152)
#B1BFA6
(177,191,166)
#BEC9B4
(190,201,180)
#CBD3C2
(203,211,194)
#D8DDD0
(216,221,208)
#E5E7DE
(229,231,222)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708D60 color. Also use rgb(112,141,96) instead hex code.

Text Font Color

.myTextColor { color: #708D60; }

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

This text font color is #708D60.


Background Color

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

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

This div background color is #708D60.


Border color

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

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

This div border color is #708D60.


Opacity

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

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

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

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

This text has shadow with #708D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708D60 on black background.


Color preview on white background

This text has color #708D60 on white background.



Black color preview on #708D60 background

This text has black color on #708D60 background.


White color preview on #708D60 background

This text has white color on #708D60 background.