COLOR #716664

HEX: #716664
RGB: (113,102,100)

Color info

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

RGB color model

#716664 color RGB value is (113,102,100).

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

RGB channels and saturation

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

113
102
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 100 = 315 (100%)
R 113 of 315 ~ 35.87%
G 102 of 315 ~ 32.38%
B 100 of 315 ~ 31.75%

%35.87
%32.38
%31.75

CMYK color model

#716664 color CMYK value is (0,10,12,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(0,10,12,56)
C0M10Y12K56 
(0%,10%,12%,56%)
(0.00/0.10/0.12/0.56)	

CMYK percentages

%0
%9.73
%11.5
%55.69

Codes

Color #716664 in popluar color models

716664
RGB113102100
HSL6.10%41.76%
HSB/HSV11.50%44.31%
CMYK0.00%9.73%11.50%
55.69%

Color #716664 in popluar number systems.

HEX716664
Decimal113102100
Binary111000111001101100100
Octal161146144

Shades and tints

Shades of #716664

#716664
(113,102,100)
#675D5B
(103,93,91)
#5D5452
(93,84,82)
#534B49
(83,75,73)
#494240
(73,66,64)
#3F3937
(63,57,55)
#35302E
(53,48,46)
#2B2725
(43,39,37)
#211E1C
(33,30,28)
#171513
(23,21,19)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #716664

#716664
(113,102,100)
#7D7372
(125,115,114)
#898080
(137,128,128)
#958D8E
(149,141,142)
#A19A9C
(161,154,156)
#ADA7AA
(173,167,170)
#B9B4B8
(185,180,184)
#C5C1C6
(197,193,198)
#D1CED4
(209,206,212)
#DDDBE2
(221,219,226)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716664; }

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

This text font color is #716664.


Background Color

.myBgColor { background-color: #716664; }

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

This div background color is #716664.


Border color

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

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

This div border color is #716664.


Opacity

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

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

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

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

This text has shadow with #716664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716664 on black background.


Color preview on white background

This text has color #716664 on white background.



Black color preview on #716664 background

This text has black color on #716664 background.


White color preview on #716664 background

This text has white color on #716664 background.