COLOR #968C3E

HEX: #968C3E RGB: (150,140,62)

Color info

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

RGB color model

#968C3E color RGB value is (150,140,62).

RGB: (150,140,62) (59%, 55%, 24%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 62 of 255 = 24%

150
140
62

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

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 62 = 352 (100%)
R 150 of 352 ~ 42.61%
G 140 of 352 ~ 39.77%
B 62 of 352 ~ 17.61'%

%42.61
%39.77
%17.61

CMYK color model

#968C3E color CMYK value is (0,7,59,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 58.67%
  • key color value is 41.18%
CMYK: (0,7,59,41) C0M7Y59K41 (0%,7%,59%,41%) (0.00/0.07/0.59/0.41) 

CMYK percentages

%0
%6.67
%58.67
%41.18

Codes

Color #968C3E in popluar color models

96 8C 3E
RGB 150 140 62
HSL 53° 41.51% 41.57%
HSB/HSV 53° 58.67% 58.82%
CMYK 0.00% 6.67% 58.67%
41.18%

Color #968C3E in popluar number systems.

HEX 96 8C 3E
Decimal 150 140 62
Binary 10010110 10001100 111110
Octal 226 214 76

Shades and tints

Shades of #968C3E

#968C3E
(150,140,62)
#898039
(137,128,57)
#7C7434
(124,116,52)
#6F682F
(111,104,47)
#625C2A
(98,92,42)
#555025
(85,80,37)
#484420
(72,68,32)
#3B381B
(59,56,27)
#2E2C16
(46,44,22)
#212011
(33,32,17)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #968C3E

#968C3E
(150,140,62)
#9F964F
(159,150,79)
#A8A060
(168,160,96)
#B1AA71
(177,170,113)
#BAB482
(186,180,130)
#C3BE93
(195,190,147)
#CCC8A4
(204,200,164)
#D5D2B5
(213,210,181)
#DEDCC6
(222,220,198)
#E7E6D7
(231,230,215)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968C3E; }

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

This text font color is #968C3E.

Background Color

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

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

This div background color is #968C3E.

Border color

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

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

This div border color is #968C3E.

Opacity

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

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

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

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

This text has shadow with #968C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968C3E.

Preview

Color preview on black background

This text has color #968C3E on black background.


Color preview on white background

This text has color #968C3E on white background.


Black color preview on #968C3E background

This text has black color on #968C3E background.


White color preview on #968C3E background

This text has white color on #968C3E background.


Related colors

Complementary color

Complementary color for #hex is #6973C1.


I love getcolorcode.com

Triadic colors

1 #3E968C and #8C3E96 with #968C3E are triadic colors.

2 #3E8C96 and #8C963E with #968C3E are triadic colors.