COLOR #708559

HEX: #708559
RGB: (112,133,89)

Color info

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

RGB color model

#708559 color RGB value is (112,133,89).

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

RGB channels and saturation

R 112 of 255 = 44%
G 133 of 255 = 52%
B 89 of 255 = 35%

112
133
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 133 + 89 = 334 (100%)
R 112 of 334 ~ 33.53%
G 133 of 334 ~ 39.82%
B 89 of 334 ~ 26.65%

%33.53
%39.82
%26.65

CMYK color model

#708559 color CMYK value is (16,0,33,48).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(16,0,33,48)
C16M0Y33K48 
(16%,0%,33%,48%)
(0.16/0.00/0.33/0.48)	

CMYK percentages

%15.79
%0
%33.08
%47.84

Codes

Color #708559 in popluar color models

708559
RGB11213389
HSL89°19.82%43.53%
HSB/HSV89°33.08%52.16%
CMYK15.79%0.00%33.08%
47.84%

Color #708559 in popluar number systems.

HEX708559
Decimal11213389
Binary1110000100001011011001
Octal160205131

Shades and tints

Shades of #708559

#708559
(112,133,89)
#667951
(102,121,81)
#5C6D49
(92,109,73)
#526141
(82,97,65)
#485539
(72,85,57)
#3E4931
(62,73,49)
#343D29
(52,61,41)
#2A3121
(42,49,33)
#202519
(32,37,25)
#161911
(22,25,17)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #708559

#708559
(112,133,89)
#7D9068
(125,144,104)
#8A9B77
(138,155,119)
#97A686
(151,166,134)
#A4B195
(164,177,149)
#B1BCA4
(177,188,164)
#BEC7B3
(190,199,179)
#CBD2C2
(203,210,194)
#D8DDD1
(216,221,209)
#E5E8E0
(229,232,224)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708559; }

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

This text font color is #708559.


Background Color

.myBgColor { background-color: #708559; }

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

This div background color is #708559.


Border color

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

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

This div border color is #708559.


Opacity

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

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

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

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

This text has shadow with #708559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708559 on black background.


Color preview on white background

This text has color #708559 on white background.



Black color preview on #708559 background

This text has black color on #708559 background.


White color preview on #708559 background

This text has white color on #708559 background.