COLOR #917E61

HEX: #917E61 RGB: (145,126,97)

Color info

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

RGB color model

#917E61 color RGB value is (145,126,97).

RGB: (145,126,97) (57%, 49%, 38%)

RGB channels and saturation

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

145
126
97

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

Portions of RGB colors in percentages

R + G + B = 145 + 126 + 97 = 368 (100%)
R 145 of 368 ~ 39.4%
G 126 of 368 ~ 34.24%
B 97 of 368 ~ 26.36'%

%39.4
%34.24
%26.36

CMYK color model

#917E61 color CMYK value is (0,13,33,43).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 33.10%
  • key color value is 43.14%

CMYK: (0,13,33,43)
C0M13Y33K43 (0%, 13%, 33%, 43%)
(0.00 / 0.13 / 0.33 / 0.43)

CMYK percentages

%0
%13.1
%33.1
%43.14

Codes

Color #917E61 in popluar color models

91 7E 61
RGB 145 126 97
HSL 36° 19.83% 47.45%
HSB/HSV 36° 33.10% 56.86%
CMYK 0.00% 13.10% 33.10%
43.14%

Color #917E61 in popluar number systems.

HEX 91 7E 61
Decimal 145 126 97
Binary 10010001 1111110 1100001
Octal 221 176 141

Shades and tints

Shades of #917E61

#917E61
(145,126,97)
#847359
(132,115,89)
#776851
(119,104,81)
#6A5D49
(106,93,73)
#5D5241
(93,82,65)
#504739
(80,71,57)
#433C31
(67,60,49)
#363129
(54,49,41)
#292621
(41,38,33)
#1C1B19
(28,27,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #917E61

#917E61
(145,126,97)
#9B896F
(155,137,111)
#A5947D
(165,148,125)
#AF9F8B
(175,159,139)
#B9AA99
(185,170,153)
#C3B5A7
(195,181,167)
#CDC0B5
(205,192,181)
#D7CBC3
(215,203,195)
#E1D6D1
(225,214,209)
#EBE1DF
(235,225,223)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917E61; }

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

This text font color is #917E61.

Background Color

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

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

This div background color is #917E61.

Border color

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

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

This div border color is #917E61.

Opacity

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

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

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

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

This text has shadow with #917E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917E61.

Preview

Color preview on black background

This text has color #917E61 on black background.


Color preview on white background

This text has color #917E61 on white background.


Black color preview on #917E61 background

This text has black color on #917E61 background.


White color preview on #917E61 background

This text has white color on #917E61 background.


Related colors

Complementary color

Complementary color for #hex is #6E819E.


I love getcolorcode.com

Triadic colors

1 #61917E and #7E6191 with #917E61 are triadic colors.

2 #617E91 and #7E9161 with #917E61 are triadic colors.