COLOR #716C6D

HEX: #716C6D
RGB: (113,108,109)

Color info

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

RGB color model

#716C6D color RGB value is (113,108,109).

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

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 109 of 255 = 43%

113
108
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 109 = 330 (100%)
R 113 of 330 ~ 34.24%
G 108 of 330 ~ 32.73%
B 109 of 330 ~ 33.03%

%34.24
%32.73
%33.03

CMYK color model

#716C6D color CMYK value is (0,4,4,56).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(0,4,4,56)
C0M4Y4K56 
(0%,4%,4%,56%)
(0.00/0.04/0.04/0.56)	

CMYK percentages

%0
%4.42
%3.54
%55.69

Codes

Color #716C6D in popluar color models

716C6D
RGB113108109
HSL348°2.26%43.33%
HSB/HSV348°4.42%44.31%
CMYK0.00%4.42%3.54%
55.69%

Color #716C6D in popluar number systems.

HEX716C6D
Decimal113108109
Binary111000111011001101101
Octal161154155

Shades and tints

Shades of #716C6D

#716C6D
(113,108,109)
#676364
(103,99,100)
#5D5A5B
(93,90,91)
#535152
(83,81,82)
#494849
(73,72,73)
#3F3F40
(63,63,64)
#353637
(53,54,55)
#2B2D2E
(43,45,46)
#212425
(33,36,37)
#171B1C
(23,27,28)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #716C6D

#716C6D
(113,108,109)
#7D797A
(125,121,122)
#898687
(137,134,135)
#959394
(149,147,148)
#A1A0A1
(161,160,161)
#ADADAE
(173,173,174)
#B9BABB
(185,186,187)
#C5C7C8
(197,199,200)
#D1D4D5
(209,212,213)
#DDE1E2
(221,225,226)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C6D; }

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

This text font color is #716C6D.


Background Color

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

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

This div background color is #716C6D.


Border color

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

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

This div border color is #716C6D.


Opacity

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

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

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

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

This text has shadow with #716C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716C6D on black background.


Color preview on white background

This text has color #716C6D on white background.



Black color preview on #716C6D background

This text has black color on #716C6D background.


White color preview on #716C6D background

This text has white color on #716C6D background.