COLOR #708983

HEX: #708983 RGB: (112,137,131)

Color info

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

RGB color model

#708983 color RGB value is (112,137,131).

RGB: (112,137,131) (44%, 54%, 51%)

RGB channels and saturation

R 112 of 255 = 44%
G 137 of 255 = 54%
B 131 of 255 = 51%

112
137
131

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

Portions of RGB colors in percentages

R + G + B = 112 + 137 + 131 = 380 (100%)
R 112 of 380 ~ 29.47%
G 137 of 380 ~ 36.05%
B 131 of 380 ~ 34.47'%

%29.47
%36.05
%34.47

CMYK color model

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

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • 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
%4.38
%46.27

Codes

Color #708983 in popluar color models

70 89 83
RGB 112 137 131
HSL 166° 10.04% 48.82%
HSB/HSV 166° 18.25% 53.73%
CMYK 18.25% 0.00% 4.38%
46.27%

Color #708983 in popluar number systems.

HEX 70 89 83
Decimal 112 137 131
Binary 1110000 10001001 10000011
Octal 160 211 203

Shades and tints

Shades of #708983

#708983
(112,137,131)
#667D78
(102,125,120)
#5C716D
(92,113,109)
#526562
(82,101,98)
#485957
(72,89,87)
#3E4D4C
(62,77,76)
#344141
(52,65,65)
#2A3536
(42,53,54)
#20292B
(32,41,43)
#161D20
(22,29,32)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #708983

#708983
(112,137,131)
#7D938E
(125,147,142)
#8A9D99
(138,157,153)
#97A7A4
(151,167,164)
#A4B1AF
(164,177,175)
#B1BBBA
(177,187,186)
#BEC5C5
(190,197,197)
#CBCFD0
(203,207,208)
#D8D9DB
(216,217,219)
#E5E3E6
(229,227,230)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708983; }

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

This text font color is #708983.

Background Color

.myBgColor { background-color: #708983; }

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

This div background color is #708983.

Border color

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

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

This div border color is #708983.

Opacity

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

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

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

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

This text has shadow with #708983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708983.

Preview

Color preview on black background

This text has color #708983 on black background.


Color preview on white background

This text has color #708983 on white background.


Black color preview on #708983 background

This text has black color on #708983 background.


White color preview on #708983 background

This text has white color on #708983 background.


Related colors

Complementary color

Complementary color for #hex is #8F767C.


I love getcolorcode.com

Triadic colors

1 #837089 and #898370 with #708983 are triadic colors.

2 #838970 and #897083 with #708983 are triadic colors.