COLOR #917D61

HEX: #917D61
RGB: (145,125,97)

Color info

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

RGB color model

#917D61 color RGB value is (145,125,97).

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

RGB channels and saturation

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

145
125
97

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

Portions of RGB colors in percentages

R + G + B =
145 + 125 + 97 = 367 (100%)
R 145 of 367 ~ 39.51%
G 125 of 367 ~ 34.06%
B 97 of 367 ~ 26.43%

%39.51
%34.06
%26.43

CMYK color model

#917D61 color CMYK value is (0,14,33,43).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 33.10%
  • key color value is 43.14%
CMYK:
(0,14,33,43)
C0M14Y33K43 
(0%,14%,33%,43%)
(0.00/0.14/0.33/0.43)	

CMYK percentages

%0
%13.79
%33.1
%43.14

Codes

Color #917D61 in popluar color models

917D61
RGB14512597
HSL35°19.83%47.45%
HSB/HSV35°33.10%56.86%
CMYK0.00%13.79%33.10%
43.14%

Color #917D61 in popluar number systems.

HEX917D61
Decimal14512597
Binary1001000111111011100001
Octal221175141

Shades and tints

Shades of #917D61

#917D61
(145,125,97)
#847259
(132,114,89)
#776751
(119,103,81)
#6A5C49
(106,92,73)
#5D5141
(93,81,65)
#504639
(80,70,57)
#433B31
(67,59,49)
#363029
(54,48,41)
#292521
(41,37,33)
#1C1A19
(28,26,25)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #917D61

#917D61
(145,125,97)
#9B886F
(155,136,111)
#A5937D
(165,147,125)
#AF9E8B
(175,158,139)
#B9A999
(185,169,153)
#C3B4A7
(195,180,167)
#CDBFB5
(205,191,181)
#D7CAC3
(215,202,195)
#E1D5D1
(225,213,209)
#EBE0DF
(235,224,223)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917D61; }

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

This text font color is #917D61.


Background Color

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

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

This div background color is #917D61.


Border color

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

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

This div border color is #917D61.


Opacity

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

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

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

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

This text has shadow with #917D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917D61 on black background.


Color preview on white background

This text has color #917D61 on white background.



Black color preview on #917D61 background

This text has black color on #917D61 background.


White color preview on #917D61 background

This text has white color on #917D61 background.