COLOR #967E7E

HEX: #967E7E
RGB: (150,126,126)

Color info

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

RGB color model

#967E7E color RGB value is (150,126,126).

  • red value is 150;
  • green value is 126;
  • blue value is 126.
RGB:
(150,126,126)
(59%,49%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 126 of 255 = 49%

150
126
126

R + G + B ~ 52%. #967E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 126 + 126 = 402 (100%)
R 150 of 402 ~ 37.31%
G 126 of 402 ~ 31.34%
B 126 of 402 ~ 31.34%

%37.31
%31.34
%31.34

CMYK color model

#967E7E color CMYK value is (0,16,16,41).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(0,16,16,41)
C0M16Y16K41 
(0%,16%,16%,41%)
(0.00/0.16/0.16/0.41)	

CMYK percentages

%0
%16
%16
%41.18

Codes

Color #967E7E in popluar color models

967E7E
RGB150126126
HSL10.26%54.12%
HSB/HSV16.00%58.82%
CMYK0.00%16.00%16.00%
41.18%

Color #967E7E in popluar number systems.

HEX967E7E
Decimal150126126
Binary1001011011111101111110
Octal226176176

Shades and tints

Shades of #967E7E

#967E7E
(150,126,126)
#897373
(137,115,115)
#7C6868
(124,104,104)
#6F5D5D
(111,93,93)
#625252
(98,82,82)
#554747
(85,71,71)
#483C3C
(72,60,60)
#3B3131
(59,49,49)
#2E2626
(46,38,38)
#211B1B
(33,27,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #967E7E

#967E7E
(150,126,126)
#9F8989
(159,137,137)
#A89494
(168,148,148)
#B19F9F
(177,159,159)
#BAAAAA
(186,170,170)
#C3B5B5
(195,181,181)
#CCC0C0
(204,192,192)
#D5CBCB
(213,203,203)
#DED6D6
(222,214,214)
#E7E1E1
(231,225,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967E7E color. Also use rgb(150,126,126) instead hex code.

Text Font Color

.myTextColor { color: #967E7E; }

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

This text font color is #967E7E.


Background Color

.myBgColor { background-color: #967E7E; }

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

This div background color is #967E7E.


Border color

.myBorderColor { border: 1px solid #967E7E; }

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

This div border color is #967E7E.


Opacity

.myOpacity80 { color: #967E7E; opacity: 0.8; }

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

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

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

This text has shadow with #967E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967E7E on black background.


Color preview on white background

This text has color #967E7E on white background.



Black color preview on #967E7E background

This text has black color on #967E7E background.


White color preview on #967E7E background

This text has white color on #967E7E background.