COLOR #716E5E

HEX: #716E5E
RGB: (113,110,94)

Color info

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

RGB color model

#716E5E color RGB value is (113,110,94).

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

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 94 of 255 = 37%

113
110
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 110 + 94 = 317 (100%)
R 113 of 317 ~ 35.65%
G 110 of 317 ~ 34.7%
B 94 of 317 ~ 29.65%

%35.65
%34.7
%29.65

CMYK color model

#716E5E color CMYK value is (0,3,17,56).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 16.81%
  • key color value is 55.69%
CMYK:
(0,3,17,56)
C0M3Y17K56 
(0%,3%,17%,56%)
(0.00/0.03/0.17/0.56)	

CMYK percentages

%0
%2.65
%16.81
%55.69

Codes

Color #716E5E in popluar color models

716E5E
RGB11311094
HSL51°9.18%40.59%
HSB/HSV51°16.81%44.31%
CMYK0.00%2.65%16.81%
55.69%

Color #716E5E in popluar number systems.

HEX716E5E
Decimal11311094
Binary111000111011101011110
Octal161156136

Shades and tints

Shades of #716E5E

#716E5E
(113,110,94)
#676456
(103,100,86)
#5D5A4E
(93,90,78)
#535046
(83,80,70)
#49463E
(73,70,62)
#3F3C36
(63,60,54)
#35322E
(53,50,46)
#2B2826
(43,40,38)
#211E1E
(33,30,30)
#171416
(23,20,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #716E5E

#716E5E
(113,110,94)
#7D7B6C
(125,123,108)
#89887A
(137,136,122)
#959588
(149,149,136)
#A1A296
(161,162,150)
#ADAFA4
(173,175,164)
#B9BCB2
(185,188,178)
#C5C9C0
(197,201,192)
#D1D6CE
(209,214,206)
#DDE3DC
(221,227,220)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716E5E; }

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

This text font color is #716E5E.


Background Color

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

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

This div background color is #716E5E.


Border color

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

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

This div border color is #716E5E.


Opacity

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

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

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

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

This text has shadow with #716E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716E5E on black background.


Color preview on white background

This text has color #716E5E on white background.



Black color preview on #716E5E background

This text has black color on #716E5E background.


White color preview on #716E5E background

This text has white color on #716E5E background.