COLOR #716A5C

HEX: #716A5C RGB: (113,106,92)

Color info

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

RGB color model

#716A5C color RGB value is (113,106,92).

RGB: (113,106,92) (44%, 42%, 36%)

RGB channels and saturation

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

113
106
92

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

Portions of RGB colors in percentages

R + G + B = 113 + 106 + 92 = 311 (100%)
R 113 of 311 ~ 36.33%
G 106 of 311 ~ 34.08%
B 92 of 311 ~ 29.58'%

%36.33
%34.08
%29.58

CMYK color model

#716A5C color CMYK value is (0,6,19,56).

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

CMYK: (0,6,19,56)
C0M6Y19K56 (0%, 6%, 19%, 56%)
(0.00 / 0.06 / 0.19 / 0.56)

CMYK percentages

%0
%6.19
%18.58
%55.69

Codes

Color #716A5C in popluar color models

71 6A 5C
RGB 113 106 92
HSL 40° 10.24% 40.20%
HSB/HSV 40° 18.58% 44.31%
CMYK 0.00% 6.19% 18.58%
55.69%

Color #716A5C in popluar number systems.

HEX 71 6A 5C
Decimal 113 106 92
Binary 1110001 1101010 1011100
Octal 161 152 134

Shades and tints

Shades of #716A5C

#716A5C
(113,106,92)
#676154
(103,97,84)
#5D584C
(93,88,76)
#534F44
(83,79,68)
#49463C
(73,70,60)
#3F3D34
(63,61,52)
#35342C
(53,52,44)
#2B2B24
(43,43,36)
#21221C
(33,34,28)
#171914
(23,25,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #716A5C

#716A5C
(113,106,92)
#7D776A
(125,119,106)
#898478
(137,132,120)
#959186
(149,145,134)
#A19E94
(161,158,148)
#ADABA2
(173,171,162)
#B9B8B0
(185,184,176)
#C5C5BE
(197,197,190)
#D1D2CC
(209,210,204)
#DDDFDA
(221,223,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716A5C; }

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

This text font color is #716A5C.

Background Color

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

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

This div background color is #716A5C.

Border color

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

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

This div border color is #716A5C.

Opacity

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

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

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

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

This text has shadow with #716A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716A5C.

Preview

Color preview on black background

This text has color #716A5C on black background.


Color preview on white background

This text has color #716A5C on white background.


Black color preview on #716A5C background

This text has black color on #716A5C background.


White color preview on #716A5C background

This text has white color on #716A5C background.


Related colors

Complementary color

Complementary color for #hex is #8E95A3.


I love getcolorcode.com

Triadic colors

1 #5C716A and #6A5C71 with #716A5C are triadic colors.

2 #5C6A71 and #6A715C with #716A5C are triadic colors.