COLOR #716D8C

HEX: #716D8C
RGB: (113,109,140)

Color info

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

RGB color model

#716D8C color RGB value is (113,109,140).

  • red value is 113;
  • green value is 109;
  • blue value is 140.
RGB:
(113,109,140)
(44%,43%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 140 of 255 = 55%

113
109
140

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 140 = 362 (100%)
R 113 of 362 ~ 31.22%
G 109 of 362 ~ 30.11%
B 140 of 362 ~ 38.67%

%31.22
%30.11
%38.67

CMYK color model

#716D8C color CMYK value is (19,22,0,45).

  • cyan value is 19.29%
  • magenta value is 22.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,22,0,45)
C19M22Y0K45 
(19%,22%,0%,45%)
(0.19/0.22/0.00/0.45)	

CMYK percentages

%19.29
%22.14
%0
%45.1

Codes

Color #716D8C in popluar color models

716D8C
RGB113109140
HSL248°12.45%48.82%
HSB/HSV248°22.14%54.90%
CMYK19.29%22.14%0.00%
45.10%

Color #716D8C in popluar number systems.

HEX716D8C
Decimal113109140
Binary1110001110110110001100
Octal161155214

Shades and tints

Shades of #716D8C

#716D8C
(113,109,140)
#676480
(103,100,128)
#5D5B74
(93,91,116)
#535268
(83,82,104)
#49495C
(73,73,92)
#3F4050
(63,64,80)
#353744
(53,55,68)
#2B2E38
(43,46,56)
#21252C
(33,37,44)
#171C20
(23,28,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #716D8C

#716D8C
(113,109,140)
#7D7A96
(125,122,150)
#8987A0
(137,135,160)
#9594AA
(149,148,170)
#A1A1B4
(161,161,180)
#ADAEBE
(173,174,190)
#B9BBC8
(185,187,200)
#C5C8D2
(197,200,210)
#D1D5DC
(209,213,220)
#DDE2E6
(221,226,230)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D8C color. Also use rgb(113,109,140) instead hex code.

Text Font Color

.myTextColor { color: #716D8C; }

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

This text font color is #716D8C.


Background Color

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

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

This div background color is #716D8C.


Border color

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

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

This div border color is #716D8C.


Opacity

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

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

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

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

This text has shadow with #716D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D8C on black background.


Color preview on white background

This text has color #716D8C on white background.



Black color preview on #716D8C background

This text has black color on #716D8C background.


White color preview on #716D8C background

This text has white color on #716D8C background.