COLOR #968D4D

HEX: #968D4D RGB: (150,141,77)

Color info

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

RGB color model

#968D4D color RGB value is (150,141,77).

RGB: (150,141,77) (59%, 55%, 30%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 77 of 255 = 30%

150
141
77

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

Portions of RGB colors in percentages

R + G + B = 150 + 141 + 77 = 368 (100%)
R 150 of 368 ~ 40.76%
G 141 of 368 ~ 38.32%
B 77 of 368 ~ 20.92'%

%40.76
%38.32
%20.92

CMYK color model

#968D4D color CMYK value is (0,6,49,41).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 48.67%
  • key color value is 41.18%

CMYK: (0,6,49,41)
C0M6Y49K41 (0%, 6%, 49%, 41%)
(0.00 / 0.06 / 0.49 / 0.41)

CMYK percentages

%0
%6
%48.67
%41.18

Codes

Color #968D4D in popluar color models

96 8D 4D
RGB 150 141 77
HSL 53° 32.16% 44.51%
HSB/HSV 53° 48.67% 58.82%
CMYK 0.00% 6.00% 48.67%
41.18%

Color #968D4D in popluar number systems.

HEX 96 8D 4D
Decimal 150 141 77
Binary 10010110 10001101 1001101
Octal 226 215 115

Shades and tints

Shades of #968D4D

#968D4D
(150,141,77)
#898146
(137,129,70)
#7C753F
(124,117,63)
#6F6938
(111,105,56)
#625D31
(98,93,49)
#55512A
(85,81,42)
#484523
(72,69,35)
#3B391C
(59,57,28)
#2E2D15
(46,45,21)
#21210E
(33,33,14)
#141507
(20,21,7)
#000000
(0,0,0)

Tints of #968D4D

#968D4D
(150,141,77)
#9F975D
(159,151,93)
#A8A16D
(168,161,109)
#B1AB7D
(177,171,125)
#BAB58D
(186,181,141)
#C3BF9D
(195,191,157)
#CCC9AD
(204,201,173)
#D5D3BD
(213,211,189)
#DEDDCD
(222,221,205)
#E7E7DD
(231,231,221)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968D4D; }

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

This text font color is #968D4D.

Background Color

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

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

This div background color is #968D4D.

Border color

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

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

This div border color is #968D4D.

Opacity

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

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

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

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

This text has shadow with #968D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968D4D.

Preview

Color preview on black background

This text has color #968D4D on black background.


Color preview on white background

This text has color #968D4D on white background.


Black color preview on #968D4D background

This text has black color on #968D4D background.


White color preview on #968D4D background

This text has white color on #968D4D background.


Related colors

Complementary color

Complementary color for #hex is #6972B2.


I love getcolorcode.com

Triadic colors

1 #4D968D and #8D4D96 with #968D4D are triadic colors.

2 #4D8D96 and #8D964D with #968D4D are triadic colors.