COLOR #917966

HEX: #917966
RGB: (145,121,102)

Color info

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

RGB color model

#917966 color RGB value is (145,121,102).

  • red value is 145;
  • green value is 121;
  • blue value is 102.
RGB:
(145,121,102)
(57%,47%,40%)

RGB channels and saturation

R 145 of 255 = 57%
G 121 of 255 = 47%
B 102 of 255 = 40%

145
121
102

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

Portions of RGB colors in percentages

R + G + B =
145 + 121 + 102 = 368 (100%)
R 145 of 368 ~ 39.4%
G 121 of 368 ~ 32.88%
B 102 of 368 ~ 27.72%

%39.4
%32.88
%27.72

CMYK color model

#917966 color CMYK value is (0,17,30,43).

  • cyan value is 0.00%
  • magenta value is 16.55%
  • yellow value is 29.66%
  • key color value is 43.14%
CMYK:
(0,17,30,43)
C0M17Y30K43 
(0%,17%,30%,43%)
(0.00/0.17/0.30/0.43)	

CMYK percentages

%0
%16.55
%29.66
%43.14

Codes

Color #917966 in popluar color models

917966
RGB145121102
HSL27°17.41%48.43%
HSB/HSV27°29.66%56.86%
CMYK0.00%16.55%29.66%
43.14%

Color #917966 in popluar number systems.

HEX917966
Decimal145121102
Binary1001000111110011100110
Octal221171146

Shades and tints

Shades of #917966

#917966
(145,121,102)
#846E5D
(132,110,93)
#776354
(119,99,84)
#6A584B
(106,88,75)
#5D4D42
(93,77,66)
#504239
(80,66,57)
#433730
(67,55,48)
#362C27
(54,44,39)
#29211E
(41,33,30)
#1C1615
(28,22,21)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #917966

#917966
(145,121,102)
#9B8573
(155,133,115)
#A59180
(165,145,128)
#AF9D8D
(175,157,141)
#B9A99A
(185,169,154)
#C3B5A7
(195,181,167)
#CDC1B4
(205,193,180)
#D7CDC1
(215,205,193)
#E1D9CE
(225,217,206)
#EBE5DB
(235,229,219)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917966 color. Also use rgb(145,121,102) instead hex code.

Text Font Color

.myTextColor { color: #917966; }

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

This text font color is #917966.


Background Color

.myBgColor { background-color: #917966; }

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

This div background color is #917966.


Border color

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

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

This div border color is #917966.


Opacity

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

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

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

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

This text has shadow with #917966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917966 on black background.


Color preview on white background

This text has color #917966 on white background.



Black color preview on #917966 background

This text has black color on #917966 background.


White color preview on #917966 background

This text has white color on #917966 background.