COLOR #71716A

HEX: #71716A
RGB: (113,113,106)

Color info

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

RGB color model

#71716A color RGB value is (113,113,106).

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

RGB channels and saturation

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

113
113
106

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

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 106 = 332 (100%)
R 113 of 332 ~ 34.04%
G 113 of 332 ~ 34.04%
B 106 of 332 ~ 31.93%

%34.04
%34.04
%31.93

CMYK color model

#71716A color CMYK value is (0,0,6,56).

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

CMYK percentages

%0
%0
%6.19
%55.69

Codes

Color #71716A in popluar color models

71716A
RGB113113106
HSL60°3.20%42.94%
HSB/HSV60°6.19%44.31%
CMYK0.00%0.00%6.19%
55.69%

Color #71716A in popluar number systems.

HEX71716A
Decimal113113106
Binary111000111100011101010
Octal161161152

Shades and tints

Shades of #71716A

#71716A
(113,113,106)
#676761
(103,103,97)
#5D5D58
(93,93,88)
#53534F
(83,83,79)
#494946
(73,73,70)
#3F3F3D
(63,63,61)
#353534
(53,53,52)
#2B2B2B
(43,43,43)
#212122
(33,33,34)
#171719
(23,23,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #71716A

#71716A
(113,113,106)
#7D7D77
(125,125,119)
#898984
(137,137,132)
#959591
(149,149,145)
#A1A19E
(161,161,158)
#ADADAB
(173,173,171)
#B9B9B8
(185,185,184)
#C5C5C5
(197,197,197)
#D1D1D2
(209,209,210)
#DDDDDF
(221,221,223)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71716A; }

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

This text font color is #71716A.


Background Color

.myBgColor { background-color: #71716A; }

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

This div background color is #71716A.


Border color

.myBorderColor { border: 1px solid #71716A; }

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

This div border color is #71716A.


Opacity

.myOpacity80 { color: #71716A; opacity: 0.8; }

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

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

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

This text has shadow with #71716A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71716A on black background.


Color preview on white background

This text has color #71716A on white background.



Black color preview on #71716A background

This text has black color on #71716A background.


White color preview on #71716A background

This text has white color on #71716A background.