COLOR #716E74

HEX: #716E74
RGB: (113,110,116)

Color info

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

RGB color model

#716E74 color RGB value is (113,110,116).

  • red value is 113;
  • green value is 110;
  • blue value is 116.
RGB:
(113,110,116)
(44%,43%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 116 of 255 = 45%

113
110
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 110 + 116 = 339 (100%)
R 113 of 339 ~ 33.33%
G 110 of 339 ~ 32.45%
B 116 of 339 ~ 34.22%

%33.33
%32.45
%34.22

CMYK color model

#716E74 color CMYK value is (3,5,0,55).

  • cyan value is 2.59%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(3,5,0,55)
C3M5Y0K55 
(3%,5%,0%,55%)
(0.03/0.05/0.00/0.55)	

CMYK percentages

%2.59
%5.17
%0
%54.51

Codes

Color #716E74 in popluar color models

716E74
RGB113110116
HSL270°2.65%44.31%
HSB/HSV270°5.17%45.49%
CMYK2.59%5.17%0.00%
54.51%

Color #716E74 in popluar number systems.

HEX716E74
Decimal113110116
Binary111000111011101110100
Octal161156164

Shades and tints

Shades of #716E74

#716E74
(113,110,116)
#67646A
(103,100,106)
#5D5A60
(93,90,96)
#535056
(83,80,86)
#49464C
(73,70,76)
#3F3C42
(63,60,66)
#353238
(53,50,56)
#2B282E
(43,40,46)
#211E24
(33,30,36)
#17141A
(23,20,26)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #716E74

#716E74
(113,110,116)
#7D7B80
(125,123,128)
#89888C
(137,136,140)
#959598
(149,149,152)
#A1A2A4
(161,162,164)
#ADAFB0
(173,175,176)
#B9BCBC
(185,188,188)
#C5C9C8
(197,201,200)
#D1D6D4
(209,214,212)
#DDE3E0
(221,227,224)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716E74 color. Also use rgb(113,110,116) instead hex code.

Text Font Color

.myTextColor { color: #716E74; }

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

This text font color is #716E74.


Background Color

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

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

This div background color is #716E74.


Border color

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

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

This div border color is #716E74.


Opacity

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

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

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

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

This text has shadow with #716E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716E74 on black background.


Color preview on white background

This text has color #716E74 on white background.



Black color preview on #716E74 background

This text has black color on #716E74 background.


White color preview on #716E74 background

This text has white color on #716E74 background.