COLOR #967719

HEX: #967719
RGB: (150,119,25)

Color info

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

RGB color model

#967719 color RGB value is (150,119,25).

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

RGB channels and saturation

R 150 of 255 = 59%
G 119 of 255 = 47%
B 25 of 255 = 10%

150
119
25

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

Portions of RGB colors in percentages

R + G + B =
150 + 119 + 25 = 294 (100%)
R 150 of 294 ~ 51.02%
G 119 of 294 ~ 40.48%
B 25 of 294 ~ 8.5%

%51.02
%40.48

CMYK color model

#967719 color CMYK value is (0,21,83,41).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 83.33%
  • key color value is 41.18%
CMYK:
(0,21,83,41)
C0M21Y83K41 
(0%,21%,83%,41%)
(0.00/0.21/0.83/0.41)	

CMYK percentages

%0
%20.67
%83.33
%41.18

Codes

Color #967719 in popluar color models

967719
RGB15011925
HSL45°71.43%34.31%
HSB/HSV45°83.33%58.82%
CMYK0.00%20.67%83.33%
41.18%

Color #967719 in popluar number systems.

HEX967719
Decimal15011925
Binary10010110111011111001
Octal22616731

Shades and tints

Shades of #967719

#967719
(150,119,25)
#896D17
(137,109,23)
#7C6315
(124,99,21)
#6F5913
(111,89,19)
#624F11
(98,79,17)
#55450F
(85,69,15)
#483B0D
(72,59,13)
#3B310B
(59,49,11)
#2E2709
(46,39,9)
#211D07
(33,29,7)
#141305
(20,19,5)
#000000
(0,0,0)

Tints of #967719

#967719
(150,119,25)
#9F832D
(159,131,45)
#A88F41
(168,143,65)
#B19B55
(177,155,85)
#BAA769
(186,167,105)
#C3B37D
(195,179,125)
#CCBF91
(204,191,145)
#D5CBA5
(213,203,165)
#DED7B9
(222,215,185)
#E7E3CD
(231,227,205)
#F0EFE1
(240,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967719; }

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

This text font color is #967719.


Background Color

.myBgColor { background-color: #967719; }

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

This div background color is #967719.


Border color

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

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

This div border color is #967719.


Opacity

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

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

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

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

This text has shadow with #967719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967719 on black background.


Color preview on white background

This text has color #967719 on white background.



Black color preview on #967719 background

This text has black color on #967719 background.


White color preview on #967719 background

This text has white color on #967719 background.