COLOR #967E4E

HEX: #967E4E
RGB: (150,126,78)

Color info

#967E4E contains mainly red and green colors. Web safe color of #967E4E is #996666 (or #966).

RGB color model

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

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

RGB channels and saturation

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

150
126
78

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

Portions of RGB colors in percentages

R + G + B =
150 + 126 + 78 = 354 (100%)
R 150 of 354 ~ 42.37%
G 126 of 354 ~ 35.59%
B 78 of 354 ~ 22.03%

%42.37
%35.59
%22.03

CMYK color model

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

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

CMYK percentages

%0
%16
%48
%41.18

Codes

Color #967E4E in popluar color models

967E4E
RGB15012678
HSL40°31.58%44.71%
HSB/HSV40°48.00%58.82%
CMYK0.00%16.00%48.00%
41.18%

Color #967E4E in popluar number systems.

HEX967E4E
Decimal15012678
Binary1001011011111101001110
Octal226176116

Shades and tints

Shades of #967E4E

#967E4E
(150,126,78)
#897347
(137,115,71)
#7C6840
(124,104,64)
#6F5D39
(111,93,57)
#625232
(98,82,50)
#55472B
(85,71,43)
#483C24
(72,60,36)
#3B311D
(59,49,29)
#2E2616
(46,38,22)
#211B0F
(33,27,15)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #967E4E

#967E4E
(150,126,78)
#9F895E
(159,137,94)
#A8946E
(168,148,110)
#B19F7E
(177,159,126)
#BAAA8E
(186,170,142)
#C3B59E
(195,181,158)
#CCC0AE
(204,192,174)
#D5CBBE
(213,203,190)
#DED6CE
(222,214,206)
#E7E1DE
(231,225,222)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967E4E; }

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

This text font color is #967E4E.


Background Color

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

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

This div background color is #967E4E.


Border color

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

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

This div border color is #967E4E.


Opacity

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

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

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

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

This text has shadow with #967E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967E4E on black background.


Color preview on white background

This text has color #967E4E on white background.



Black color preview on #967E4E background

This text has black color on #967E4E background.


White color preview on #967E4E background

This text has white color on #967E4E background.