COLOR #967478

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
116
120

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

Portions of RGB colors in percentages

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

%38.86
%30.05
%31.09

CMYK color model

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

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

CMYK percentages

%0
%22.67
%20
%41.18

Codes

Color #967478 in popluar color models

967478
RGB150116120
HSL353°13.93%52.16%
HSB/HSV353°22.67%58.82%
CMYK0.00%22.67%20.00%
41.18%

Color #967478 in popluar number systems.

HEX967478
Decimal150116120
Binary1001011011101001111000
Octal226164170

Shades and tints

Shades of #967478

#967478
(150,116,120)
#896A6E
(137,106,110)
#7C6064
(124,96,100)
#6F565A
(111,86,90)
#624C50
(98,76,80)
#554246
(85,66,70)
#48383C
(72,56,60)
#3B2E32
(59,46,50)
#2E2428
(46,36,40)
#211A1E
(33,26,30)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #967478

#967478
(150,116,120)
#9F8084
(159,128,132)
#A88C90
(168,140,144)
#B1989C
(177,152,156)
#BAA4A8
(186,164,168)
#C3B0B4
(195,176,180)
#CCBCC0
(204,188,192)
#D5C8CC
(213,200,204)
#DED4D8
(222,212,216)
#E7E0E4
(231,224,228)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967478; }

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

This text font color is #967478.


Background Color

.myBgColor { background-color: #967478; }

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

This div background color is #967478.


Border color

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

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

This div border color is #967478.


Opacity

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

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

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

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

This text has shadow with #967478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967478 on black background.


Color preview on white background

This text has color #967478 on white background.



Black color preview on #967478 background

This text has black color on #967478 background.


White color preview on #967478 background

This text has white color on #967478 background.