COLOR #716F8E

HEX: #716F8E RGB: (113,111,142)

Color info

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

RGB color model

#716F8E color RGB value is (113,111,142).

RGB: (113,111,142) (44%, 44%, 56%)

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 142 of 255 = 56%

113
111
142

R + G + B ~ 48%. #716F8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 111 + 142 = 366 (100%)
R 113 of 366 ~ 30.87%
G 111 of 366 ~ 30.33%
B 142 of 366 ~ 38.8'%

%30.87
%30.33
%38.8

CMYK color model

#716F8E color CMYK value is (20,22,0,44).

  • cyan value is 20.42%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (20,22,0,44)
C20M22Y0K44 (20%, 22%, 0%, 44%)
(0.20 / 0.22 / 0.00 / 0.44)

CMYK percentages

%20.42
%21.83
%0
%44.31

Codes

Color #716F8E in popluar color models

71 6F 8E
RGB 113 111 142
HSL 244° 12.25% 49.61%
HSB/HSV 244° 21.83% 55.69%
CMYK 20.42% 21.83% 0.00%
44.31%

Color #716F8E in popluar number systems.

HEX 71 6F 8E
Decimal 113 111 142
Binary 1110001 1101111 10001110
Octal 161 157 216

Shades and tints

Shades of #716F8E

#716F8E
(113,111,142)
#676582
(103,101,130)
#5D5B76
(93,91,118)
#53516A
(83,81,106)
#49475E
(73,71,94)
#3F3D52
(63,61,82)
#353346
(53,51,70)
#2B293A
(43,41,58)
#211F2E
(33,31,46)
#171522
(23,21,34)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #716F8E

#716F8E
(113,111,142)
#7D7C98
(125,124,152)
#8989A2
(137,137,162)
#9596AC
(149,150,172)
#A1A3B6
(161,163,182)
#ADB0C0
(173,176,192)
#B9BDCA
(185,189,202)
#C5CAD4
(197,202,212)
#D1D7DE
(209,215,222)
#DDE4E8
(221,228,232)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716F8E color. Also use rgb(113,111,142) instead hex code.

Text Font Color

.myTextColor { color: #716F8E; }

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

This text font color is #716F8E.

Background Color

.myBgColor { background-color: #716F8E; }

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

This div background color is #716F8E.

Border color

.myBorderColor { border: 1px solid #716F8E; }

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

This div border color is #716F8E.

Opacity

.myOpacity80 { color: #716F8E; opacity: 0.8; }

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

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

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

This text has shadow with #716F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716F8E.

Preview

Color preview on black background

This text has color #716F8E on black background.


Color preview on white background

This text has color #716F8E on white background.


Black color preview on #716F8E background

This text has black color on #716F8E background.


White color preview on #716F8E background

This text has white color on #716F8E background.


Related colors

Complementary color

Complementary color for #hex is #8E9071.


I love getcolorcode.com

Triadic colors

1 #8E716F and #6F8E71 with #716F8E are triadic colors.

2 #8E6F71 and #6F718E with #716F8E are triadic colors.