COLOR #917E59

HEX: #917E59
RGB: (145,126,89)

Color info

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

RGB color model

#917E59 color RGB value is (145,126,89).

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

RGB channels and saturation

R 145 of 255 = 57%
G 126 of 255 = 49%
B 89 of 255 = 35%

145
126
89

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

Portions of RGB colors in percentages

R + G + B =
145 + 126 + 89 = 360 (100%)
R 145 of 360 ~ 40.28%
G 126 of 360 ~ 35%
B 89 of 360 ~ 24.72%

%40.28
%35
%24.72

CMYK color model

#917E59 color CMYK value is (0,13,39,43).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 38.62%
  • key color value is 43.14%
CMYK:
(0,13,39,43)
C0M13Y39K43 
(0%,13%,39%,43%)
(0.00/0.13/0.39/0.43)	

CMYK percentages

%0
%13.1
%38.62
%43.14

Codes

Color #917E59 in popluar color models

917E59
RGB14512689
HSL40°23.93%45.88%
HSB/HSV40°38.62%56.86%
CMYK0.00%13.10%38.62%
43.14%

Color #917E59 in popluar number systems.

HEX917E59
Decimal14512689
Binary1001000111111101011001
Octal221176131

Shades and tints

Shades of #917E59

#917E59
(145,126,89)
#847351
(132,115,81)
#776849
(119,104,73)
#6A5D41
(106,93,65)
#5D5239
(93,82,57)
#504731
(80,71,49)
#433C29
(67,60,41)
#363121
(54,49,33)
#292619
(41,38,25)
#1C1B11
(28,27,17)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #917E59

#917E59
(145,126,89)
#9B8968
(155,137,104)
#A59477
(165,148,119)
#AF9F86
(175,159,134)
#B9AA95
(185,170,149)
#C3B5A4
(195,181,164)
#CDC0B3
(205,192,179)
#D7CBC2
(215,203,194)
#E1D6D1
(225,214,209)
#EBE1E0
(235,225,224)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917E59; }

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

This text font color is #917E59.


Background Color

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

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

This div background color is #917E59.


Border color

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

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

This div border color is #917E59.


Opacity

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

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

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

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

This text has shadow with #917E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917E59 on black background.


Color preview on white background

This text has color #917E59 on white background.



Black color preview on #917E59 background

This text has black color on #917E59 background.


White color preview on #917E59 background

This text has white color on #917E59 background.