COLOR #708159

HEX: #708159
RGB: (112,129,89)

Color info

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

RGB color model

#708159 color RGB value is (112,129,89).

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

RGB channels and saturation

R 112 of 255 = 44%
G 129 of 255 = 51%
B 89 of 255 = 35%

112
129
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 89 = 330 (100%)
R 112 of 330 ~ 33.94%
G 129 of 330 ~ 39.09%
B 89 of 330 ~ 26.97%

%33.94
%39.09
%26.97

CMYK color model

#708159 color CMYK value is (13,0,31,49).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 31.01%
  • key color value is 49.41%
CMYK:
(13,0,31,49)
C13M0Y31K49 
(13%,0%,31%,49%)
(0.13/0.00/0.31/0.49)	

CMYK percentages

%13.18
%0
%31.01
%49.41

Codes

Color #708159 in popluar color models

708159
RGB11212989
HSL86°18.35%42.75%
HSB/HSV86°31.01%50.59%
CMYK13.18%0.00%31.01%
49.41%

Color #708159 in popluar number systems.

HEX708159
Decimal11212989
Binary1110000100000011011001
Octal160201131

Shades and tints

Shades of #708159

#708159
(112,129,89)
#667651
(102,118,81)
#5C6B49
(92,107,73)
#526041
(82,96,65)
#485539
(72,85,57)
#3E4A31
(62,74,49)
#343F29
(52,63,41)
#2A3421
(42,52,33)
#202919
(32,41,25)
#161E11
(22,30,17)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #708159

#708159
(112,129,89)
#7D8C68
(125,140,104)
#8A9777
(138,151,119)
#97A286
(151,162,134)
#A4AD95
(164,173,149)
#B1B8A4
(177,184,164)
#BEC3B3
(190,195,179)
#CBCEC2
(203,206,194)
#D8D9D1
(216,217,209)
#E5E4E0
(229,228,224)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708159; }

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

This text font color is #708159.


Background Color

.myBgColor { background-color: #708159; }

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

This div background color is #708159.


Border color

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

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

This div border color is #708159.


Opacity

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

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

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

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

This text has shadow with #708159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708159 on black background.


Color preview on white background

This text has color #708159 on white background.



Black color preview on #708159 background

This text has black color on #708159 background.


White color preview on #708159 background

This text has white color on #708159 background.