COLOR #917C4F

HEX: #917C4F
RGB: (145,124,79)

Color info

#917C4F contains mainly red and green colors. Web safe color of #917C4F is #996666 (or #966).

RGB color model

#917C4F color RGB value is (145,124,79).

  • red value is 145;
  • green value is 124;
  • blue value is 79.
RGB:
(145,124,79)
(57%,49%,31%)

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 79 of 255 = 31%

145
124
79

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

Portions of RGB colors in percentages

R + G + B =
145 + 124 + 79 = 348 (100%)
R 145 of 348 ~ 41.67%
G 124 of 348 ~ 35.63%
B 79 of 348 ~ 22.7%

%41.67
%35.63
%22.7

CMYK color model

#917C4F color CMYK value is (0,14,46,43).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 45.52%
  • key color value is 43.14%
CMYK:
(0,14,46,43)
C0M14Y46K43 
(0%,14%,46%,43%)
(0.00/0.14/0.46/0.43)	

CMYK percentages

%0
%14.48
%45.52
%43.14

Codes

Color #917C4F in popluar color models

917C4F
RGB14512479
HSL41°29.46%43.92%
HSB/HSV41°45.52%56.86%
CMYK0.00%14.48%45.52%
43.14%

Color #917C4F in popluar number systems.

HEX917C4F
Decimal14512479
Binary1001000111111001001111
Octal221174117

Shades and tints

Shades of #917C4F

#917C4F
(145,124,79)
#847148
(132,113,72)
#776641
(119,102,65)
#6A5B3A
(106,91,58)
#5D5033
(93,80,51)
#50452C
(80,69,44)
#433A25
(67,58,37)
#362F1E
(54,47,30)
#292417
(41,36,23)
#1C1910
(28,25,16)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #917C4F

#917C4F
(145,124,79)
#9B875F
(155,135,95)
#A5926F
(165,146,111)
#AF9D7F
(175,157,127)
#B9A88F
(185,168,143)
#C3B39F
(195,179,159)
#CDBEAF
(205,190,175)
#D7C9BF
(215,201,191)
#E1D4CF
(225,212,207)
#EBDFDF
(235,223,223)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917C4F color. Also use rgb(145,124,79) instead hex code.

Text Font Color

.myTextColor { color: #917C4F; }

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

This text font color is #917C4F.


Background Color

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

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

This div background color is #917C4F.


Border color

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

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

This div border color is #917C4F.


Opacity

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

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

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

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

This text has shadow with #917C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917C4F on black background.


Color preview on white background

This text has color #917C4F on white background.



Black color preview on #917C4F background

This text has black color on #917C4F background.


White color preview on #917C4F background

This text has white color on #917C4F background.