COLOR #708D59

HEX: #708D59 RGB: (112,141,89)

Color info

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

RGB color model

#708D59 color RGB value is (112,141,89).

RGB: (112,141,89) (44%, 55%, 35%)

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 89 of 255 = 35%

112
141
89

R + G + B ~ 45%. #708D59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 141 + 89 = 342 (100%)
R 112 of 342 ~ 32.75%
G 141 of 342 ~ 41.23%
B 89 of 342 ~ 26.02'%

%32.75
%41.23
%26.02

CMYK color model

#708D59 color CMYK value is (21,0,37,45).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 36.88%
  • key color value is 44.71%

CMYK: (21,0,37,45)
C21M0Y37K45 (21%, 0%, 37%, 45%)
(0.21 / 0.00 / 0.37 / 0.45)

CMYK percentages

%20.57
%0
%36.88
%44.71

Codes

Color #708D59 in popluar color models

70 8D 59
RGB 112 141 89
HSL 93° 22.61% 45.10%
HSB/HSV 93° 36.88% 55.29%
CMYK 20.57% 0.00% 36.88%
44.71%

Color #708D59 in popluar number systems.

HEX 70 8D 59
Decimal 112 141 89
Binary 1110000 10001101 1011001
Octal 160 215 131

Shades and tints

Shades of #708D59

#708D59
(112,141,89)
#668151
(102,129,81)
#5C7549
(92,117,73)
#526941
(82,105,65)
#485D39
(72,93,57)
#3E5131
(62,81,49)
#344529
(52,69,41)
#2A3921
(42,57,33)
#202D19
(32,45,25)
#162111
(22,33,17)
#0C1509
(12,21,9)
#000000
(0,0,0)

Tints of #708D59

#708D59
(112,141,89)
#7D9768
(125,151,104)
#8AA177
(138,161,119)
#97AB86
(151,171,134)
#A4B595
(164,181,149)
#B1BFA4
(177,191,164)
#BEC9B3
(190,201,179)
#CBD3C2
(203,211,194)
#D8DDD1
(216,221,209)
#E5E7E0
(229,231,224)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708D59; }

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

This text font color is #708D59.

Background Color

.myBgColor { background-color: #708D59; }

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

This div background color is #708D59.

Border color

.myBorderColor { border: 1px solid #708D59; }

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

This div border color is #708D59.

Opacity

.myOpacity80 { color: #708D59; opacity: 0.8; }

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

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

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

This text has shadow with #708D59 color.


.textShadow {text-shadow: 3px 3px 1px #708D59', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #708D59; -webkit-box-shadow: 1px 1px 3px 2px #708D59; box-shadow:1px 1px 3px 2px #708D59;">
Div content here
</div>

This div box has shadow with color #708D59.

Preview

Color preview on black background

This text has color #708D59 on black background.


Color preview on white background

This text has color #708D59 on white background.


Black color preview on #708D59 background

This text has black color on #708D59 background.


White color preview on #708D59 background

This text has white color on #708D59 background.


Related colors

Complementary color

Complementary color for #hex is #8F72A6.


I love getcolorcode.com

Triadic colors

1 #59708D and #8D5970 with #708D59 are triadic colors.

2 #598D70 and #8D7059 with #708D59 are triadic colors.