COLOR #716C62

HEX: #716C62
RGB: (113,108,98)

Color info

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

RGB color model

#716C62 color RGB value is (113,108,98).

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

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 98 of 255 = 38%

113
108
98

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

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 98 = 319 (100%)
R 113 of 319 ~ 35.42%
G 108 of 319 ~ 33.86%
B 98 of 319 ~ 30.72%

%35.42
%33.86
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 13.27%
  • key color value is 55.69%
CMYK:
(0,4,13,56)
C0M4Y13K56 
(0%,4%,13%,56%)
(0.00/0.04/0.13/0.56)	

CMYK percentages

%0
%4.42
%13.27
%55.69

Codes

Color #716C62 in popluar color models

716C62
RGB11310898
HSL40°7.11%41.37%
HSB/HSV40°13.27%44.31%
CMYK0.00%4.42%13.27%
55.69%

Color #716C62 in popluar number systems.

HEX716C62
Decimal11310898
Binary111000111011001100010
Octal161154142

Shades and tints

Shades of #716C62

#716C62
(113,108,98)
#67635A
(103,99,90)
#5D5A52
(93,90,82)
#53514A
(83,81,74)
#494842
(73,72,66)
#3F3F3A
(63,63,58)
#353632
(53,54,50)
#2B2D2A
(43,45,42)
#212422
(33,36,34)
#171B1A
(23,27,26)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #716C62

#716C62
(113,108,98)
#7D7970
(125,121,112)
#89867E
(137,134,126)
#95938C
(149,147,140)
#A1A09A
(161,160,154)
#ADADA8
(173,173,168)
#B9BAB6
(185,186,182)
#C5C7C4
(197,199,196)
#D1D4D2
(209,212,210)
#DDE1E0
(221,225,224)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C62; }

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

This text font color is #716C62.


Background Color

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

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

This div background color is #716C62.


Border color

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

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

This div border color is #716C62.


Opacity

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

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

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

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

This text has shadow with #716C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716C62 on black background.


Color preview on white background

This text has color #716C62 on white background.



Black color preview on #716C62 background

This text has black color on #716C62 background.


White color preview on #716C62 background

This text has white color on #716C62 background.