COLOR #967874

HEX: #967874
RGB: (150,120,116)

Color info

#967874 contains red, green and blue colors in about the same proportion. Web safe color of #967874 is #996666 (or #966).

RGB color model

#967874 color RGB value is (150,120,116).

  • red value is 150;
  • green value is 120;
  • blue value is 116.
RGB:
(150,120,116)
(59%,47%,45%)

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 116 of 255 = 45%

150
120
116

R + G + B ~ 50%. #967874 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 116 = 386 (100%)
R 150 of 386 ~ 38.86%
G 120 of 386 ~ 31.09%
B 116 of 386 ~ 30.05%

%38.86
%31.09
%30.05

CMYK color model

#967874 color CMYK value is (0,20,23,41).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 22.67%
  • key color value is 41.18%
CMYK:
(0,20,23,41)
C0M20Y23K41 
(0%,20%,23%,41%)
(0.00/0.20/0.23/0.41)	

CMYK percentages

%0
%20
%22.67
%41.18

Codes

Color #967874 in popluar color models

967874
RGB150120116
HSL13.93%52.16%
HSB/HSV22.67%58.82%
CMYK0.00%20.00%22.67%
41.18%

Color #967874 in popluar number systems.

HEX967874
Decimal150120116
Binary1001011011110001110100
Octal226170164

Shades and tints

Shades of #967874

#967874
(150,120,116)
#896E6A
(137,110,106)
#7C6460
(124,100,96)
#6F5A56
(111,90,86)
#62504C
(98,80,76)
#554642
(85,70,66)
#483C38
(72,60,56)
#3B322E
(59,50,46)
#2E2824
(46,40,36)
#211E1A
(33,30,26)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #967874

#967874
(150,120,116)
#9F8480
(159,132,128)
#A8908C
(168,144,140)
#B19C98
(177,156,152)
#BAA8A4
(186,168,164)
#C3B4B0
(195,180,176)
#CCC0BC
(204,192,188)
#D5CCC8
(213,204,200)
#DED8D4
(222,216,212)
#E7E4E0
(231,228,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967874 color. Also use rgb(150,120,116) instead hex code.

Text Font Color

.myTextColor { color: #967874; }

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

This text font color is #967874.


Background Color

.myBgColor { background-color: #967874; }

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

This div background color is #967874.


Border color

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

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

This div border color is #967874.


Opacity

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

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

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

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

This text has shadow with #967874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967874 on black background.


Color preview on white background

This text has color #967874 on white background.



Black color preview on #967874 background

This text has black color on #967874 background.


White color preview on #967874 background

This text has white color on #967874 background.