COLOR #917B68

HEX: #917B68
RGB: (145,123,104)

Color info

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

RGB color model

#917B68 color RGB value is (145,123,104).

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

RGB channels and saturation

R 145 of 255 = 57%
G 123 of 255 = 48%
B 104 of 255 = 41%

145
123
104

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

Portions of RGB colors in percentages

R + G + B =
145 + 123 + 104 = 372 (100%)
R 145 of 372 ~ 38.98%
G 123 of 372 ~ 33.06%
B 104 of 372 ~ 27.96%

%38.98
%33.06
%27.96

CMYK color model

#917B68 color CMYK value is (0,15,28,43).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 28.28%
  • key color value is 43.14%
CMYK:
(0,15,28,43)
C0M15Y28K43 
(0%,15%,28%,43%)
(0.00/0.15/0.28/0.43)	

CMYK percentages

%0
%15.17
%28.28
%43.14

Codes

Color #917B68 in popluar color models

917B68
RGB145123104
HSL28°16.47%48.82%
HSB/HSV28°28.28%56.86%
CMYK0.00%15.17%28.28%
43.14%

Color #917B68 in popluar number systems.

HEX917B68
Decimal145123104
Binary1001000111110111101000
Octal221173150

Shades and tints

Shades of #917B68

#917B68
(145,123,104)
#84705F
(132,112,95)
#776556
(119,101,86)
#6A5A4D
(106,90,77)
#5D4F44
(93,79,68)
#50443B
(80,68,59)
#433932
(67,57,50)
#362E29
(54,46,41)
#292320
(41,35,32)
#1C1817
(28,24,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #917B68

#917B68
(145,123,104)
#9B8775
(155,135,117)
#A59382
(165,147,130)
#AF9F8F
(175,159,143)
#B9AB9C
(185,171,156)
#C3B7A9
(195,183,169)
#CDC3B6
(205,195,182)
#D7CFC3
(215,207,195)
#E1DBD0
(225,219,208)
#EBE7DD
(235,231,221)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917B68; }

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

This text font color is #917B68.


Background Color

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

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

This div background color is #917B68.


Border color

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

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

This div border color is #917B68.


Opacity

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

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

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

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

This text has shadow with #917B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917B68 on black background.


Color preview on white background

This text has color #917B68 on white background.



Black color preview on #917B68 background

This text has black color on #917B68 background.


White color preview on #917B68 background

This text has white color on #917B68 background.