COLOR #716B5C

HEX: #716B5C
RGB: (113,107,92)

Color info

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

RGB color model

#716B5C color RGB value is (113,107,92).

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

RGB channels and saturation

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

113
107
92

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 92 = 312 (100%)
R 113 of 312 ~ 36.22%
G 107 of 312 ~ 34.29%
B 92 of 312 ~ 29.49%

%36.22
%34.29
%29.49

CMYK color model

#716B5C color CMYK value is (0,5,19,56).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(0,5,19,56)
C0M5Y19K56 
(0%,5%,19%,56%)
(0.00/0.05/0.19/0.56)	

CMYK percentages

%0
%5.31
%18.58
%55.69

Codes

Color #716B5C in popluar color models

716B5C
RGB11310792
HSL43°10.24%40.20%
HSB/HSV43°18.58%44.31%
CMYK0.00%5.31%18.58%
55.69%

Color #716B5C in popluar number systems.

HEX716B5C
Decimal11310792
Binary111000111010111011100
Octal161153134

Shades and tints

Shades of #716B5C

#716B5C
(113,107,92)
#676254
(103,98,84)
#5D594C
(93,89,76)
#535044
(83,80,68)
#49473C
(73,71,60)
#3F3E34
(63,62,52)
#35352C
(53,53,44)
#2B2C24
(43,44,36)
#21231C
(33,35,28)
#171A14
(23,26,20)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #716B5C

#716B5C
(113,107,92)
#7D786A
(125,120,106)
#898578
(137,133,120)
#959286
(149,146,134)
#A19F94
(161,159,148)
#ADACA2
(173,172,162)
#B9B9B0
(185,185,176)
#C5C6BE
(197,198,190)
#D1D3CC
(209,211,204)
#DDE0DA
(221,224,218)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716B5C; }

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

This text font color is #716B5C.


Background Color

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

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

This div background color is #716B5C.


Border color

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

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

This div border color is #716B5C.


Opacity

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

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

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

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

This text has shadow with #716B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B5C on black background.


Color preview on white background

This text has color #716B5C on white background.



Black color preview on #716B5C background

This text has black color on #716B5C background.


White color preview on #716B5C background

This text has white color on #716B5C background.