COLOR #916C71

HEX: #916C71
RGB: (145,108,113)

Color info

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

RGB color model

#916C71 color RGB value is (145,108,113).

  • red value is 145;
  • green value is 108;
  • blue value is 113.
RGB:
(145,108,113)
(57%,42%,44%)

RGB channels and saturation

R 145 of 255 = 57%
G 108 of 255 = 42%
B 113 of 255 = 44%

145
108
113

R + G + B ~ 48%. #916C71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 108 + 113 = 366 (100%)
R 145 of 366 ~ 39.62%
G 108 of 366 ~ 29.51%
B 113 of 366 ~ 30.87%

%39.62
%29.51
%30.87

CMYK color model

#916C71 color CMYK value is (0,26,22,43).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 22.07%
  • key color value is 43.14%
CMYK:
(0,26,22,43)
C0M26Y22K43 
(0%,26%,22%,43%)
(0.00/0.26/0.22/0.43)	

CMYK percentages

%0
%25.52
%22.07
%43.14

Codes

Color #916C71 in popluar color models

916C71
RGB145108113
HSL352°14.62%49.61%
HSB/HSV352°25.52%56.86%
CMYK0.00%25.52%22.07%
43.14%

Color #916C71 in popluar number systems.

HEX916C71
Decimal145108113
Binary1001000111011001110001
Octal221154161

Shades and tints

Shades of #916C71

#916C71
(145,108,113)
#846367
(132,99,103)
#775A5D
(119,90,93)
#6A5153
(106,81,83)
#5D4849
(93,72,73)
#503F3F
(80,63,63)
#433635
(67,54,53)
#362D2B
(54,45,43)
#292421
(41,36,33)
#1C1B17
(28,27,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #916C71

#916C71
(145,108,113)
#9B797D
(155,121,125)
#A58689
(165,134,137)
#AF9395
(175,147,149)
#B9A0A1
(185,160,161)
#C3ADAD
(195,173,173)
#CDBAB9
(205,186,185)
#D7C7C5
(215,199,197)
#E1D4D1
(225,212,209)
#EBE1DD
(235,225,221)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #916C71 color. Also use rgb(145,108,113) instead hex code.

Text Font Color

.myTextColor { color: #916C71; }

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

This text font color is #916C71.


Background Color

.myBgColor { background-color: #916C71; }

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

This div background color is #916C71.


Border color

.myBorderColor { border: 1px solid #916C71; }

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

This div border color is #916C71.


Opacity

.myOpacity80 { color: #916C71; opacity: 0.8; }

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

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

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

This text has shadow with #916C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #916C71 on black background.


Color preview on white background

This text has color #916C71 on white background.



Black color preview on #916C71 background

This text has black color on #916C71 background.


White color preview on #916C71 background

This text has white color on #916C71 background.