COLOR #917B73

HEX: #917B73
RGB: (145,123,115)

Color info

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

RGB color model

#917B73 color RGB value is (145,123,115).

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

RGB channels and saturation

R 145 of 255 = 57%
G 123 of 255 = 48%
B 115 of 255 = 45%

145
123
115

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

Portions of RGB colors in percentages

R + G + B =
145 + 123 + 115 = 383 (100%)
R 145 of 383 ~ 37.86%
G 123 of 383 ~ 32.11%
B 115 of 383 ~ 30.03%

%37.86
%32.11
%30.03

CMYK color model

#917B73 color CMYK value is (0,15,21,43).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 20.69%
  • key color value is 43.14%
CMYK:
(0,15,21,43)
C0M15Y21K43 
(0%,15%,21%,43%)
(0.00/0.15/0.21/0.43)	

CMYK percentages

%0
%15.17
%20.69
%43.14

Codes

Color #917B73 in popluar color models

917B73
RGB145123115
HSL16°12.00%50.98%
HSB/HSV16°20.69%56.86%
CMYK0.00%15.17%20.69%
43.14%

Color #917B73 in popluar number systems.

HEX917B73
Decimal145123115
Binary1001000111110111110011
Octal221173163

Shades and tints

Shades of #917B73

#917B73
(145,123,115)
#847069
(132,112,105)
#77655F
(119,101,95)
#6A5A55
(106,90,85)
#5D4F4B
(93,79,75)
#504441
(80,68,65)
#433937
(67,57,55)
#362E2D
(54,46,45)
#292323
(41,35,35)
#1C1819
(28,24,25)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #917B73

#917B73
(145,123,115)
#9B877F
(155,135,127)
#A5938B
(165,147,139)
#AF9F97
(175,159,151)
#B9ABA3
(185,171,163)
#C3B7AF
(195,183,175)
#CDC3BB
(205,195,187)
#D7CFC7
(215,207,199)
#E1DBD3
(225,219,211)
#EBE7DF
(235,231,223)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917B73; }

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

This text font color is #917B73.


Background Color

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

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

This div background color is #917B73.


Border color

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

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

This div border color is #917B73.


Opacity

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

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

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

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

This text has shadow with #917B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917B73 on black background.


Color preview on white background

This text has color #917B73 on white background.



Black color preview on #917B73 background

This text has black color on #917B73 background.


White color preview on #917B73 background

This text has white color on #917B73 background.