COLOR #716B80

HEX: #716B80
RGB: (113,107,128)

Color info

#716B80 contains red, green and blue colors in about the same proportion. Web safe color of #716B80 is #666666 (or #666).

RGB color model

#716B80 color RGB value is (113,107,128).

  • red value is 113;
  • green value is 107;
  • blue value is 128.
RGB:
(113,107,128)
(44%,42%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 128 of 255 = 50%

113
107
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 128 = 348 (100%)
R 113 of 348 ~ 32.47%
G 107 of 348 ~ 30.75%
B 128 of 348 ~ 36.78%

%32.47
%30.75
%36.78

CMYK color model

#716B80 color CMYK value is (12,16,0,50).

  • cyan value is 11.72%
  • magenta value is 16.41%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(12,16,0,50)
C12M16Y0K50 
(12%,16%,0%,50%)
(0.12/0.16/0.00/0.50)	

CMYK percentages

%11.72
%16.41
%0
%49.8

Codes

Color #716B80 in popluar color models

716B80
RGB113107128
HSL257°8.94%46.08%
HSB/HSV257°16.41%50.20%
CMYK11.72%16.41%0.00%
49.80%

Color #716B80 in popluar number systems.

HEX716B80
Decimal113107128
Binary1110001110101110000000
Octal161153200

Shades and tints

Shades of #716B80

#716B80
(113,107,128)
#676275
(103,98,117)
#5D596A
(93,89,106)
#53505F
(83,80,95)
#494754
(73,71,84)
#3F3E49
(63,62,73)
#35353E
(53,53,62)
#2B2C33
(43,44,51)
#212328
(33,35,40)
#171A1D
(23,26,29)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #716B80

#716B80
(113,107,128)
#7D788B
(125,120,139)
#898596
(137,133,150)
#9592A1
(149,146,161)
#A19FAC
(161,159,172)
#ADACB7
(173,172,183)
#B9B9C2
(185,185,194)
#C5C6CD
(197,198,205)
#D1D3D8
(209,211,216)
#DDE0E3
(221,224,227)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716B80 color. Also use rgb(113,107,128) instead hex code.

Text Font Color

.myTextColor { color: #716B80; }

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

This text font color is #716B80.


Background Color

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

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

This div background color is #716B80.


Border color

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

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

This div border color is #716B80.


Opacity

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

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

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

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

This text has shadow with #716B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B80 on black background.


Color preview on white background

This text has color #716B80 on white background.



Black color preview on #716B80 background

This text has black color on #716B80 background.


White color preview on #716B80 background

This text has white color on #716B80 background.