COLOR #716A5F

HEX: #716A5F RGB: (113,106,95)

Color info

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

RGB color model

#716A5F color RGB value is (113,106,95).

RGB: (113,106,95) (44%, 42%, 37%)

RGB channels and saturation

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

113
106
95

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

Portions of RGB colors in percentages

R + G + B = 113 + 106 + 95 = 314 (100%)
R 113 of 314 ~ 35.99%
G 106 of 314 ~ 33.76%
B 95 of 314 ~ 30.25'%

%35.99
%33.76
%30.25

CMYK color model

#716A5F color CMYK value is (0,6,16,56).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 15.93%
  • key color value is 55.69%

CMYK: (0,6,16,56)
C0M6Y16K56 (0%, 6%, 16%, 56%)
(0.00 / 0.06 / 0.16 / 0.56)

CMYK percentages

%0
%6.19
%15.93
%55.69

Codes

Color #716A5F in popluar color models

71 6A 5F
RGB 113 106 95
HSL 37° 8.65% 40.78%
HSB/HSV 37° 15.93% 44.31%
CMYK 0.00% 6.19% 15.93%
55.69%

Color #716A5F in popluar number systems.

HEX 71 6A 5F
Decimal 113 106 95
Binary 1110001 1101010 1011111
Octal 161 152 137

Shades and tints

Shades of #716A5F

#716A5F
(113,106,95)
#676157
(103,97,87)
#5D584F
(93,88,79)
#534F47
(83,79,71)
#49463F
(73,70,63)
#3F3D37
(63,61,55)
#35342F
(53,52,47)
#2B2B27
(43,43,39)
#21221F
(33,34,31)
#171917
(23,25,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #716A5F

#716A5F
(113,106,95)
#7D776D
(125,119,109)
#89847B
(137,132,123)
#959189
(149,145,137)
#A19E97
(161,158,151)
#ADABA5
(173,171,165)
#B9B8B3
(185,184,179)
#C5C5C1
(197,197,193)
#D1D2CF
(209,210,207)
#DDDFDD
(221,223,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716A5F; }

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

This text font color is #716A5F.

Background Color

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

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

This div background color is #716A5F.

Border color

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

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

This div border color is #716A5F.

Opacity

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

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

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

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

This text has shadow with #716A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716A5F.

Preview

Color preview on black background

This text has color #716A5F on black background.


Color preview on white background

This text has color #716A5F on white background.


Black color preview on #716A5F background

This text has black color on #716A5F background.


White color preview on #716A5F background

This text has white color on #716A5F background.


Related colors

Complementary color

Complementary color for #hex is #8E95A0.


I love getcolorcode.com

Triadic colors

1 #5F716A and #6A5F71 with #716A5F are triadic colors.

2 #5F6A71 and #6A715F with #716A5F are triadic colors.