COLOR #917E60

HEX: #917E60
RGB: (145,126,96)

Color info

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

RGB color model

#917E60 color RGB value is (145,126,96).

  • red value is 145;
  • green value is 126;
  • blue value is 96.
RGB:
(145,126,96)
(57%,49%,38%)

RGB channels and saturation

R 145 of 255 = 57%
G 126 of 255 = 49%
B 96 of 255 = 38%

145
126
96

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

Portions of RGB colors in percentages

R + G + B =
145 + 126 + 96 = 367 (100%)
R 145 of 367 ~ 39.51%
G 126 of 367 ~ 34.33%
B 96 of 367 ~ 26.16%

%39.51
%34.33
%26.16

CMYK color model

#917E60 color CMYK value is (0,13,34,43).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 33.79%
  • key color value is 43.14%
CMYK:
(0,13,34,43)
C0M13Y34K43 
(0%,13%,34%,43%)
(0.00/0.13/0.34/0.43)	

CMYK percentages

%0
%13.1
%33.79
%43.14

Codes

Color #917E60 in popluar color models

917E60
RGB14512696
HSL37°20.33%47.25%
HSB/HSV37°33.79%56.86%
CMYK0.00%13.10%33.79%
43.14%

Color #917E60 in popluar number systems.

HEX917E60
Decimal14512696
Binary1001000111111101100000
Octal221176140

Shades and tints

Shades of #917E60

#917E60
(145,126,96)
#847358
(132,115,88)
#776850
(119,104,80)
#6A5D48
(106,93,72)
#5D5240
(93,82,64)
#504738
(80,71,56)
#433C30
(67,60,48)
#363128
(54,49,40)
#292620
(41,38,32)
#1C1B18
(28,27,24)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #917E60

#917E60
(145,126,96)
#9B896E
(155,137,110)
#A5947C
(165,148,124)
#AF9F8A
(175,159,138)
#B9AA98
(185,170,152)
#C3B5A6
(195,181,166)
#CDC0B4
(205,192,180)
#D7CBC2
(215,203,194)
#E1D6D0
(225,214,208)
#EBE1DE
(235,225,222)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917E60 color. Also use rgb(145,126,96) instead hex code.

Text Font Color

.myTextColor { color: #917E60; }

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

This text font color is #917E60.


Background Color

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

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

This div background color is #917E60.


Border color

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

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

This div border color is #917E60.


Opacity

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

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

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

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

This text has shadow with #917E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917E60 on black background.


Color preview on white background

This text has color #917E60 on white background.



Black color preview on #917E60 background

This text has black color on #917E60 background.


White color preview on #917E60 background

This text has white color on #917E60 background.