COLOR #967E24

HEX: #967E24
RGB: (150,126,36)

Color info

#967E24 contains mainly red and green colors. Web safe color of #967E24 is #996633 (or #963).

RGB color model

#967E24 color RGB value is (150,126,36).

  • red value is 150;
  • green value is 126;
  • blue value is 36.
RGB:
(150,126,36)
(59%,49%,14%)

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 36 of 255 = 14%

150
126
36

R + G + B ~ 41%. #967E24 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 126 + 36 = 312 (100%)
R 150 of 312 ~ 48.08%
G 126 of 312 ~ 40.38%
B 36 of 312 ~ 11.54%

%48.08
%40.38
%11.54

CMYK color model

#967E24 color CMYK value is (0,16,76,41).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 76.00%
  • key color value is 41.18%
CMYK:
(0,16,76,41)
C0M16Y76K41 
(0%,16%,76%,41%)
(0.00/0.16/0.76/0.41)	

CMYK percentages

%0
%16
%76
%41.18

Codes

Color #967E24 in popluar color models

967E24
RGB15012636
HSL47°61.29%36.47%
HSB/HSV47°76.00%58.82%
CMYK0.00%16.00%76.00%
41.18%

Color #967E24 in popluar number systems.

HEX967E24
Decimal15012636
Binary100101101111110100100
Octal22617644

Shades and tints

Shades of #967E24

#967E24
(150,126,36)
#897321
(137,115,33)
#7C681E
(124,104,30)
#6F5D1B
(111,93,27)
#625218
(98,82,24)
#554715
(85,71,21)
#483C12
(72,60,18)
#3B310F
(59,49,15)
#2E260C
(46,38,12)
#211B09
(33,27,9)
#141006
(20,16,6)
#000000
(0,0,0)

Tints of #967E24

#967E24
(150,126,36)
#9F8937
(159,137,55)
#A8944A
(168,148,74)
#B19F5D
(177,159,93)
#BAAA70
(186,170,112)
#C3B583
(195,181,131)
#CCC096
(204,192,150)
#D5CBA9
(213,203,169)
#DED6BC
(222,214,188)
#E7E1CF
(231,225,207)
#F0ECE2
(240,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967E24 color. Also use rgb(150,126,36) instead hex code.

Text Font Color

.myTextColor { color: #967E24; }

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

This text font color is #967E24.


Background Color

.myBgColor { background-color: #967E24; }

<div style="background-color:#967E24">Inner text</div>

This div background color is #967E24.


Border color

.myBorderColor { border: 1px solid #967E24; }

<div style="border:3px solid #967E24">Div</div>

This div border color is #967E24.


Opacity

.myOpacity80 { color: #967E24; opacity: 0.8; }

<p style="color:#967E24;opacity:0.8;">80%</p>

Text with #967E24 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 #967E24;}

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

This text has shadow with #967E24 color.

.textShadow {text-shadow: 3px 3px 1px #967E24, 3px 3px 1px red;}

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

This text has shadow with #967E24 primary color and red secondary color.


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

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

This text has shadow with #967E24 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967E24 on black background.


Color preview on white background

This text has color #967E24 on white background.



Black color preview on #967E24 background

This text has black color on #967E24 background.


White color preview on #967E24 background

This text has white color on #967E24 background.