COLOR #917C4A

HEX: #917C4A
RGB: (145,124,74)

Color info

#917C4A contains mainly red and green colors. Web safe color of #917C4A is #996633 (or #963).

RGB color model

#917C4A color RGB value is (145,124,74).

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

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 74 of 255 = 29%

145
124
74

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

Portions of RGB colors in percentages

R + G + B =
145 + 124 + 74 = 343 (100%)
R 145 of 343 ~ 42.27%
G 124 of 343 ~ 36.15%
B 74 of 343 ~ 21.57%

%42.27
%36.15
%21.57

CMYK color model

#917C4A color CMYK value is (0,14,49,43).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 48.97%
  • key color value is 43.14%
CMYK:
(0,14,49,43)
C0M14Y49K43 
(0%,14%,49%,43%)
(0.00/0.14/0.49/0.43)	

CMYK percentages

%0
%14.48
%48.97
%43.14

Codes

Color #917C4A in popluar color models

917C4A
RGB14512474
HSL42°32.42%42.94%
HSB/HSV42°48.97%56.86%
CMYK0.00%14.48%48.97%
43.14%

Color #917C4A in popluar number systems.

HEX917C4A
Decimal14512474
Binary1001000111111001001010
Octal221174112

Shades and tints

Shades of #917C4A

#917C4A
(145,124,74)
#847144
(132,113,68)
#77663E
(119,102,62)
#6A5B38
(106,91,56)
#5D5032
(93,80,50)
#50452C
(80,69,44)
#433A26
(67,58,38)
#362F20
(54,47,32)
#29241A
(41,36,26)
#1C1914
(28,25,20)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #917C4A

#917C4A
(145,124,74)
#9B875A
(155,135,90)
#A5926A
(165,146,106)
#AF9D7A
(175,157,122)
#B9A88A
(185,168,138)
#C3B39A
(195,179,154)
#CDBEAA
(205,190,170)
#D7C9BA
(215,201,186)
#E1D4CA
(225,212,202)
#EBDFDA
(235,223,218)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917C4A; }

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

This text font color is #917C4A.


Background Color

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

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

This div background color is #917C4A.


Border color

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

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

This div border color is #917C4A.


Opacity

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

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

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

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

This text has shadow with #917C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917C4A on black background.


Color preview on white background

This text has color #917C4A on white background.



Black color preview on #917C4A background

This text has black color on #917C4A background.


White color preview on #917C4A background

This text has white color on #917C4A background.