COLOR #708855

HEX: #708855
RGB: (112,136,85)

Color info

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

RGB color model

#708855 color RGB value is (112,136,85).

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

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 85 of 255 = 33%

112
136
85

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 85 = 333 (100%)
R 112 of 333 ~ 33.63%
G 136 of 333 ~ 40.84%
B 85 of 333 ~ 25.53%

%33.63
%40.84
%25.53

CMYK color model

#708855 color CMYK value is (18,0,38,47).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 46.67%
CMYK:
(18,0,38,47)
C18M0Y38K47 
(18%,0%,38%,47%)
(0.18/0.00/0.38/0.47)	

CMYK percentages

%17.65
%0
%37.5
%46.67

Codes

Color #708855 in popluar color models

708855
RGB11213685
HSL88°23.08%43.33%
HSB/HSV88°37.50%53.33%
CMYK17.65%0.00%37.50%
46.67%

Color #708855 in popluar number systems.

HEX708855
Decimal11213685
Binary1110000100010001010101
Octal160210125

Shades and tints

Shades of #708855

#708855
(112,136,85)
#667C4E
(102,124,78)
#5C7047
(92,112,71)
#526440
(82,100,64)
#485839
(72,88,57)
#3E4C32
(62,76,50)
#34402B
(52,64,43)
#2A3424
(42,52,36)
#20281D
(32,40,29)
#161C16
(22,28,22)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #708855

#708855
(112,136,85)
#7D9264
(125,146,100)
#8A9C73
(138,156,115)
#97A682
(151,166,130)
#A4B091
(164,176,145)
#B1BAA0
(177,186,160)
#BEC4AF
(190,196,175)
#CBCEBE
(203,206,190)
#D8D8CD
(216,216,205)
#E5E2DC
(229,226,220)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708855; }

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

This text font color is #708855.


Background Color

.myBgColor { background-color: #708855; }

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

This div background color is #708855.


Border color

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

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

This div border color is #708855.


Opacity

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

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

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

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

This text has shadow with #708855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708855 on black background.


Color preview on white background

This text has color #708855 on white background.



Black color preview on #708855 background

This text has black color on #708855 background.


White color preview on #708855 background

This text has white color on #708855 background.