COLOR #716E6A

HEX: #716E6A
RGB: (113,110,106)

Color info

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

RGB color model

#716E6A color RGB value is (113,110,106).

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

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 106 of 255 = 42%

113
110
106

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

Portions of RGB colors in percentages

R + G + B =
113 + 110 + 106 = 329 (100%)
R 113 of 329 ~ 34.35%
G 110 of 329 ~ 33.43%
B 106 of 329 ~ 32.22%

%34.35
%33.43
%32.22

CMYK color model

#716E6A color CMYK value is (0,3,6,56).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 6.19%
  • key color value is 55.69%
CMYK: (0,3,6,56) C0M3Y6K56 (0%,3%,6%,56%) (0.00/0.03/0.06/0.56)

CMYK percentages

%0
%2.65
%6.19
%55.69

Codes

Color #716E6A in popluar color models

716E6A
RGB113110106
HSL34°3.20%42.94%
HSB/HSV34°6.19%44.31%
CMYK0.00%2.65%6.19%
55.69%

Color #716E6A in popluar number systems.

HEX716E6A
Decimal113110106
Binary111000111011101101010
Octal161156152

Shades and tints

Shades of #716E6A

#716E6A
(113,110,106)
#676461
(103,100,97)
#5D5A58
(93,90,88)
#53504F
(83,80,79)
#494646
(73,70,70)
#3F3C3D
(63,60,61)
#353234
(53,50,52)
#2B282B
(43,40,43)
#211E22
(33,30,34)
#171419
(23,20,25)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #716E6A

#716E6A
(113,110,106)
#7D7B77
(125,123,119)
#898884
(137,136,132)
#959591
(149,149,145)
#A1A29E
(161,162,158)
#ADAFAB
(173,175,171)
#B9BCB8
(185,188,184)
#C5C9C5
(197,201,197)
#D1D6D2
(209,214,210)
#DDE3DF
(221,227,223)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716E6A; }

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

This text font color is #716E6A.


Background Color

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

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

This div background color is #716E6A.


Border color

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

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

This div border color is #716E6A.


Opacity

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

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

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

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

This text has shadow with #716E6A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #716E6A on black background.


Color preview on white background

This text has color #716E6A on white background.



Black color preview on #716E6A background

This text has black color on #716E6A background.


White color preview on #716E6A background

This text has white color on #716E6A background.