COLOR #708D4A

HEX: #708D4A RGB: (112,141,74)

Color info

#708D4A contains mainly red and green colors. Web safe color of #708D4A is #669933 (or #693).

RGB color model

#708D4A color RGB value is (112,141,74).

RGB: (112,141,74) (44%, 55%, 29%)

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 74 of 255 = 29%

112
141
74

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

Portions of RGB colors in percentages

R + G + B = 112 + 141 + 74 = 327 (100%)
R 112 of 327 ~ 34.25%
G 141 of 327 ~ 43.12%
B 74 of 327 ~ 22.63'%

%34.25
%43.12
%22.63

CMYK color model

#708D4A color CMYK value is (21,0,48,45).

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

CMYK: (21,0,48,45)
C21M0Y48K45 (21%, 0%, 48%, 45%)
(0.21 / 0.00 / 0.48 / 0.45)

CMYK percentages

%20.57
%0
%47.52
%44.71

Codes

Color #708D4A in popluar color models

70 8D 4A
RGB 112 141 74
HSL 86° 31.16% 42.16%
HSB/HSV 86° 47.52% 55.29%
CMYK 20.57% 0.00% 47.52%
44.71%

Color #708D4A in popluar number systems.

HEX 70 8D 4A
Decimal 112 141 74
Binary 1110000 10001101 1001010
Octal 160 215 112

Shades and tints

Shades of #708D4A

#708D4A
(112,141,74)
#668144
(102,129,68)
#5C753E
(92,117,62)
#526938
(82,105,56)
#485D32
(72,93,50)
#3E512C
(62,81,44)
#344526
(52,69,38)
#2A3920
(42,57,32)
#202D1A
(32,45,26)
#162114
(22,33,20)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #708D4A

#708D4A
(112,141,74)
#7D975A
(125,151,90)
#8AA16A
(138,161,106)
#97AB7A
(151,171,122)
#A4B58A
(164,181,138)
#B1BF9A
(177,191,154)
#BEC9AA
(190,201,170)
#CBD3BA
(203,211,186)
#D8DDCA
(216,221,202)
#E5E7DA
(229,231,218)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708D4A; }

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

This text font color is #708D4A.

Background Color

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

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

This div background color is #708D4A.

Border color

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

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

This div border color is #708D4A.

Opacity

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

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

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

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

This text has shadow with #708D4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708D4A.

Preview

Color preview on black background

This text has color #708D4A on black background.


Color preview on white background

This text has color #708D4A on white background.


Black color preview on #708D4A background

This text has black color on #708D4A background.


White color preview on #708D4A background

This text has white color on #708D4A background.


Related colors

Complementary color

Complementary color for #hex is #8F72B5.


I love getcolorcode.com

Triadic colors

1 #4A708D and #8D4A70 with #708D4A are triadic colors.

2 #4A8D70 and #8D704A with #708D4A are triadic colors.