COLOR #976C17

HEX: #976C17
RGB: (151,108,23)

Color info

#976C17 contains mainly red and green colors. Web safe color of #976C17 is #996600 (or #960).

RGB color model

#976C17 color RGB value is (151,108,23).

  • red value is 151;
  • green value is 108;
  • blue value is 23.
RGB:
(151,108,23)
(59%,42%,9%)

RGB channels and saturation

R 151 of 255 = 59%
G 108 of 255 = 42%
B 23 of 255 = 9%

151
108
23

R + G + B ~ 37%. #976C17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 108 + 23 = 282 (100%)
R 151 of 282 ~ 53.55%
G 108 of 282 ~ 38.3%
B 23 of 282 ~ 8.16%

%53.55
%38.3

CMYK color model

#976C17 color CMYK value is (0,28,85,41).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 84.77%
  • key color value is 40.78%
CMYK:
(0,28,85,41)
C0M28Y85K41 
(0%,28%,85%,41%)
(0.00/0.28/0.85/0.41)	

CMYK percentages

%0
%28.48
%84.77
%40.78

Codes

Color #976C17 in popluar color models

976C17
RGB15110823
HSL40°73.56%34.12%
HSB/HSV40°84.77%59.22%
CMYK0.00%28.48%84.77%
40.78%

Color #976C17 in popluar number systems.

HEX976C17
Decimal15110823
Binary10010111110110010111
Octal22715427

Shades and tints

Shades of #976C17

#976C17
(151,108,23)
#8A6315
(138,99,21)
#7D5A13
(125,90,19)
#705111
(112,81,17)
#63480F
(99,72,15)
#563F0D
(86,63,13)
#49360B
(73,54,11)
#3C2D09
(60,45,9)
#2F2407
(47,36,7)
#221B05
(34,27,5)
#151203
(21,18,3)
#000000
(0,0,0)

Tints of #976C17

#976C17
(151,108,23)
#A0792C
(160,121,44)
#A98641
(169,134,65)
#B29356
(178,147,86)
#BBA06B
(187,160,107)
#C4AD80
(196,173,128)
#CDBA95
(205,186,149)
#D6C7AA
(214,199,170)
#DFD4BF
(223,212,191)
#E8E1D4
(232,225,212)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976C17 color. Also use rgb(151,108,23) instead hex code.

Text Font Color

.myTextColor { color: #976C17; }

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

This text font color is #976C17.


Background Color

.myBgColor { background-color: #976C17; }

<div style="background-color:#976C17">Inner text</div>

This div background color is #976C17.


Border color

.myBorderColor { border: 1px solid #976C17; }

<div style="border:3px solid #976C17">Div</div>

This div border color is #976C17.


Opacity

.myOpacity80 { color: #976C17; opacity: 0.8; }

<p style="color:#976C17;opacity:0.8;">80%</p>

Text with #976C17 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 #976C17;}

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

This text has shadow with #976C17 color.

.textShadow {text-shadow: 3px 3px 1px #976C17, 3px 3px 1px red;}

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

This text has shadow with #976C17 primary color and red secondary color.


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

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

This text has shadow with #976C17 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976C17 on black background.


Color preview on white background

This text has color #976C17 on white background.



Black color preview on #976C17 background

This text has black color on #976C17 background.


White color preview on #976C17 background

This text has white color on #976C17 background.