COLOR #716F6A

HEX: #716F6A
RGB: (113,111,106)

Color info

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

RGB color model

#716F6A color RGB value is (113,111,106).

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

RGB channels and saturation

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

113
111
106

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 106 = 330 (100%)
R 113 of 330 ~ 34.24%
G 111 of 330 ~ 33.64%
B 106 of 330 ~ 32.12%

%34.24
%33.64
%32.12

CMYK color model

#716F6A color CMYK value is (0,2,6,56).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 6.19%
  • key color value is 55.69%
CMYK:
(0,2,6,56)
C0M2Y6K56 
(0%,2%,6%,56%)
(0.00/0.02/0.06/0.56)	

CMYK percentages

%0
%1.77
%6.19
%55.69

Codes

Color #716F6A in popluar color models

716F6A
RGB113111106
HSL43°3.20%42.94%
HSB/HSV43°6.19%44.31%
CMYK0.00%1.77%6.19%
55.69%

Color #716F6A in popluar number systems.

HEX716F6A
Decimal113111106
Binary111000111011111101010
Octal161157152

Shades and tints

Shades of #716F6A

#716F6A
(113,111,106)
#676561
(103,101,97)
#5D5B58
(93,91,88)
#53514F
(83,81,79)
#494746
(73,71,70)
#3F3D3D
(63,61,61)
#353334
(53,51,52)
#2B292B
(43,41,43)
#211F22
(33,31,34)
#171519
(23,21,25)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #716F6A

#716F6A
(113,111,106)
#7D7C77
(125,124,119)
#898984
(137,137,132)
#959691
(149,150,145)
#A1A39E
(161,163,158)
#ADB0AB
(173,176,171)
#B9BDB8
(185,189,184)
#C5CAC5
(197,202,197)
#D1D7D2
(209,215,210)
#DDE4DF
(221,228,223)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716F6A; }

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

This text font color is #716F6A.


Background Color

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

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

This div background color is #716F6A.


Border color

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

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

This div border color is #716F6A.


Opacity

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

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

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

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

This text has shadow with #716F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F6A on black background.


Color preview on white background

This text has color #716F6A on white background.



Black color preview on #716F6A background

This text has black color on #716F6A background.


White color preview on #716F6A background

This text has white color on #716F6A background.