COLOR #716D6D

HEX: #716D6D
RGB: (113,109,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
109
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 109 = 331 (100%)
R 113 of 331 ~ 34.14%
G 109 of 331 ~ 32.93%
B 109 of 331 ~ 32.93%

%34.14
%32.93
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.54%
  • 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
%3.54
%3.54
%55.69

Codes

Color #716D6D in popluar color models

716D6D
RGB113109109
HSL1.80%43.53%
HSB/HSV3.54%44.31%
CMYK0.00%3.54%3.54%
55.69%

Color #716D6D in popluar number systems.

HEX716D6D
Decimal113109109
Binary111000111011011101101
Octal161155155

Shades and tints

Shades of #716D6D

#716D6D
(113,109,109)
#676464
(103,100,100)
#5D5B5B
(93,91,91)
#535252
(83,82,82)
#494949
(73,73,73)
#3F4040
(63,64,64)
#353737
(53,55,55)
#2B2E2E
(43,46,46)
#212525
(33,37,37)
#171C1C
(23,28,28)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #716D6D

#716D6D
(113,109,109)
#7D7A7A
(125,122,122)
#898787
(137,135,135)
#959494
(149,148,148)
#A1A1A1
(161,161,161)
#ADAEAE
(173,174,174)
#B9BBBB
(185,187,187)
#C5C8C8
(197,200,200)
#D1D5D5
(209,213,213)
#DDE2E2
(221,226,226)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716D6D; }

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

This text font color is #716D6D.


Background Color

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

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

This div background color is #716D6D.


Border color

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

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

This div border color is #716D6D.


Opacity

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

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

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

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

This text has shadow with #716D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D6D on black background.


Color preview on white background

This text has color #716D6D on white background.



Black color preview on #716D6D background

This text has black color on #716D6D background.


White color preview on #716D6D background

This text has white color on #716D6D background.