COLOR #967219

HEX: #967219
RGB: (150,114,25)

Color info

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

RGB color model

#967219 color RGB value is (150,114,25).

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

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 25 of 255 = 10%

150
114
25

R + G + B ~ 38%. #967219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 25 = 289 (100%)
R 150 of 289 ~ 51.9%
G 114 of 289 ~ 39.45%
B 25 of 289 ~ 8.65%

%51.9
%39.45

CMYK color model

#967219 color CMYK value is (0,24,83,41).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 83.33%
  • key color value is 41.18%
CMYK:
(0,24,83,41)
C0M24Y83K41 
(0%,24%,83%,41%)
(0.00/0.24/0.83/0.41)	

CMYK percentages

%0
%24
%83.33
%41.18

Codes

Color #967219 in popluar color models

967219
RGB15011425
HSL43°71.43%34.31%
HSB/HSV43°83.33%58.82%
CMYK0.00%24.00%83.33%
41.18%

Color #967219 in popluar number systems.

HEX967219
Decimal15011425
Binary10010110111001011001
Octal22616231

Shades and tints

Shades of #967219

#967219
(150,114,25)
#896817
(137,104,23)
#7C5E15
(124,94,21)
#6F5413
(111,84,19)
#624A11
(98,74,17)
#55400F
(85,64,15)
#48360D
(72,54,13)
#3B2C0B
(59,44,11)
#2E2209
(46,34,9)
#211807
(33,24,7)
#140E05
(20,14,5)
#000000
(0,0,0)

Tints of #967219

#967219
(150,114,25)
#9F7E2D
(159,126,45)
#A88A41
(168,138,65)
#B19655
(177,150,85)
#BAA269
(186,162,105)
#C3AE7D
(195,174,125)
#CCBA91
(204,186,145)
#D5C6A5
(213,198,165)
#DED2B9
(222,210,185)
#E7DECD
(231,222,205)
#F0EAE1
(240,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967219; }

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

This text font color is #967219.


Background Color

.myBgColor { background-color: #967219; }

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

This div background color is #967219.


Border color

.myBorderColor { border: 1px solid #967219; }

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

This div border color is #967219.


Opacity

.myOpacity80 { color: #967219; opacity: 0.8; }

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

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

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

This text has shadow with #967219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967219 on black background.


Color preview on white background

This text has color #967219 on white background.



Black color preview on #967219 background

This text has black color on #967219 background.


White color preview on #967219 background

This text has white color on #967219 background.