COLOR #716961

HEX: #716961
RGB: (113,105,97)

Color info

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

RGB color model

#716961 color RGB value is (113,105,97).

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

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 97 of 255 = 38%

113
105
97

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

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 97 = 315 (100%)
R 113 of 315 ~ 35.87%
G 105 of 315 ~ 33.33%
B 97 of 315 ~ 30.79%

%35.87
%33.33
%30.79

CMYK color model

#716961 color CMYK value is (0,7,14,56).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 14.16%
  • key color value is 55.69%
CMYK:
(0,7,14,56)
C0M7Y14K56 
(0%,7%,14%,56%)
(0.00/0.07/0.14/0.56)	

CMYK percentages

%0
%7.08
%14.16
%55.69

Codes

Color #716961 in popluar color models

716961
RGB11310597
HSL30°7.62%41.18%
HSB/HSV30°14.16%44.31%
CMYK0.00%7.08%14.16%
55.69%

Color #716961 in popluar number systems.

HEX716961
Decimal11310597
Binary111000111010011100001
Octal161151141

Shades and tints

Shades of #716961

#716961
(113,105,97)
#676059
(103,96,89)
#5D5751
(93,87,81)
#534E49
(83,78,73)
#494541
(73,69,65)
#3F3C39
(63,60,57)
#353331
(53,51,49)
#2B2A29
(43,42,41)
#212121
(33,33,33)
#171819
(23,24,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #716961

#716961
(113,105,97)
#7D766F
(125,118,111)
#89837D
(137,131,125)
#95908B
(149,144,139)
#A19D99
(161,157,153)
#ADAAA7
(173,170,167)
#B9B7B5
(185,183,181)
#C5C4C3
(197,196,195)
#D1D1D1
(209,209,209)
#DDDEDF
(221,222,223)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716961; }

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

This text font color is #716961.


Background Color

.myBgColor { background-color: #716961; }

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

This div background color is #716961.


Border color

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

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

This div border color is #716961.


Opacity

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

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

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

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

This text has shadow with #716961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716961 on black background.


Color preview on white background

This text has color #716961 on white background.



Black color preview on #716961 background

This text has black color on #716961 background.


White color preview on #716961 background

This text has white color on #716961 background.