COLOR #968E78

HEX: #968E78 RGB: (150,142,120)

Color info

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

RGB color model

#968E78 color RGB value is (150,142,120).

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

RGB channels and saturation

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

150
142
120

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

Portions of RGB colors in percentages

R + G + B = 150 + 142 + 120 = 412 (100%)
R 150 of 412 ~ 36.41%
G 142 of 412 ~ 34.47%
B 120 of 412 ~ 29.13'%

%36.41
%34.47
%29.13

CMYK color model

#968E78 color CMYK value is (0,5,20,41).

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

CMYK: (0,5,20,41)
C0M5Y20K41 (0%, 5%, 20%, 41%)
(0.00 / 0.05 / 0.20 / 0.41)

CMYK percentages

%0
%5.33
%20
%41.18

Codes

Color #968E78 in popluar color models

96 8E 78
RGB 150 142 120
HSL 44° 12.50% 52.94%
HSB/HSV 44° 20.00% 58.82%
CMYK 0.00% 5.33% 20.00%
41.18%

Color #968E78 in popluar number systems.

HEX 96 8E 78
Decimal 150 142 120
Binary 10010110 10001110 1111000
Octal 226 216 170

Shades and tints

Shades of #968E78

#968E78
(150,142,120)
#89826E
(137,130,110)
#7C7664
(124,118,100)
#6F6A5A
(111,106,90)
#625E50
(98,94,80)
#555246
(85,82,70)
#48463C
(72,70,60)
#3B3A32
(59,58,50)
#2E2E28
(46,46,40)
#21221E
(33,34,30)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #968E78

#968E78
(150,142,120)
#9F9884
(159,152,132)
#A8A290
(168,162,144)
#B1AC9C
(177,172,156)
#BAB6A8
(186,182,168)
#C3C0B4
(195,192,180)
#CCCAC0
(204,202,192)
#D5D4CC
(213,212,204)
#DEDED8
(222,222,216)
#E7E8E4
(231,232,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968E78; }

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

This text font color is #968E78.

Background Color

.myBgColor { background-color: #968E78; }

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

This div background color is #968E78.

Border color

.myBorderColor { border: 1px solid #968E78; }

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

This div border color is #968E78.

Opacity

.myOpacity80 { color: #968E78; opacity: 0.8; }

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

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

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

This text has shadow with #968E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968E78.

Preview

Color preview on black background

This text has color #968E78 on black background.


Color preview on white background

This text has color #968E78 on white background.


Black color preview on #968E78 background

This text has black color on #968E78 background.


White color preview on #968E78 background

This text has white color on #968E78 background.


Related colors

Complementary color

Complementary color for #hex is #697187.


I love getcolorcode.com

Triadic colors

1 #78968E and #8E7896 with #968E78 are triadic colors.

2 #788E96 and #8E9678 with #968E78 are triadic colors.