COLOR #707982

HEX: #707982 RGB: (112,121,130)

Color info

#707982 contains red, green and blue colors in about the same proportion. Web safe color of #707982 is #666699 (or #669).

RGB color model

#707982 color RGB value is (112,121,130).

RGB: (112,121,130) (44%, 47%, 51%)

RGB channels and saturation

R 112 of 255 = 44%
G 121 of 255 = 47%
B 130 of 255 = 51%

112
121
130

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

Portions of RGB colors in percentages

R + G + B = 112 + 121 + 130 = 363 (100%)
R 112 of 363 ~ 30.85%
G 121 of 363 ~ 33.33%
B 130 of 363 ~ 35.81'%

%30.85
%33.33
%35.81

CMYK color model

#707982 color CMYK value is (14,7,0,49).

  • cyan value is 13.85%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (14,7,0,49)
C14M7Y0K49 (14%, 7%, 0%, 49%)
(0.14 / 0.07 / 0.00 / 0.49)

CMYK percentages

%13.85
%6.92
%0
%49.02

Codes

Color #707982 in popluar color models

70 79 82
RGB 112 121 130
HSL 210° 7.44% 47.45%
HSB/HSV 210° 13.85% 50.98%
CMYK 13.85% 6.92% 0.00%
49.02%

Color #707982 in popluar number systems.

HEX 70 79 82
Decimal 112 121 130
Binary 1110000 1111001 10000010
Octal 160 171 202

Shades and tints

Shades of #707982

#707982
(112,121,130)
#666E77
(102,110,119)
#5C636C
(92,99,108)
#525861
(82,88,97)
#484D56
(72,77,86)
#3E424B
(62,66,75)
#343740
(52,55,64)
#2A2C35
(42,44,53)
#20212A
(32,33,42)
#16161F
(22,22,31)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #707982

#707982
(112,121,130)
#7D858D
(125,133,141)
#8A9198
(138,145,152)
#979DA3
(151,157,163)
#A4A9AE
(164,169,174)
#B1B5B9
(177,181,185)
#BEC1C4
(190,193,196)
#CBCDCF
(203,205,207)
#D8D9DA
(216,217,218)
#E5E5E5
(229,229,229)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707982 color. Also use rgb(112,121,130) instead hex code.

Text Font Color

.myTextColor { color: #707982; }

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

This text font color is #707982.

Background Color

.myBgColor { background-color: #707982; }

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

This div background color is #707982.

Border color

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

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

This div border color is #707982.

Opacity

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

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

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

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

This text has shadow with #707982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707982.

Preview

Color preview on black background

This text has color #707982 on black background.


Color preview on white background

This text has color #707982 on white background.


Black color preview on #707982 background

This text has black color on #707982 background.


White color preview on #707982 background

This text has white color on #707982 background.


Related colors

Complementary color

Complementary color for #hex is #8F867D.


I love getcolorcode.com

Triadic colors

1 #827079 and #798270 with #707982 are triadic colors.

2 #827970 and #797082 with #707982 are triadic colors.