COLOR #708E7F

HEX: #708E7F
RGB: (112,142,127)

Color info

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

RGB color model

#708E7F color RGB value is (112,142,127).

  • red value is 112;
  • green value is 142;
  • blue value is 127.
RGB:
(112,142,127)
(44%,56%,50%)

RGB channels and saturation

R 112 of 255 = 44%
G 142 of 255 = 56%
B 127 of 255 = 50%

112
142
127

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

Portions of RGB colors in percentages

R + G + B =
112 + 142 + 127 = 381 (100%)
R 112 of 381 ~ 29.4%
G 142 of 381 ~ 37.27%
B 127 of 381 ~ 33.33%

%29.4
%37.27
%33.33

CMYK color model

#708E7F color CMYK value is (21,0,11,44).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(21,0,11,44)
C21M0Y11K44 
(21%,0%,11%,44%)
(0.21/0.00/0.11/0.44)	

CMYK percentages

%21.13
%0
%10.56
%44.31

Codes

Color #708E7F in popluar color models

708E7F
RGB112142127
HSL150°11.81%49.80%
HSB/HSV150°21.13%55.69%
CMYK21.13%0.00%10.56%
44.31%

Color #708E7F in popluar number systems.

HEX708E7F
Decimal112142127
Binary1110000100011101111111
Octal160216177

Shades and tints

Shades of #708E7F

#708E7F
(112,142,127)
#668274
(102,130,116)
#5C7669
(92,118,105)
#526A5E
(82,106,94)
#485E53
(72,94,83)
#3E5248
(62,82,72)
#34463D
(52,70,61)
#2A3A32
(42,58,50)
#202E27
(32,46,39)
#16221C
(22,34,28)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #708E7F

#708E7F
(112,142,127)
#7D988A
(125,152,138)
#8AA295
(138,162,149)
#97ACA0
(151,172,160)
#A4B6AB
(164,182,171)
#B1C0B6
(177,192,182)
#BECAC1
(190,202,193)
#CBD4CC
(203,212,204)
#D8DED7
(216,222,215)
#E5E8E2
(229,232,226)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708E7F; }

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

This text font color is #708E7F.


Background Color

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

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

This div background color is #708E7F.


Border color

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

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

This div border color is #708E7F.


Opacity

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

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

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

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

This text has shadow with #708E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708E7F on black background.


Color preview on white background

This text has color #708E7F on white background.



Black color preview on #708E7F background

This text has black color on #708E7F background.


White color preview on #708E7F background

This text has white color on #708E7F background.