COLOR #967A50

HEX: #967A50
RGB: (150,122,80)

Color info

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

RGB color model

#967A50 color RGB value is (150,122,80).

  • red value is 150;
  • green value is 122;
  • blue value is 80.
RGB: (150,122,80) (59%,48%,31%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 80 of 255 = 31%

150
122
80

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

Portions of RGB colors in percentages

R + G + B =
150 + 122 + 80 = 352 (100%)
R 150 of 352 ~ 42.61%
G 122 of 352 ~ 34.66%
B 80 of 352 ~ 22.73%

%42.61
%34.66
%22.73

CMYK color model

#967A50 color CMYK value is (0,19,47,41).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 46.67%
  • key color value is 41.18%
CMYK: (0,19,47,41) C0M19Y47K41 (0%,19%,47%,41%) (0.00/0.19/0.47/0.41)

CMYK percentages

%0
%18.67
%46.67
%41.18

Codes

Color #967A50 in popluar color models

967A50
RGB15012280
HSL36°30.43%45.10%
HSB/HSV36°46.67%58.82%
CMYK0.00%18.67%46.67%
41.18%

Color #967A50 in popluar number systems.

HEX967A50
Decimal15012280
Binary1001011011110101010000
Octal226172120

Shades and tints

Shades of #967A50

#967A50
(150,122,80)
#896F49
(137,111,73)
#7C6442
(124,100,66)
#6F593B
(111,89,59)
#624E34
(98,78,52)
#55432D
(85,67,45)
#483826
(72,56,38)
#3B2D1F
(59,45,31)
#2E2218
(46,34,24)
#211711
(33,23,17)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #967A50

#967A50
(150,122,80)
#9F865F
(159,134,95)
#A8926E
(168,146,110)
#B19E7D
(177,158,125)
#BAAA8C
(186,170,140)
#C3B69B
(195,182,155)
#CCC2AA
(204,194,170)
#D5CEB9
(213,206,185)
#DEDAC8
(222,218,200)
#E7E6D7
(231,230,215)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967A50; }

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

This text font color is #967A50.


Background Color

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

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

This div background color is #967A50.


Border color

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

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

This div border color is #967A50.


Opacity

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

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

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

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

This text has shadow with #967A50 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #967A50 on black background.


Color preview on white background

This text has color #967A50 on white background.



Black color preview on #967A50 background

This text has black color on #967A50 background.


White color preview on #967A50 background

This text has white color on #967A50 background.