COLOR #708E5E

HEX: #708E5E RGB: (112,142,94)

Color info

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

RGB color model

#708E5E color RGB value is (112,142,94).

RGB: (112,142,94) (44%, 56%, 37%)

RGB channels and saturation

R 112 of 255 = 44%
G 142 of 255 = 56%
B 94 of 255 = 37%

112
142
94

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

Portions of RGB colors in percentages

R + G + B = 112 + 142 + 94 = 348 (100%)
R 112 of 348 ~ 32.18%
G 142 of 348 ~ 40.8%
B 94 of 348 ~ 27.01'%

%32.18
%40.8
%27.01

CMYK color model

#708E5E color CMYK value is (21,0,34,44).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 44.31%

CMYK: (21,0,34,44)
C21M0Y34K44 (21%, 0%, 34%, 44%)
(0.21 / 0.00 / 0.34 / 0.44)

CMYK percentages

%21.13
%0
%33.8
%44.31

Codes

Color #708E5E in popluar color models

70 8E 5E
RGB 112 142 94
HSL 98° 20.34% 46.27%
HSB/HSV 98° 33.80% 55.69%
CMYK 21.13% 0.00% 33.80%
44.31%

Color #708E5E in popluar number systems.

HEX 70 8E 5E
Decimal 112 142 94
Binary 1110000 10001110 1011110
Octal 160 216 136

Shades and tints

Shades of #708E5E

#708E5E
(112,142,94)
#668256
(102,130,86)
#5C764E
(92,118,78)
#526A46
(82,106,70)
#485E3E
(72,94,62)
#3E5236
(62,82,54)
#34462E
(52,70,46)
#2A3A26
(42,58,38)
#202E1E
(32,46,30)
#162216
(22,34,22)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #708E5E

#708E5E
(112,142,94)
#7D986C
(125,152,108)
#8AA27A
(138,162,122)
#97AC88
(151,172,136)
#A4B696
(164,182,150)
#B1C0A4
(177,192,164)
#BECAB2
(190,202,178)
#CBD4C0
(203,212,192)
#D8DECE
(216,222,206)
#E5E8DC
(229,232,220)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708E5E color. Also use rgb(112,142,94) instead hex code.

Text Font Color

.myTextColor { color: #708E5E; }

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

This text font color is #708E5E.

Background Color

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

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

This div background color is #708E5E.

Border color

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

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

This div border color is #708E5E.

Opacity

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

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

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

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

This text has shadow with #708E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708E5E.

Preview

Color preview on black background

This text has color #708E5E on black background.


Color preview on white background

This text has color #708E5E on white background.


Black color preview on #708E5E background

This text has black color on #708E5E background.


White color preview on #708E5E background

This text has white color on #708E5E background.


Related colors

Complementary color

Complementary color for #hex is #8F71A1.


I love getcolorcode.com

Triadic colors

1 #5E708E and #8E5E70 with #708E5E are triadic colors.

2 #5E8E70 and #8E705E with #708E5E are triadic colors.