COLOR #967E4B

HEX: #967E4B RGB: (150,126,75)

Color info

#967E4B contains mainly red and green colors. Web safe color of #967E4B is #996633 (or #963).

RGB color model

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

RGB: (150,126,75) (59%, 49%, 29%)

RGB channels and saturation

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

150
126
75

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

Portions of RGB colors in percentages

R + G + B = 150 + 126 + 75 = 351 (100%)
R 150 of 351 ~ 42.74%
G 126 of 351 ~ 35.9%
B 75 of 351 ~ 21.37'%

%42.74
%35.9
%21.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 50.00%
  • key color value is 41.18%

CMYK: (0,16,50,41)
C0M16Y50K41 (0%, 16%, 50%, 41%)
(0.00 / 0.16 / 0.50 / 0.41)

CMYK percentages

%0
%16
%50
%41.18

Codes

Color #967E4B in popluar color models

96 7E 4B
RGB 150 126 75
HSL 41° 33.33% 44.12%
HSB/HSV 41° 50.00% 58.82%
CMYK 0.00% 16.00% 50.00%
41.18%

Color #967E4B in popluar number systems.

HEX 96 7E 4B
Decimal 150 126 75
Binary 10010110 1111110 1001011
Octal 226 176 113

Shades and tints

Shades of #967E4B

#967E4B
(150,126,75)
#897345
(137,115,69)
#7C683F
(124,104,63)
#6F5D39
(111,93,57)
#625233
(98,82,51)
#55472D
(85,71,45)
#483C27
(72,60,39)
#3B3121
(59,49,33)
#2E261B
(46,38,27)
#211B15
(33,27,21)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #967E4B

#967E4B
(150,126,75)
#9F895B
(159,137,91)
#A8946B
(168,148,107)
#B19F7B
(177,159,123)
#BAAA8B
(186,170,139)
#C3B59B
(195,181,155)
#CCC0AB
(204,192,171)
#D5CBBB
(213,203,187)
#DED6CB
(222,214,203)
#E7E1DB
(231,225,219)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967E4B; }

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

This text font color is #967E4B.

Background Color

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

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

This div background color is #967E4B.

Border color

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

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

This div border color is #967E4B.

Opacity

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

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

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

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

This text has shadow with #967E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967E4B.

Preview

Color preview on black background

This text has color #967E4B on black background.


Color preview on white background

This text has color #967E4B on white background.


Black color preview on #967E4B background

This text has black color on #967E4B background.


White color preview on #967E4B background

This text has white color on #967E4B background.


Related colors

Complementary color

Complementary color for #hex is #6981B4.


I love getcolorcode.com

Triadic colors

1 #4B967E and #7E4B96 with #967E4B are triadic colors.

2 #4B7E96 and #7E964B with #967E4B are triadic colors.