COLOR #716F8D

HEX: #716F8D RGB: (113,111,141)

Color info

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

RGB color model

#716F8D color RGB value is (113,111,141).

RGB: (113,111,141) (44%, 44%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 141 of 255 = 55%

113
111
141

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

Portions of RGB colors in percentages

R + G + B = 113 + 111 + 141 = 365 (100%)
R 113 of 365 ~ 30.96%
G 111 of 365 ~ 30.41%
B 141 of 365 ~ 38.63'%

%30.96
%30.41
%38.63

CMYK color model

#716F8D color CMYK value is (20,21,0,45).

  • cyan value is 19.86%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (20,21,0,45)
C20M21Y0K45 (20%, 21%, 0%, 45%)
(0.20 / 0.21 / 0.00 / 0.45)

CMYK percentages

%19.86
%21.28
%0
%44.71

Codes

Color #716F8D in popluar color models

71 6F 8D
RGB 113 111 141
HSL 244° 11.90% 49.41%
HSB/HSV 244° 21.28% 55.29%
CMYK 19.86% 21.28% 0.00%
44.71%

Color #716F8D in popluar number systems.

HEX 71 6F 8D
Decimal 113 111 141
Binary 1110001 1101111 10001101
Octal 161 157 215

Shades and tints

Shades of #716F8D

#716F8D
(113,111,141)
#676581
(103,101,129)
#5D5B75
(93,91,117)
#535169
(83,81,105)
#49475D
(73,71,93)
#3F3D51
(63,61,81)
#353345
(53,51,69)
#2B2939
(43,41,57)
#211F2D
(33,31,45)
#171521
(23,21,33)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #716F8D

#716F8D
(113,111,141)
#7D7C97
(125,124,151)
#8989A1
(137,137,161)
#9596AB
(149,150,171)
#A1A3B5
(161,163,181)
#ADB0BF
(173,176,191)
#B9BDC9
(185,189,201)
#C5CAD3
(197,202,211)
#D1D7DD
(209,215,221)
#DDE4E7
(221,228,231)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716F8D; }

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

This text font color is #716F8D.

Background Color

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

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

This div background color is #716F8D.

Border color

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

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

This div border color is #716F8D.

Opacity

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

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

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

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

This text has shadow with #716F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716F8D.

Preview

Color preview on black background

This text has color #716F8D on black background.


Color preview on white background

This text has color #716F8D on white background.


Black color preview on #716F8D background

This text has black color on #716F8D background.


White color preview on #716F8D background

This text has white color on #716F8D background.


Related colors

Complementary color

Complementary color for #hex is #8E9072.


I love getcolorcode.com

Triadic colors

1 #8D716F and #6F8D71 with #716F8D are triadic colors.

2 #8D6F71 and #6F718D with #716F8D are triadic colors.