COLOR #708C8E

HEX: #708C8E
RGB: (112,140,142)

Color info

#708C8E contains red, green and blue colors in about the same proportion. Web safe color of #708C8E is #669999 (or #699).

RGB color model

#708C8E color RGB value is (112,140,142).

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

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 142 of 255 = 56%

112
140
142

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

Portions of RGB colors in percentages

R + G + B =
112 + 140 + 142 = 394 (100%)
R 112 of 394 ~ 28.43%
G 140 of 394 ~ 35.53%
B 142 of 394 ~ 36.04%

%28.43
%35.53
%36.04

CMYK color model

#708C8E color CMYK value is (21,1,0,44).

  • cyan value is 21.13%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(21,1,0,44)
C21M1Y0K44 
(21%,1%,0%,44%)
(0.21/0.01/0.00/0.44)	

CMYK percentages

%21.13
%1.41
%0
%44.31

Codes

Color #708C8E in popluar color models

708C8E
RGB112140142
HSL184°11.81%49.80%
HSB/HSV184°21.13%55.69%
CMYK21.13%1.41%0.00%
44.31%

Color #708C8E in popluar number systems.

HEX708C8E
Decimal112140142
Binary11100001000110010001110
Octal160214216

Shades and tints

Shades of #708C8E

#708C8E
(112,140,142)
#668082
(102,128,130)
#5C7476
(92,116,118)
#52686A
(82,104,106)
#485C5E
(72,92,94)
#3E5052
(62,80,82)
#344446
(52,68,70)
#2A383A
(42,56,58)
#202C2E
(32,44,46)
#162022
(22,32,34)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #708C8E

#708C8E
(112,140,142)
#7D9698
(125,150,152)
#8AA0A2
(138,160,162)
#97AAAC
(151,170,172)
#A4B4B6
(164,180,182)
#B1BEC0
(177,190,192)
#BEC8CA
(190,200,202)
#CBD2D4
(203,210,212)
#D8DCDE
(216,220,222)
#E5E6E8
(229,230,232)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708C8E; }

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

This text font color is #708C8E.


Background Color

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

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

This div background color is #708C8E.


Border color

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

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

This div border color is #708C8E.


Opacity

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

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

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

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

This text has shadow with #708C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708C8E on black background.


Color preview on white background

This text has color #708C8E on white background.



Black color preview on #708C8E background

This text has black color on #708C8E background.


White color preview on #708C8E background

This text has white color on #708C8E background.