COLOR #996F17

HEX: #996F17
RGB: (153,111,23)

Color info

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

RGB color model

#996F17 color RGB value is (153,111,23).

  • red value is 153;
  • green value is 111;
  • blue value is 23.
RGB:
(153,111,23)
(60%,44%,9%)

RGB channels and saturation

R 153 of 255 = 60%
G 111 of 255 = 44%
B 23 of 255 = 9%

153
111
23

R + G + B ~ 38%. #996F17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 111 + 23 = 287 (100%)
R 153 of 287 ~ 53.31%
G 111 of 287 ~ 38.68%
B 23 of 287 ~ 8.01%

%53.31
%38.68

CMYK color model

#996F17 color CMYK value is (0,27,85,40).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 84.97%
  • key color value is 40.00%
CMYK:
(0,27,85,40)
C0M27Y85K40 
(0%,27%,85%,40%)
(0.00/0.27/0.85/0.40)	

CMYK percentages

%0
%27.45
%84.97
%40

Codes

Color #996F17 in popluar color models

996F17
RGB15311123
HSL41°73.86%34.51%
HSB/HSV41°84.97%60.00%
CMYK0.00%27.45%84.97%
40.00%

Color #996F17 in popluar number systems.

HEX996F17
Decimal15311123
Binary10011001110111110111
Octal23115727

Shades and tints

Shades of #996F17

#996F17
(153,111,23)
#8C6515
(140,101,21)
#7F5B13
(127,91,19)
#725111
(114,81,17)
#65470F
(101,71,15)
#583D0D
(88,61,13)
#4B330B
(75,51,11)
#3E2909
(62,41,9)
#311F07
(49,31,7)
#241505
(36,21,5)
#170B03
(23,11,3)
#000000
(0,0,0)

Tints of #996F17

#996F17
(153,111,23)
#A27C2C
(162,124,44)
#AB8941
(171,137,65)
#B49656
(180,150,86)
#BDA36B
(189,163,107)
#C6B080
(198,176,128)
#CFBD95
(207,189,149)
#D8CAAA
(216,202,170)
#E1D7BF
(225,215,191)
#EAE4D4
(234,228,212)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996F17 color. Also use rgb(153,111,23) instead hex code.

Text Font Color

.myTextColor { color: #996F17; }

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

This text font color is #996F17.


Background Color

.myBgColor { background-color: #996F17; }

<div style="background-color:#996F17">Inner text</div>

This div background color is #996F17.


Border color

.myBorderColor { border: 1px solid #996F17; }

<div style="border:3px solid #996F17">Div</div>

This div border color is #996F17.


Opacity

.myOpacity80 { color: #996F17; opacity: 0.8; }

<p style="color:#996F17;opacity:0.8;">80%</p>

Text with #996F17 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 #996F17;}

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

This text has shadow with #996F17 color.

.textShadow {text-shadow: 3px 3px 1px #996F17, 3px 3px 1px red;}

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

This text has shadow with #996F17 primary color and red secondary color.


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

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

This text has shadow with #996F17 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996F17 on black background.


Color preview on white background

This text has color #996F17 on white background.



Black color preview on #996F17 background

This text has black color on #996F17 background.


White color preview on #996F17 background

This text has white color on #996F17 background.