COLOR #716C6E

HEX: #716C6E
RGB: (113,108,110)

Color info

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

RGB color model

#716C6E color RGB value is (113,108,110).

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

RGB channels and saturation

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

113
108
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 110 = 331 (100%)
R 113 of 331 ~ 34.14%
G 108 of 331 ~ 32.63%
B 110 of 331 ~ 33.23%

%34.14
%32.63
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(0,4,3,56)
C0M4Y3K56 
(0%,4%,3%,56%)
(0.00/0.04/0.03/0.56)	

CMYK percentages

%0
%4.42
%2.65
%55.69

Codes

Color #716C6E in popluar color models

716C6E
RGB113108110
HSL336°2.26%43.33%
HSB/HSV336°4.42%44.31%
CMYK0.00%4.42%2.65%
55.69%

Color #716C6E in popluar number systems.

HEX716C6E
Decimal113108110
Binary111000111011001101110
Octal161154156

Shades and tints

Shades of #716C6E

#716C6E
(113,108,110)
#676364
(103,99,100)
#5D5A5A
(93,90,90)
#535150
(83,81,80)
#494846
(73,72,70)
#3F3F3C
(63,63,60)
#353632
(53,54,50)
#2B2D28
(43,45,40)
#21241E
(33,36,30)
#171B14
(23,27,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #716C6E

#716C6E
(113,108,110)
#7D797B
(125,121,123)
#898688
(137,134,136)
#959395
(149,147,149)
#A1A0A2
(161,160,162)
#ADADAF
(173,173,175)
#B9BABC
(185,186,188)
#C5C7C9
(197,199,201)
#D1D4D6
(209,212,214)
#DDE1E3
(221,225,227)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C6E; }

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

This text font color is #716C6E.


Background Color

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

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

This div background color is #716C6E.


Border color

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

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

This div border color is #716C6E.


Opacity

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

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

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

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

This text has shadow with #716C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716C6E on black background.


Color preview on white background

This text has color #716C6E on white background.



Black color preview on #716C6E background

This text has black color on #716C6E background.


White color preview on #716C6E background

This text has white color on #716C6E background.