COLOR #91717C

HEX: #91717C RGB: (145,113,124)

Color info

#91717C contains red, green and blue colors in about the same proportion. Web safe color of #91717C is #996666 (or #966).

RGB color model

#91717C color RGB value is (145,113,124).

RGB: (145,113,124) (57%, 44%, 49%)

RGB channels and saturation

R 145 of 255 = 57%
G 113 of 255 = 44%
B 124 of 255 = 49%

145
113
124

R + G + B ~ 50%. #91717C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 145 + 113 + 124 = 382 (100%)
R 145 of 382 ~ 37.96%
G 113 of 382 ~ 29.58%
B 124 of 382 ~ 32.46'%

%37.96
%29.58
%32.46

CMYK color model

#91717C color CMYK value is (0,22,14,43).

  • cyan value is 0.00%
  • magenta value is 22.07%
  • yellow value is 14.48%
  • key color value is 43.14%

CMYK: (0,22,14,43)
C0M22Y14K43 (0%, 22%, 14%, 43%)
(0.00 / 0.22 / 0.14 / 0.43)

CMYK percentages

%0
%22.07
%14.48
%43.14

Codes

Color #91717C in popluar color models

91 71 7C
RGB 145 113 124
HSL 339° 12.70% 50.59%
HSB/HSV 339° 22.07% 56.86%
CMYK 0.00% 22.07% 14.48%
43.14%

Color #91717C in popluar number systems.

HEX 91 71 7C
Decimal 145 113 124
Binary 10010001 1110001 1111100
Octal 221 161 174

Shades and tints

Shades of #91717C

#91717C
(145,113,124)
#846771
(132,103,113)
#775D66
(119,93,102)
#6A535B
(106,83,91)
#5D4950
(93,73,80)
#503F45
(80,63,69)
#43353A
(67,53,58)
#362B2F
(54,43,47)
#292124
(41,33,36)
#1C1719
(28,23,25)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #91717C

#91717C
(145,113,124)
#9B7D87
(155,125,135)
#A58992
(165,137,146)
#AF959D
(175,149,157)
#B9A1A8
(185,161,168)
#C3ADB3
(195,173,179)
#CDB9BE
(205,185,190)
#D7C5C9
(215,197,201)
#E1D1D4
(225,209,212)
#EBDDDF
(235,221,223)
#F5E9EA
(245,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91717C color. Also use rgb(145,113,124) instead hex code.

Text Font Color

.myTextColor { color: #91717C; }

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

This text font color is #91717C.

Background Color

.myBgColor { background-color: #91717C; }

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

This div background color is #91717C.

Border color

.myBorderColor { border: 1px solid #91717C; }

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

This div border color is #91717C.

Opacity

.myOpacity80 { color: #91717C; opacity: 0.8; }

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

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

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

This text has shadow with #91717C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91717C.

Preview

Color preview on black background

This text has color #91717C on black background.


Color preview on white background

This text has color #91717C on white background.


Black color preview on #91717C background

This text has black color on #91717C background.


White color preview on #91717C background

This text has white color on #91717C background.


Related colors

Complementary color

Complementary color for #hex is #6E8E83.


I love getcolorcode.com

Triadic colors

1 #7C9171 and #717C91 with #91717C are triadic colors.

2 #7C7191 and #71917C with #91717C are triadic colors.