COLOR #708156

HEX: #708156
RGB: (112,129,86)

Color info

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

RGB color model

#708156 color RGB value is (112,129,86).

  • red value is 112;
  • green value is 129;
  • blue value is 86.
RGB:
(112,129,86)
(44%,51%,34%)

RGB channels and saturation

R 112 of 255 = 44%
G 129 of 255 = 51%
B 86 of 255 = 34%

112
129
86

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

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 86 = 327 (100%)
R 112 of 327 ~ 34.25%
G 129 of 327 ~ 39.45%
B 86 of 327 ~ 26.3%

%34.25
%39.45
%26.3

CMYK color model

#708156 color CMYK value is (13,0,33,49).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 49.41%
CMYK:
(13,0,33,49)
C13M0Y33K49 
(13%,0%,33%,49%)
(0.13/0.00/0.33/0.49)	

CMYK percentages

%13.18
%0
%33.33
%49.41

Codes

Color #708156 in popluar color models

708156
RGB11212986
HSL84°20.00%42.16%
HSB/HSV84°33.33%50.59%
CMYK13.18%0.00%33.33%
49.41%

Color #708156 in popluar number systems.

HEX708156
Decimal11212986
Binary1110000100000011010110
Octal160201126

Shades and tints

Shades of #708156

#708156
(112,129,86)
#66764F
(102,118,79)
#5C6B48
(92,107,72)
#526041
(82,96,65)
#48553A
(72,85,58)
#3E4A33
(62,74,51)
#343F2C
(52,63,44)
#2A3425
(42,52,37)
#20291E
(32,41,30)
#161E17
(22,30,23)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #708156

#708156
(112,129,86)
#7D8C65
(125,140,101)
#8A9774
(138,151,116)
#97A283
(151,162,131)
#A4AD92
(164,173,146)
#B1B8A1
(177,184,161)
#BEC3B0
(190,195,176)
#CBCEBF
(203,206,191)
#D8D9CE
(216,217,206)
#E5E4DD
(229,228,221)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708156 color. Also use rgb(112,129,86) instead hex code.

Text Font Color

.myTextColor { color: #708156; }

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

This text font color is #708156.


Background Color

.myBgColor { background-color: #708156; }

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

This div background color is #708156.


Border color

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

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

This div border color is #708156.


Opacity

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

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

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

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

This text has shadow with #708156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708156 on black background.


Color preview on white background

This text has color #708156 on white background.



Black color preview on #708156 background

This text has black color on #708156 background.


White color preview on #708156 background

This text has white color on #708156 background.