COLOR #708D51

HEX: #708D51 RGB: (112,141,81)

Color info

#708D51 contains mainly red and green colors. Web safe color of #708D51 is #669966 (or #696).

RGB color model

#708D51 color RGB value is (112,141,81).

RGB: (112,141,81) (44%, 55%, 32%)

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 81 of 255 = 32%

112
141
81

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

Portions of RGB colors in percentages

R + G + B = 112 + 141 + 81 = 334 (100%)
R 112 of 334 ~ 33.53%
G 141 of 334 ~ 42.22%
B 81 of 334 ~ 24.25'%

%33.53
%42.22
%24.25

CMYK color model

#708D51 color CMYK value is (21,0,43,45).

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

CMYK: (21,0,43,45)
C21M0Y43K45 (21%, 0%, 43%, 45%)
(0.21 / 0.00 / 0.43 / 0.45)

CMYK percentages

%20.57
%0
%42.55
%44.71

Codes

Color #708D51 in popluar color models

70 8D 51
RGB 112 141 81
HSL 89° 27.03% 43.53%
HSB/HSV 89° 42.55% 55.29%
CMYK 20.57% 0.00% 42.55%
44.71%

Color #708D51 in popluar number systems.

HEX 70 8D 51
Decimal 112 141 81
Binary 1110000 10001101 1010001
Octal 160 215 121

Shades and tints

Shades of #708D51

#708D51
(112,141,81)
#66814A
(102,129,74)
#5C7543
(92,117,67)
#52693C
(82,105,60)
#485D35
(72,93,53)
#3E512E
(62,81,46)
#344527
(52,69,39)
#2A3920
(42,57,32)
#202D19
(32,45,25)
#162112
(22,33,18)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #708D51

#708D51
(112,141,81)
#7D9760
(125,151,96)
#8AA16F
(138,161,111)
#97AB7E
(151,171,126)
#A4B58D
(164,181,141)
#B1BF9C
(177,191,156)
#BEC9AB
(190,201,171)
#CBD3BA
(203,211,186)
#D8DDC9
(216,221,201)
#E5E7D8
(229,231,216)
#F2F1E7
(242,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708D51; }

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

This text font color is #708D51.

Background Color

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

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

This div background color is #708D51.

Border color

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

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

This div border color is #708D51.

Opacity

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

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

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

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

This text has shadow with #708D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708D51.

Preview

Color preview on black background

This text has color #708D51 on black background.


Color preview on white background

This text has color #708D51 on white background.


Black color preview on #708D51 background

This text has black color on #708D51 background.


White color preview on #708D51 background

This text has white color on #708D51 background.


Related colors

Complementary color

Complementary color for #hex is #8F72AE.


I love getcolorcode.com

Triadic colors

1 #51708D and #8D5170 with #708D51 are triadic colors.

2 #518D70 and #8D7051 with #708D51 are triadic colors.