COLOR #968D44

HEX: #968D44
RGB: (150,141,68)

Color info

#968D44 contains mainly red and green colors. Web safe color of #968D44 is #999933 (or #993).

RGB color model

#968D44 color RGB value is (150,141,68).

  • red value is 150;
  • green value is 141;
  • blue value is 68.
RGB:
(150,141,68)
(59%,55%,27%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 68 of 255 = 27%

150
141
68

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

Portions of RGB colors in percentages

R + G + B =
150 + 141 + 68 = 359 (100%)
R 150 of 359 ~ 41.78%
G 141 of 359 ~ 39.28%
B 68 of 359 ~ 18.94%

%41.78
%39.28
%18.94

CMYK color model

#968D44 color CMYK value is (0,6,55,41).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 54.67%
  • key color value is 41.18%
CMYK:
(0,6,55,41)
C0M6Y55K41 
(0%,6%,55%,41%)
(0.00/0.06/0.55/0.41)	

CMYK percentages

%0
%6
%54.67
%41.18

Codes

Color #968D44 in popluar color models

968D44
RGB15014168
HSL53°37.61%42.75%
HSB/HSV53°54.67%58.82%
CMYK0.00%6.00%54.67%
41.18%

Color #968D44 in popluar number systems.

HEX968D44
Decimal15014168
Binary10010110100011011000100
Octal226215104

Shades and tints

Shades of #968D44

#968D44
(150,141,68)
#89813E
(137,129,62)
#7C7538
(124,117,56)
#6F6932
(111,105,50)
#625D2C
(98,93,44)
#555126
(85,81,38)
#484520
(72,69,32)
#3B391A
(59,57,26)
#2E2D14
(46,45,20)
#21210E
(33,33,14)
#141508
(20,21,8)
#000000
(0,0,0)

Tints of #968D44

#968D44
(150,141,68)
#9F9755
(159,151,85)
#A8A166
(168,161,102)
#B1AB77
(177,171,119)
#BAB588
(186,181,136)
#C3BF99
(195,191,153)
#CCC9AA
(204,201,170)
#D5D3BB
(213,211,187)
#DEDDCC
(222,221,204)
#E7E7DD
(231,231,221)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968D44 color. Also use rgb(150,141,68) instead hex code.

Text Font Color

.myTextColor { color: #968D44; }

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

This text font color is #968D44.


Background Color

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

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

This div background color is #968D44.


Border color

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

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

This div border color is #968D44.


Opacity

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

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

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

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

This text has shadow with #968D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968D44 on black background.


Color preview on white background

This text has color #968D44 on white background.



Black color preview on #968D44 background

This text has black color on #968D44 background.


White color preview on #968D44 background

This text has white color on #968D44 background.