COLOR #708660

HEX: #708660
RGB: (112,134,96)

Color info

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

RGB color model

#708660 color RGB value is (112,134,96).

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

RGB channels and saturation

R 112 of 255 = 44%
G 134 of 255 = 53%
B 96 of 255 = 38%

112
134
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 134 + 96 = 342 (100%)
R 112 of 342 ~ 32.75%
G 134 of 342 ~ 39.18%
B 96 of 342 ~ 28.07%

%32.75
%39.18
%28.07

CMYK color model

#708660 color CMYK value is (16,0,28,47).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 47.45%
CMYK:
(16,0,28,47)
C16M0Y28K47 
(16%,0%,28%,47%)
(0.16/0.00/0.28/0.47)	

CMYK percentages

%16.42
%0
%28.36
%47.45

Codes

Color #708660 in popluar color models

708660
RGB11213496
HSL95°16.52%45.10%
HSB/HSV95°28.36%52.55%
CMYK16.42%0.00%28.36%
47.45%

Color #708660 in popluar number systems.

HEX708660
Decimal11213496
Binary1110000100001101100000
Octal160206140

Shades and tints

Shades of #708660

#708660
(112,134,96)
#667A58
(102,122,88)
#5C6E50
(92,110,80)
#526248
(82,98,72)
#485640
(72,86,64)
#3E4A38
(62,74,56)
#343E30
(52,62,48)
#2A3228
(42,50,40)
#202620
(32,38,32)
#161A18
(22,26,24)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #708660

#708660
(112,134,96)
#7D916E
(125,145,110)
#8A9C7C
(138,156,124)
#97A78A
(151,167,138)
#A4B298
(164,178,152)
#B1BDA6
(177,189,166)
#BEC8B4
(190,200,180)
#CBD3C2
(203,211,194)
#D8DED0
(216,222,208)
#E5E9DE
(229,233,222)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708660; }

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

This text font color is #708660.


Background Color

.myBgColor { background-color: #708660; }

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

This div background color is #708660.


Border color

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

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

This div border color is #708660.


Opacity

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

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

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

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

This text has shadow with #708660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708660 on black background.


Color preview on white background

This text has color #708660 on white background.



Black color preview on #708660 background

This text has black color on #708660 background.


White color preview on #708660 background

This text has white color on #708660 background.