COLOR #716A6C

HEX: #716A6C
RGB: (113,106,108)

Color info

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

RGB color model

#716A6C color RGB value is (113,106,108).

  • red value is 113;
  • green value is 106;
  • blue value is 108.
RGB:
(113,106,108)
(44%,42%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 106 of 255 = 42%
B 108 of 255 = 42%

113
106
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 106 + 108 = 327 (100%)
R 113 of 327 ~ 34.56%
G 106 of 327 ~ 32.42%
B 108 of 327 ~ 33.03%

%34.56
%32.42
%33.03

CMYK color model

#716A6C color CMYK value is (0,6,4,56).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(0,6,4,56)
C0M6Y4K56 
(0%,6%,4%,56%)
(0.00/0.06/0.04/0.56)	

CMYK percentages

%0
%6.19
%4.42
%55.69

Codes

Color #716A6C in popluar color models

716A6C
RGB113106108
HSL343°3.20%42.94%
HSB/HSV343°6.19%44.31%
CMYK0.00%6.19%4.42%
55.69%

Color #716A6C in popluar number systems.

HEX716A6C
Decimal113106108
Binary111000111010101101100
Octal161152154

Shades and tints

Shades of #716A6C

#716A6C
(113,106,108)
#676163
(103,97,99)
#5D585A
(93,88,90)
#534F51
(83,79,81)
#494648
(73,70,72)
#3F3D3F
(63,61,63)
#353436
(53,52,54)
#2B2B2D
(43,43,45)
#212224
(33,34,36)
#17191B
(23,25,27)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #716A6C

#716A6C
(113,106,108)
#7D7779
(125,119,121)
#898486
(137,132,134)
#959193
(149,145,147)
#A19EA0
(161,158,160)
#ADABAD
(173,171,173)
#B9B8BA
(185,184,186)
#C5C5C7
(197,197,199)
#D1D2D4
(209,210,212)
#DDDFE1
(221,223,225)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716A6C color. Also use rgb(113,106,108) instead hex code.

Text Font Color

.myTextColor { color: #716A6C; }

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

This text font color is #716A6C.


Background Color

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

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

This div background color is #716A6C.


Border color

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

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

This div border color is #716A6C.


Opacity

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

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

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

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

This text has shadow with #716A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716A6C on black background.


Color preview on white background

This text has color #716A6C on white background.



Black color preview on #716A6C background

This text has black color on #716A6C background.


White color preview on #716A6C background

This text has white color on #716A6C background.