COLOR #967E19

HEX: #967E19
RGB: (150,126,25)

Color info

#967E19 contains mainly red and green colors. Web safe color of #967E19 is #996600 (or #960).

RGB color model

#967E19 color RGB value is (150,126,25).

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

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 25 of 255 = 10%

150
126
25

R + G + B ~ 39%. #967E19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 126 + 25 = 301 (100%)
R 150 of 301 ~ 49.83%
G 126 of 301 ~ 41.86%
B 25 of 301 ~ 8.31%

%49.83
%41.86

CMYK color model

#967E19 color CMYK value is (0,16,83,41).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 83.33%
  • key color value is 41.18%
CMYK:
(0,16,83,41)
C0M16Y83K41 
(0%,16%,83%,41%)
(0.00/0.16/0.83/0.41)	

CMYK percentages

%0
%16
%83.33
%41.18

Codes

Color #967E19 in popluar color models

967E19
RGB15012625
HSL48°71.43%34.31%
HSB/HSV48°83.33%58.82%
CMYK0.00%16.00%83.33%
41.18%

Color #967E19 in popluar number systems.

HEX967E19
Decimal15012625
Binary10010110111111011001
Octal22617631

Shades and tints

Shades of #967E19

#967E19
(150,126,25)
#897317
(137,115,23)
#7C6815
(124,104,21)
#6F5D13
(111,93,19)
#625211
(98,82,17)
#55470F
(85,71,15)
#483C0D
(72,60,13)
#3B310B
(59,49,11)
#2E2609
(46,38,9)
#211B07
(33,27,7)
#141005
(20,16,5)
#000000
(0,0,0)

Tints of #967E19

#967E19
(150,126,25)
#9F892D
(159,137,45)
#A89441
(168,148,65)
#B19F55
(177,159,85)
#BAAA69
(186,170,105)
#C3B57D
(195,181,125)
#CCC091
(204,192,145)
#D5CBA5
(213,203,165)
#DED6B9
(222,214,185)
#E7E1CD
(231,225,205)
#F0ECE1
(240,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967E19; }

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

This text font color is #967E19.


Background Color

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

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

This div background color is #967E19.


Border color

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

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

This div border color is #967E19.


Opacity

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

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

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

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

This text has shadow with #967E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967E19 on black background.


Color preview on white background

This text has color #967E19 on white background.



Black color preview on #967E19 background

This text has black color on #967E19 background.


White color preview on #967E19 background

This text has white color on #967E19 background.