COLOR #716D69

HEX: #716D69
RGB: (113,109,105)

Color info

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

RGB color model

#716D69 color RGB value is (113,109,105).

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

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 105 of 255 = 41%

113
109
105

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 105 = 327 (100%)
R 113 of 327 ~ 34.56%
G 109 of 327 ~ 33.33%
B 105 of 327 ~ 32.11%

%34.56
%33.33
%32.11

CMYK color model

#716D69 color CMYK value is (0,4,7,56).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 7.08%
  • key color value is 55.69%
CMYK:
(0,4,7,56)
C0M4Y7K56 
(0%,4%,7%,56%)
(0.00/0.04/0.07/0.56)	

CMYK percentages

%0
%3.54
%7.08
%55.69

Codes

Color #716D69 in popluar color models

716D69
RGB113109105
HSL30°3.67%42.75%
HSB/HSV30°7.08%44.31%
CMYK0.00%3.54%7.08%
55.69%

Color #716D69 in popluar number systems.

HEX716D69
Decimal113109105
Binary111000111011011101001
Octal161155151

Shades and tints

Shades of #716D69

#716D69
(113,109,105)
#676460
(103,100,96)
#5D5B57
(93,91,87)
#53524E
(83,82,78)
#494945
(73,73,69)
#3F403C
(63,64,60)
#353733
(53,55,51)
#2B2E2A
(43,46,42)
#212521
(33,37,33)
#171C18
(23,28,24)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #716D69

#716D69
(113,109,105)
#7D7A76
(125,122,118)
#898783
(137,135,131)
#959490
(149,148,144)
#A1A19D
(161,161,157)
#ADAEAA
(173,174,170)
#B9BBB7
(185,187,183)
#C5C8C4
(197,200,196)
#D1D5D1
(209,213,209)
#DDE2DE
(221,226,222)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716D69; }

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

This text font color is #716D69.


Background Color

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

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

This div background color is #716D69.


Border color

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

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

This div border color is #716D69.


Opacity

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

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

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

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

This text has shadow with #716D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D69 on black background.


Color preview on white background

This text has color #716D69 on white background.



Black color preview on #716D69 background

This text has black color on #716D69 background.


White color preview on #716D69 background

This text has white color on #716D69 background.