COLOR #969078

HEX: #969078 RGB: (150,144,120)

Color info

#969078 contains red, green and blue colors in about the same proportion. Web safe color of #969078 is #999966 (or #996).

RGB color model

#969078 color RGB value is (150,144,120).

RGB: (150,144,120) (59%, 56%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 120 of 255 = 47%

150
144
120

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

Portions of RGB colors in percentages

R + G + B = 150 + 144 + 120 = 414 (100%)
R 150 of 414 ~ 36.23%
G 144 of 414 ~ 34.78%
B 120 of 414 ~ 28.99'%

%36.23
%34.78
%28.99

CMYK color model

#969078 color CMYK value is (0,4,20,41).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 20.00%
  • key color value is 41.18%

CMYK: (0,4,20,41)
C0M4Y20K41 (0%, 4%, 20%, 41%)
(0.00 / 0.04 / 0.20 / 0.41)

CMYK percentages

%0
%4
%20
%41.18

Codes

Color #969078 in popluar color models

96 90 78
RGB 150 144 120
HSL 48° 12.50% 52.94%
HSB/HSV 48° 20.00% 58.82%
CMYK 0.00% 4.00% 20.00%
41.18%

Color #969078 in popluar number systems.

HEX 96 90 78
Decimal 150 144 120
Binary 10010110 10010000 1111000
Octal 226 220 170

Shades and tints

Shades of #969078

#969078
(150,144,120)
#89836E
(137,131,110)
#7C7664
(124,118,100)
#6F695A
(111,105,90)
#625C50
(98,92,80)
#554F46
(85,79,70)
#48423C
(72,66,60)
#3B3532
(59,53,50)
#2E2828
(46,40,40)
#211B1E
(33,27,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #969078

#969078
(150,144,120)
#9F9A84
(159,154,132)
#A8A490
(168,164,144)
#B1AE9C
(177,174,156)
#BAB8A8
(186,184,168)
#C3C2B4
(195,194,180)
#CCCCC0
(204,204,192)
#D5D6CC
(213,214,204)
#DEE0D8
(222,224,216)
#E7EAE4
(231,234,228)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969078; }

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

This text font color is #969078.

Background Color

.myBgColor { background-color: #969078; }

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

This div background color is #969078.

Border color

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

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

This div border color is #969078.

Opacity

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

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

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

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

This text has shadow with #969078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969078.

Preview

Color preview on black background

This text has color #969078 on black background.


Color preview on white background

This text has color #969078 on white background.


Black color preview on #969078 background

This text has black color on #969078 background.


White color preview on #969078 background

This text has white color on #969078 background.


Related colors

Complementary color

Complementary color for #hex is #696F87.


I love getcolorcode.com

Triadic colors

1 #789690 and #907896 with #969078 are triadic colors.

2 #789096 and #909678 with #969078 are triadic colors.