COLOR #716661

HEX: #716661
RGB: (113,102,97)

Color info

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

RGB color model

#716661 color RGB value is (113,102,97).

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

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 97 of 255 = 38%

113
102
97

R + G + B ~ 41%. #716661 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 97 = 312 (100%)
R 113 of 312 ~ 36.22%
G 102 of 312 ~ 32.69%
B 97 of 312 ~ 31.09%

%36.22
%32.69
%31.09

CMYK color model

#716661 color CMYK value is (0,10,14,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 14.16%
  • key color value is 55.69%
CMYK:
(0,10,14,56)
C0M10Y14K56 
(0%,10%,14%,56%)
(0.00/0.10/0.14/0.56)	

CMYK percentages

%0
%9.73
%14.16
%55.69

Codes

Color #716661 in popluar color models

716661
RGB11310297
HSL19°7.62%41.18%
HSB/HSV19°14.16%44.31%
CMYK0.00%9.73%14.16%
55.69%

Color #716661 in popluar number systems.

HEX716661
Decimal11310297
Binary111000111001101100001
Octal161146141

Shades and tints

Shades of #716661

#716661
(113,102,97)
#675D59
(103,93,89)
#5D5451
(93,84,81)
#534B49
(83,75,73)
#494241
(73,66,65)
#3F3939
(63,57,57)
#353031
(53,48,49)
#2B2729
(43,39,41)
#211E21
(33,30,33)
#171519
(23,21,25)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #716661

#716661
(113,102,97)
#7D736F
(125,115,111)
#89807D
(137,128,125)
#958D8B
(149,141,139)
#A19A99
(161,154,153)
#ADA7A7
(173,167,167)
#B9B4B5
(185,180,181)
#C5C1C3
(197,193,195)
#D1CED1
(209,206,209)
#DDDBDF
(221,219,223)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716661; }

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

This text font color is #716661.


Background Color

.myBgColor { background-color: #716661; }

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

This div background color is #716661.


Border color

.myBorderColor { border: 1px solid #716661; }

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

This div border color is #716661.


Opacity

.myOpacity80 { color: #716661; opacity: 0.8; }

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

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

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

This text has shadow with #716661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716661 on black background.


Color preview on white background

This text has color #716661 on white background.



Black color preview on #716661 background

This text has black color on #716661 background.


White color preview on #716661 background

This text has white color on #716661 background.