COLOR #716B66

HEX: #716B66
RGB: (113,107,102)

Color info

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

RGB color model

#716B66 color RGB value is (113,107,102).

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

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 102 of 255 = 40%

113
107
102

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 102 = 322 (100%)
R 113 of 322 ~ 35.09%
G 107 of 322 ~ 33.23%
B 102 of 322 ~ 31.68%

%35.09
%33.23
%31.68

CMYK color model

#716B66 color CMYK value is (0,5,10,56).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(0,5,10,56)
C0M5Y10K56 
(0%,5%,10%,56%)
(0.00/0.05/0.10/0.56)	

CMYK percentages

%0
%5.31
%9.73
%55.69

Codes

Color #716B66 in popluar color models

716B66
RGB113107102
HSL27°5.12%42.16%
HSB/HSV27°9.73%44.31%
CMYK0.00%5.31%9.73%
55.69%

Color #716B66 in popluar number systems.

HEX716B66
Decimal113107102
Binary111000111010111100110
Octal161153146

Shades and tints

Shades of #716B66

#716B66
(113,107,102)
#67625D
(103,98,93)
#5D5954
(93,89,84)
#53504B
(83,80,75)
#494742
(73,71,66)
#3F3E39
(63,62,57)
#353530
(53,53,48)
#2B2C27
(43,44,39)
#21231E
(33,35,30)
#171A15
(23,26,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #716B66

#716B66
(113,107,102)
#7D7873
(125,120,115)
#898580
(137,133,128)
#95928D
(149,146,141)
#A19F9A
(161,159,154)
#ADACA7
(173,172,167)
#B9B9B4
(185,185,180)
#C5C6C1
(197,198,193)
#D1D3CE
(209,211,206)
#DDE0DB
(221,224,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716B66; }

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

This text font color is #716B66.


Background Color

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

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

This div background color is #716B66.


Border color

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

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

This div border color is #716B66.


Opacity

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

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

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

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

This text has shadow with #716B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B66 on black background.


Color preview on white background

This text has color #716B66 on white background.



Black color preview on #716B66 background

This text has black color on #716B66 background.


White color preview on #716B66 background

This text has white color on #716B66 background.