COLOR #716564

HEX: #716564
RGB: (113,101,100)

Color info

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

RGB color model

#716564 color RGB value is (113,101,100).

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

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 100 of 255 = 39%

113
101
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 100 = 314 (100%)
R 113 of 314 ~ 35.99%
G 101 of 314 ~ 32.17%
B 100 of 314 ~ 31.85%

%35.99
%32.17
%31.85

CMYK color model

#716564 color CMYK value is (0,11,12,56).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(0,11,12,56)
C0M11Y12K56 
(0%,11%,12%,56%)
(0.00/0.11/0.12/0.56)	

CMYK percentages

%0
%10.62
%11.5
%55.69

Codes

Color #716564 in popluar color models

716564
RGB113101100
HSL6.10%41.76%
HSB/HSV11.50%44.31%
CMYK0.00%10.62%11.50%
55.69%

Color #716564 in popluar number systems.

HEX716564
Decimal113101100
Binary111000111001011100100
Octal161145144

Shades and tints

Shades of #716564

#716564
(113,101,100)
#675C5B
(103,92,91)
#5D5352
(93,83,82)
#534A49
(83,74,73)
#494140
(73,65,64)
#3F3837
(63,56,55)
#352F2E
(53,47,46)
#2B2625
(43,38,37)
#211D1C
(33,29,28)
#171413
(23,20,19)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #716564

#716564
(113,101,100)
#7D7372
(125,115,114)
#898180
(137,129,128)
#958F8E
(149,143,142)
#A19D9C
(161,157,156)
#ADABAA
(173,171,170)
#B9B9B8
(185,185,184)
#C5C7C6
(197,199,198)
#D1D5D4
(209,213,212)
#DDE3E2
(221,227,226)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716564; }

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

This text font color is #716564.


Background Color

.myBgColor { background-color: #716564; }

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

This div background color is #716564.


Border color

.myBorderColor { border: 1px solid #716564; }

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

This div border color is #716564.


Opacity

.myOpacity80 { color: #716564; opacity: 0.8; }

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

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

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

This text has shadow with #716564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716564 on black background.


Color preview on white background

This text has color #716564 on white background.



Black color preview on #716564 background

This text has black color on #716564 background.


White color preview on #716564 background

This text has white color on #716564 background.