COLOR #917B66

HEX: #917B66
RGB: (145,123,102)

Color info

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

RGB color model

#917B66 color RGB value is (145,123,102).

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

RGB channels and saturation

R 145 of 255 = 57%
G 123 of 255 = 48%
B 102 of 255 = 40%

145
123
102

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

Portions of RGB colors in percentages

R + G + B =
145 + 123 + 102 = 370 (100%)
R 145 of 370 ~ 39.19%
G 123 of 370 ~ 33.24%
B 102 of 370 ~ 27.57%

%39.19
%33.24
%27.57

CMYK color model

#917B66 color CMYK value is (0,15,30,43).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 29.66%
  • key color value is 43.14%
CMYK:
(0,15,30,43)
C0M15Y30K43 
(0%,15%,30%,43%)
(0.00/0.15/0.30/0.43)	

CMYK percentages

%0
%15.17
%29.66
%43.14

Codes

Color #917B66 in popluar color models

917B66
RGB145123102
HSL29°17.41%48.43%
HSB/HSV29°29.66%56.86%
CMYK0.00%15.17%29.66%
43.14%

Color #917B66 in popluar number systems.

HEX917B66
Decimal145123102
Binary1001000111110111100110
Octal221173146

Shades and tints

Shades of #917B66

#917B66
(145,123,102)
#84705D
(132,112,93)
#776554
(119,101,84)
#6A5A4B
(106,90,75)
#5D4F42
(93,79,66)
#504439
(80,68,57)
#433930
(67,57,48)
#362E27
(54,46,39)
#29231E
(41,35,30)
#1C1815
(28,24,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #917B66

#917B66
(145,123,102)
#9B8773
(155,135,115)
#A59380
(165,147,128)
#AF9F8D
(175,159,141)
#B9AB9A
(185,171,154)
#C3B7A7
(195,183,167)
#CDC3B4
(205,195,180)
#D7CFC1
(215,207,193)
#E1DBCE
(225,219,206)
#EBE7DB
(235,231,219)
#F5F3E8
(245,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917B66; }

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

This text font color is #917B66.


Background Color

.myBgColor { background-color: #917B66; }

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

This div background color is #917B66.


Border color

.myBorderColor { border: 1px solid #917B66; }

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

This div border color is #917B66.


Opacity

.myOpacity80 { color: #917B66; opacity: 0.8; }

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

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

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

This text has shadow with #917B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917B66 on black background.


Color preview on white background

This text has color #917B66 on white background.



Black color preview on #917B66 background

This text has black color on #917B66 background.


White color preview on #917B66 background

This text has white color on #917B66 background.