COLOR #716F63

HEX: #716F63
RGB: (113,111,99)

Color info

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

RGB color model

#716F63 color RGB value is (113,111,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 99 of 255 = 39%

113
111
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 99 = 323 (100%)
R 113 of 323 ~ 34.98%
G 111 of 323 ~ 34.37%
B 99 of 323 ~ 30.65%

%34.98
%34.37
%30.65

CMYK color model

#716F63 color CMYK value is (0,2,12,56).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,2,12,56)
C0M2Y12K56 
(0%,2%,12%,56%)
(0.00/0.02/0.12/0.56)	

CMYK percentages

%0
%1.77
%12.39
%55.69

Codes

Color #716F63 in popluar color models

716F63
RGB11311199
HSL51°6.60%41.57%
HSB/HSV51°12.39%44.31%
CMYK0.00%1.77%12.39%
55.69%

Color #716F63 in popluar number systems.

HEX716F63
Decimal11311199
Binary111000111011111100011
Octal161157143

Shades and tints

Shades of #716F63

#716F63
(113,111,99)
#67655A
(103,101,90)
#5D5B51
(93,91,81)
#535148
(83,81,72)
#49473F
(73,71,63)
#3F3D36
(63,61,54)
#35332D
(53,51,45)
#2B2924
(43,41,36)
#211F1B
(33,31,27)
#171512
(23,21,18)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #716F63

#716F63
(113,111,99)
#7D7C71
(125,124,113)
#89897F
(137,137,127)
#95968D
(149,150,141)
#A1A39B
(161,163,155)
#ADB0A9
(173,176,169)
#B9BDB7
(185,189,183)
#C5CAC5
(197,202,197)
#D1D7D3
(209,215,211)
#DDE4E1
(221,228,225)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716F63; }

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

This text font color is #716F63.


Background Color

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

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

This div background color is #716F63.


Border color

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

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

This div border color is #716F63.


Opacity

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

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

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

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

This text has shadow with #716F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F63 on black background.


Color preview on white background

This text has color #716F63 on white background.



Black color preview on #716F63 background

This text has black color on #716F63 background.


White color preview on #716F63 background

This text has white color on #716F63 background.