COLOR #967449

HEX: #967449
RGB: (150,116,73)

Color info

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

RGB color model

#967449 color RGB value is (150,116,73).

  • red value is 150;
  • green value is 116;
  • blue value is 73.
RGB:
(150,116,73)
(59%,45%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 116 of 255 = 45%
B 73 of 255 = 29%

150
116
73

R + G + B ~ 44%. #967449 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 116 + 73 = 339 (100%)
R 150 of 339 ~ 44.25%
G 116 of 339 ~ 34.22%
B 73 of 339 ~ 21.53%

%44.25
%34.22
%21.53

CMYK color model

#967449 color CMYK value is (0,23,51,41).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 51.33%
  • key color value is 41.18%
CMYK:
(0,23,51,41)
C0M23Y51K41 
(0%,23%,51%,41%)
(0.00/0.23/0.51/0.41)	

CMYK percentages

%0
%22.67
%51.33
%41.18

Codes

Color #967449 in popluar color models

967449
RGB15011673
HSL34°34.53%43.73%
HSB/HSV34°51.33%58.82%
CMYK0.00%22.67%51.33%
41.18%

Color #967449 in popluar number systems.

HEX967449
Decimal15011673
Binary1001011011101001001001
Octal226164111

Shades and tints

Shades of #967449

#967449
(150,116,73)
#896A43
(137,106,67)
#7C603D
(124,96,61)
#6F5637
(111,86,55)
#624C31
(98,76,49)
#55422B
(85,66,43)
#483825
(72,56,37)
#3B2E1F
(59,46,31)
#2E2419
(46,36,25)
#211A13
(33,26,19)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #967449

#967449
(150,116,73)
#9F8059
(159,128,89)
#A88C69
(168,140,105)
#B19879
(177,152,121)
#BAA489
(186,164,137)
#C3B099
(195,176,153)
#CCBCA9
(204,188,169)
#D5C8B9
(213,200,185)
#DED4C9
(222,212,201)
#E7E0D9
(231,224,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967449 color. Also use rgb(150,116,73) instead hex code.

Text Font Color

.myTextColor { color: #967449; }

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

This text font color is #967449.


Background Color

.myBgColor { background-color: #967449; }

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

This div background color is #967449.


Border color

.myBorderColor { border: 1px solid #967449; }

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

This div border color is #967449.


Opacity

.myOpacity80 { color: #967449; opacity: 0.8; }

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

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

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

This text has shadow with #967449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967449 on black background.


Color preview on white background

This text has color #967449 on white background.



Black color preview on #967449 background

This text has black color on #967449 background.


White color preview on #967449 background

This text has white color on #967449 background.