COLOR #968C11

HEX: #968C11
RGB: (150,140,17)

Color info

#968C11 contains mainly red and green colors. Web safe color of #968C11 is #999900 (or #990).

RGB color model

#968C11 color RGB value is (150,140,17).

  • red value is 150;
  • green value is 140;
  • blue value is 17.
RGB:
(150,140,17)
(59%,55%,7%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 17 of 255 = 7%

150
140
17

R + G + B ~ 40%. #968C11 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 140 + 17 = 307 (100%)
R 150 of 307 ~ 48.86%
G 140 of 307 ~ 45.6%
B 17 of 307 ~ 5.54%

%48.86
%45.6

CMYK color model

#968C11 color CMYK value is (0,7,89,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 88.67%
  • key color value is 41.18%
CMYK:
(0,7,89,41)
C0M7Y89K41 
(0%,7%,89%,41%)
(0.00/0.07/0.89/0.41)	

CMYK percentages

%0
%6.67
%88.67
%41.18

Codes

Color #968C11 in popluar color models

968C11
RGB15014017
HSL55°79.64%32.75%
HSB/HSV55°88.67%58.82%
CMYK0.00%6.67%88.67%
41.18%

Color #968C11 in popluar number systems.

HEX968C11
Decimal15014017
Binary100101101000110010001
Octal22621421

Shades and tints

Shades of #968C11

#968C11
(150,140,17)
#898010
(137,128,16)
#7C740F
(124,116,15)
#6F680E
(111,104,14)
#625C0D
(98,92,13)
#55500C
(85,80,12)
#48440B
(72,68,11)
#3B380A
(59,56,10)
#2E2C09
(46,44,9)
#212008
(33,32,8)
#141407
(20,20,7)
#000000
(0,0,0)

Tints of #968C11

#968C11
(150,140,17)
#9F9626
(159,150,38)
#A8A03B
(168,160,59)
#B1AA50
(177,170,80)
#BAB465
(186,180,101)
#C3BE7A
(195,190,122)
#CCC88F
(204,200,143)
#D5D2A4
(213,210,164)
#DEDCB9
(222,220,185)
#E7E6CE
(231,230,206)
#F0F0E3
(240,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968C11 color. Also use rgb(150,140,17) instead hex code.

Text Font Color

.myTextColor { color: #968C11; }

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

This text font color is #968C11.


Background Color

.myBgColor { background-color: #968C11; }

<div style="background-color:#968C11">Inner text</div>

This div background color is #968C11.


Border color

.myBorderColor { border: 1px solid #968C11; }

<div style="border:3px solid #968C11">Div</div>

This div border color is #968C11.


Opacity

.myOpacity80 { color: #968C11; opacity: 0.8; }

<p style="color:#968C11;opacity:0.8;">80%</p>

Text with #968C11 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 #968C11;}

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

This text has shadow with #968C11 color.

.textShadow {text-shadow: 3px 3px 1px #968C11, 3px 3px 1px red;}

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

This text has shadow with #968C11 primary color and red secondary color.


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

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

This text has shadow with #968C11 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968C11 on black background.


Color preview on white background

This text has color #968C11 on white background.



Black color preview on #968C11 background

This text has black color on #968C11 background.


White color preview on #968C11 background

This text has white color on #968C11 background.