COLOR #708984

HEX: #708984
RGB: (112,137,132)

Color info

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

RGB color model

#708984 color RGB value is (112,137,132).

  • red value is 112;
  • green value is 137;
  • blue value is 132.
RGB:
(112,137,132)
(44%,54%,52%)

RGB channels and saturation

R 112 of 255 = 44%
G 137 of 255 = 54%
B 132 of 255 = 52%

112
137
132

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

Portions of RGB colors in percentages

R + G + B =
112 + 137 + 132 = 381 (100%)
R 112 of 381 ~ 29.4%
G 137 of 381 ~ 35.96%
B 132 of 381 ~ 34.65%

%29.4
%35.96
%34.65

CMYK color model

#708984 color CMYK value is (18,0,4,46).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 46.27%
CMYK:
(18,0,4,46)
C18M0Y4K46 
(18%,0%,4%,46%)
(0.18/0.00/0.04/0.46)	

CMYK percentages

%18.25
%0
%3.65
%46.27

Codes

Color #708984 in popluar color models

708984
RGB112137132
HSL168°10.04%48.82%
HSB/HSV168°18.25%53.73%
CMYK18.25%0.00%3.65%
46.27%

Color #708984 in popluar number systems.

HEX708984
Decimal112137132
Binary11100001000100110000100
Octal160211204

Shades and tints

Shades of #708984

#708984
(112,137,132)
#667D78
(102,125,120)
#5C716C
(92,113,108)
#526560
(82,101,96)
#485954
(72,89,84)
#3E4D48
(62,77,72)
#34413C
(52,65,60)
#2A3530
(42,53,48)
#202924
(32,41,36)
#161D18
(22,29,24)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #708984

#708984
(112,137,132)
#7D938F
(125,147,143)
#8A9D9A
(138,157,154)
#97A7A5
(151,167,165)
#A4B1B0
(164,177,176)
#B1BBBB
(177,187,187)
#BEC5C6
(190,197,198)
#CBCFD1
(203,207,209)
#D8D9DC
(216,217,220)
#E5E3E7
(229,227,231)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708984 color. Also use rgb(112,137,132) instead hex code.

Text Font Color

.myTextColor { color: #708984; }

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

This text font color is #708984.


Background Color

.myBgColor { background-color: #708984; }

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

This div background color is #708984.


Border color

.myBorderColor { border: 1px solid #708984; }

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

This div border color is #708984.


Opacity

.myOpacity80 { color: #708984; opacity: 0.8; }

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

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

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

This text has shadow with #708984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708984 on black background.


Color preview on white background

This text has color #708984 on white background.



Black color preview on #708984 background

This text has black color on #708984 background.


White color preview on #708984 background

This text has white color on #708984 background.