COLOR #967D46

HEX: #967D46
RGB: (150,125,70)

Color info

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

RGB color model

#967D46 color RGB value is (150,125,70).

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

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 70 of 255 = 27%

150
125
70

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

Portions of RGB colors in percentages

R + G + B =
150 + 125 + 70 = 345 (100%)
R 150 of 345 ~ 43.48%
G 125 of 345 ~ 36.23%
B 70 of 345 ~ 20.29%

%43.48
%36.23
%20.29

CMYK color model

#967D46 color CMYK value is (0,17,53,41).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 53.33%
  • key color value is 41.18%
CMYK:
(0,17,53,41)
C0M17Y53K41 
(0%,17%,53%,41%)
(0.00/0.17/0.53/0.41)	

CMYK percentages

%0
%16.67
%53.33
%41.18

Codes

Color #967D46 in popluar color models

967D46
RGB15012570
HSL41°36.36%43.14%
HSB/HSV41°53.33%58.82%
CMYK0.00%16.67%53.33%
41.18%

Color #967D46 in popluar number systems.

HEX967D46
Decimal15012570
Binary1001011011111011000110
Octal226175106

Shades and tints

Shades of #967D46

#967D46
(150,125,70)
#897240
(137,114,64)
#7C673A
(124,103,58)
#6F5C34
(111,92,52)
#62512E
(98,81,46)
#554628
(85,70,40)
#483B22
(72,59,34)
#3B301C
(59,48,28)
#2E2516
(46,37,22)
#211A10
(33,26,16)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #967D46

#967D46
(150,125,70)
#9F8856
(159,136,86)
#A89366
(168,147,102)
#B19E76
(177,158,118)
#BAA986
(186,169,134)
#C3B496
(195,180,150)
#CCBFA6
(204,191,166)
#D5CAB6
(213,202,182)
#DED5C6
(222,213,198)
#E7E0D6
(231,224,214)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967D46; }

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

This text font color is #967D46.


Background Color

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

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

This div background color is #967D46.


Border color

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

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

This div border color is #967D46.


Opacity

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

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

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

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

This text has shadow with #967D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967D46 on black background.


Color preview on white background

This text has color #967D46 on white background.



Black color preview on #967D46 background

This text has black color on #967D46 background.


White color preview on #967D46 background

This text has white color on #967D46 background.