COLOR #708866

HEX: #708866
RGB: (112,136,102)

Color info

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

RGB color model

#708866 color RGB value is (112,136,102).

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

RGB channels and saturation

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

112
136
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 102 = 350 (100%)
R 112 of 350 ~ 32%
G 136 of 350 ~ 38.86%
B 102 of 350 ~ 29.14%

%32
%38.86
%29.14

CMYK color model

#708866 color CMYK value is (18,0,25,47).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(18,0,25,47)
C18M0Y25K47 
(18%,0%,25%,47%)
(0.18/0.00/0.25/0.47)	

CMYK percentages

%17.65
%0
%25
%46.67

Codes

Color #708866 in popluar color models

708866
RGB112136102
HSL102°14.29%46.67%
HSB/HSV102°25.00%53.33%
CMYK17.65%0.00%25.00%
46.67%

Color #708866 in popluar number systems.

HEX708866
Decimal112136102
Binary1110000100010001100110
Octal160210146

Shades and tints

Shades of #708866

#708866
(112,136,102)
#667C5D
(102,124,93)
#5C7054
(92,112,84)
#52644B
(82,100,75)
#485842
(72,88,66)
#3E4C39
(62,76,57)
#344030
(52,64,48)
#2A3427
(42,52,39)
#20281E
(32,40,30)
#161C15
(22,28,21)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #708866

#708866
(112,136,102)
#7D9273
(125,146,115)
#8A9C80
(138,156,128)
#97A68D
(151,166,141)
#A4B09A
(164,176,154)
#B1BAA7
(177,186,167)
#BEC4B4
(190,196,180)
#CBCEC1
(203,206,193)
#D8D8CE
(216,216,206)
#E5E2DB
(229,226,219)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708866; }

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

This text font color is #708866.


Background Color

.myBgColor { background-color: #708866; }

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

This div background color is #708866.


Border color

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

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

This div border color is #708866.


Opacity

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

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

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

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

This text has shadow with #708866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708866 on black background.


Color preview on white background

This text has color #708866 on white background.



Black color preview on #708866 background

This text has black color on #708866 background.


White color preview on #708866 background

This text has white color on #708866 background.