COLOR #716A6E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
106
110

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

Portions of RGB colors in percentages

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

%34.35
%32.22
%33.43

CMYK color model

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

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

CMYK percentages

%0
%6.19
%2.65
%55.69

Codes

Color #716A6E in popluar color models

716A6E
RGB113106110
HSL326°3.20%42.94%
HSB/HSV326°6.19%44.31%
CMYK0.00%6.19%2.65%
55.69%

Color #716A6E in popluar number systems.

HEX716A6E
Decimal113106110
Binary111000111010101101110
Octal161152156

Shades and tints

Shades of #716A6E

#716A6E
(113,106,110)
#676164
(103,97,100)
#5D585A
(93,88,90)
#534F50
(83,79,80)
#494646
(73,70,70)
#3F3D3C
(63,61,60)
#353432
(53,52,50)
#2B2B28
(43,43,40)
#21221E
(33,34,30)
#171914
(23,25,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #716A6E

#716A6E
(113,106,110)
#7D777B
(125,119,123)
#898488
(137,132,136)
#959195
(149,145,149)
#A19EA2
(161,158,162)
#ADABAF
(173,171,175)
#B9B8BC
(185,184,188)
#C5C5C9
(197,197,201)
#D1D2D6
(209,210,214)
#DDDFE3
(221,223,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716A6E; }

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

This text font color is #716A6E.


Background Color

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

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

This div background color is #716A6E.


Border color

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

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

This div border color is #716A6E.


Opacity

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

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

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

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

This text has shadow with #716A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716A6E on black background.


Color preview on white background

This text has color #716A6E on white background.



Black color preview on #716A6E background

This text has black color on #716A6E background.


White color preview on #716A6E background

This text has white color on #716A6E background.