COLOR #708667

HEX: #708667
RGB: (112,134,103)

Color info

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

RGB color model

#708667 color RGB value is (112,134,103).

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

RGB channels and saturation

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

112
134
103

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

Portions of RGB colors in percentages

R + G + B =
112 + 134 + 103 = 349 (100%)
R 112 of 349 ~ 32.09%
G 134 of 349 ~ 38.4%
B 103 of 349 ~ 29.51%

%32.09
%38.4
%29.51

CMYK color model

#708667 color CMYK value is (16,0,23,47).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(16,0,23,47)
C16M0Y23K47 
(16%,0%,23%,47%)
(0.16/0.00/0.23/0.47)	

CMYK percentages

%16.42
%0
%23.13
%47.45

Codes

Color #708667 in popluar color models

708667
RGB112134103
HSL103°13.08%46.47%
HSB/HSV103°23.13%52.55%
CMYK16.42%0.00%23.13%
47.45%

Color #708667 in popluar number systems.

HEX708667
Decimal112134103
Binary1110000100001101100111
Octal160206147

Shades and tints

Shades of #708667

#708667
(112,134,103)
#667A5E
(102,122,94)
#5C6E55
(92,110,85)
#52624C
(82,98,76)
#485643
(72,86,67)
#3E4A3A
(62,74,58)
#343E31
(52,62,49)
#2A3228
(42,50,40)
#20261F
(32,38,31)
#161A16
(22,26,22)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #708667

#708667
(112,134,103)
#7D9174
(125,145,116)
#8A9C81
(138,156,129)
#97A78E
(151,167,142)
#A4B29B
(164,178,155)
#B1BDA8
(177,189,168)
#BEC8B5
(190,200,181)
#CBD3C2
(203,211,194)
#D8DECF
(216,222,207)
#E5E9DC
(229,233,220)
#F2F4E9
(242,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708667; }

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

This text font color is #708667.


Background Color

.myBgColor { background-color: #708667; }

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

This div background color is #708667.


Border color

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

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

This div border color is #708667.


Opacity

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

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

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

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

This text has shadow with #708667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708667 on black background.


Color preview on white background

This text has color #708667 on white background.



Black color preview on #708667 background

This text has black color on #708667 background.


White color preview on #708667 background

This text has white color on #708667 background.