COLOR #716D64

HEX: #716D64
RGB: (113,109,100)

Color info

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

RGB color model

#716D64 color RGB value is (113,109,100).

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

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 100 of 255 = 39%

113
109
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 100 = 322 (100%)
R 113 of 322 ~ 35.09%
G 109 of 322 ~ 33.85%
B 100 of 322 ~ 31.06%

%35.09
%33.85
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 11.50%
  • 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
%3.54
%11.5
%55.69

Codes

Color #716D64 in popluar color models

716D64
RGB113109100
HSL42°6.10%41.76%
HSB/HSV42°11.50%44.31%
CMYK0.00%3.54%11.50%
55.69%

Color #716D64 in popluar number systems.

HEX716D64
Decimal113109100
Binary111000111011011100100
Octal161155144

Shades and tints

Shades of #716D64

#716D64
(113,109,100)
#67645B
(103,100,91)
#5D5B52
(93,91,82)
#535249
(83,82,73)
#494940
(73,73,64)
#3F4037
(63,64,55)
#35372E
(53,55,46)
#2B2E25
(43,46,37)
#21251C
(33,37,28)
#171C13
(23,28,19)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #716D64

#716D64
(113,109,100)
#7D7A72
(125,122,114)
#898780
(137,135,128)
#95948E
(149,148,142)
#A1A19C
(161,161,156)
#ADAEAA
(173,174,170)
#B9BBB8
(185,187,184)
#C5C8C6
(197,200,198)
#D1D5D4
(209,213,212)
#DDE2E2
(221,226,226)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716D64; }

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

This text font color is #716D64.


Background Color

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

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

This div background color is #716D64.


Border color

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

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

This div border color is #716D64.


Opacity

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

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

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

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

This text has shadow with #716D64 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #716D64 on black background.


Color preview on white background

This text has color #716D64 on white background.



Black color preview on #716D64 background

This text has black color on #716D64 background.


White color preview on #716D64 background

This text has white color on #716D64 background.