COLOR #708666

HEX: #708666
RGB: (112,134,102)

Color info

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

RGB color model

#708666 color RGB value is (112,134,102).

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

RGB channels and saturation

R 112 of 255 = 44%
G 134 of 255 = 53%
B 102 of 255 = 40%

112
134
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 134 + 102 = 348 (100%)
R 112 of 348 ~ 32.18%
G 134 of 348 ~ 38.51%
B 102 of 348 ~ 29.31%

%32.18
%38.51
%29.31

CMYK color model

#708666 color CMYK value is (16,0,24,47).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(16,0,24,47)
C16M0Y24K47 
(16%,0%,24%,47%)
(0.16/0.00/0.24/0.47)	

CMYK percentages

%16.42
%0
%23.88
%47.45

Codes

Color #708666 in popluar color models

708666
RGB112134102
HSL101°13.56%46.27%
HSB/HSV101°23.88%52.55%
CMYK16.42%0.00%23.88%
47.45%

Color #708666 in popluar number systems.

HEX708666
Decimal112134102
Binary1110000100001101100110
Octal160206146

Shades and tints

Shades of #708666

#708666
(112,134,102)
#667A5D
(102,122,93)
#5C6E54
(92,110,84)
#52624B
(82,98,75)
#485642
(72,86,66)
#3E4A39
(62,74,57)
#343E30
(52,62,48)
#2A3227
(42,50,39)
#20261E
(32,38,30)
#161A15
(22,26,21)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #708666

#708666
(112,134,102)
#7D9173
(125,145,115)
#8A9C80
(138,156,128)
#97A78D
(151,167,141)
#A4B29A
(164,178,154)
#B1BDA7
(177,189,167)
#BEC8B4
(190,200,180)
#CBD3C1
(203,211,193)
#D8DECE
(216,222,206)
#E5E9DB
(229,233,219)
#F2F4E8
(242,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708666; }

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

This text font color is #708666.


Background Color

.myBgColor { background-color: #708666; }

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

This div background color is #708666.


Border color

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

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

This div border color is #708666.


Opacity

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

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

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

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

This text has shadow with #708666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708666 on black background.


Color preview on white background

This text has color #708666 on white background.



Black color preview on #708666 background

This text has black color on #708666 background.


White color preview on #708666 background

This text has white color on #708666 background.