COLOR #716169

HEX: #716169
RGB: (113,97,105)

Color info

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

RGB color model

#716169 color RGB value is (113,97,105).

  • red value is 113;
  • green value is 97;
  • blue value is 105.
RGB:
(113,97,105)
(44%,38%,41%)

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 105 of 255 = 41%

113
97
105

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

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 105 = 315 (100%)
R 113 of 315 ~ 35.87%
G 97 of 315 ~ 30.79%
B 105 of 315 ~ 33.33%

%35.87
%30.79
%33.33

CMYK color model

#716169 color CMYK value is (0,14,7,56).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 7.08%
  • key color value is 55.69%
CMYK:
(0,14,7,56)
C0M14Y7K56 
(0%,14%,7%,56%)
(0.00/0.14/0.07/0.56)	

CMYK percentages

%0
%14.16
%7.08
%55.69

Codes

Color #716169 in popluar color models

716169
RGB11397105
HSL330°7.62%41.18%
HSB/HSV330°14.16%44.31%
CMYK0.00%14.16%7.08%
55.69%

Color #716169 in popluar number systems.

HEX716169
Decimal11397105
Binary111000111000011101001
Octal161141151

Shades and tints

Shades of #716169

#716169
(113,97,105)
#675960
(103,89,96)
#5D5157
(93,81,87)
#53494E
(83,73,78)
#494145
(73,65,69)
#3F393C
(63,57,60)
#353133
(53,49,51)
#2B292A
(43,41,42)
#212121
(33,33,33)
#171918
(23,25,24)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #716169

#716169
(113,97,105)
#7D6F76
(125,111,118)
#897D83
(137,125,131)
#958B90
(149,139,144)
#A1999D
(161,153,157)
#ADA7AA
(173,167,170)
#B9B5B7
(185,181,183)
#C5C3C4
(197,195,196)
#D1D1D1
(209,209,209)
#DDDFDE
(221,223,222)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716169 color. Also use rgb(113,97,105) instead hex code.

Text Font Color

.myTextColor { color: #716169; }

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

This text font color is #716169.


Background Color

.myBgColor { background-color: #716169; }

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

This div background color is #716169.


Border color

.myBorderColor { border: 1px solid #716169; }

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

This div border color is #716169.


Opacity

.myOpacity80 { color: #716169; opacity: 0.8; }

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

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

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

This text has shadow with #716169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716169 on black background.


Color preview on white background

This text has color #716169 on white background.



Black color preview on #716169 background

This text has black color on #716169 background.


White color preview on #716169 background

This text has white color on #716169 background.