COLOR #716C63

HEX: #716C63
RGB: (113,108,99)

Color info

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

RGB color model

#716C63 color RGB value is (113,108,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 99 of 255 = 39%

113
108
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 99 = 320 (100%)
R 113 of 320 ~ 35.31%
G 108 of 320 ~ 33.75%
B 99 of 320 ~ 30.94%

%35.31
%33.75
%30.94

CMYK color model

#716C63 color CMYK value is (0,4,12,56).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,4,12,56)
C0M4Y12K56 
(0%,4%,12%,56%)
(0.00/0.04/0.12/0.56)	

CMYK percentages

%0
%4.42
%12.39
%55.69

Codes

Color #716C63 in popluar color models

716C63
RGB11310899
HSL39°6.60%41.57%
HSB/HSV39°12.39%44.31%
CMYK0.00%4.42%12.39%
55.69%

Color #716C63 in popluar number systems.

HEX716C63
Decimal11310899
Binary111000111011001100011
Octal161154143

Shades and tints

Shades of #716C63

#716C63
(113,108,99)
#67635A
(103,99,90)
#5D5A51
(93,90,81)
#535148
(83,81,72)
#49483F
(73,72,63)
#3F3F36
(63,63,54)
#35362D
(53,54,45)
#2B2D24
(43,45,36)
#21241B
(33,36,27)
#171B12
(23,27,18)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #716C63

#716C63
(113,108,99)
#7D7971
(125,121,113)
#89867F
(137,134,127)
#95938D
(149,147,141)
#A1A09B
(161,160,155)
#ADADA9
(173,173,169)
#B9BAB7
(185,186,183)
#C5C7C5
(197,199,197)
#D1D4D3
(209,212,211)
#DDE1E1
(221,225,225)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C63; }

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

This text font color is #716C63.


Background Color

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

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

This div background color is #716C63.


Border color

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

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

This div border color is #716C63.


Opacity

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

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

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

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

This text has shadow with #716C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716C63 on black background.


Color preview on white background

This text has color #716C63 on white background.



Black color preview on #716C63 background

This text has black color on #716C63 background.


White color preview on #716C63 background

This text has white color on #716C63 background.