COLOR #967471

HEX: #967471
RGB: (150,116,113)

Color info

#967471 contains red, green and blue colors in about the same proportion. Web safe color of #967471 is #996666 (or #966).

RGB color model

#967471 color RGB value is (150,116,113).

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

RGB channels and saturation

R 150 of 255 = 59%
G 116 of 255 = 45%
B 113 of 255 = 44%

150
116
113

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

Portions of RGB colors in percentages

R + G + B =
150 + 116 + 113 = 379 (100%)
R 150 of 379 ~ 39.58%
G 116 of 379 ~ 30.61%
B 113 of 379 ~ 29.82%

%39.58
%30.61
%29.82

CMYK color model

#967471 color CMYK value is (0,23,25,41).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 24.67%
  • key color value is 41.18%
CMYK:
(0,23,25,41)
C0M23Y25K41 
(0%,23%,25%,41%)
(0.00/0.23/0.25/0.41)	

CMYK percentages

%0
%22.67
%24.67
%41.18

Codes

Color #967471 in popluar color models

967471
RGB150116113
HSL14.98%51.57%
HSB/HSV24.67%58.82%
CMYK0.00%22.67%24.67%
41.18%

Color #967471 in popluar number systems.

HEX967471
Decimal150116113
Binary1001011011101001110001
Octal226164161

Shades and tints

Shades of #967471

#967471
(150,116,113)
#896A67
(137,106,103)
#7C605D
(124,96,93)
#6F5653
(111,86,83)
#624C49
(98,76,73)
#55423F
(85,66,63)
#483835
(72,56,53)
#3B2E2B
(59,46,43)
#2E2421
(46,36,33)
#211A17
(33,26,23)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #967471

#967471
(150,116,113)
#9F807D
(159,128,125)
#A88C89
(168,140,137)
#B19895
(177,152,149)
#BAA4A1
(186,164,161)
#C3B0AD
(195,176,173)
#CCBCB9
(204,188,185)
#D5C8C5
(213,200,197)
#DED4D1
(222,212,209)
#E7E0DD
(231,224,221)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967471; }

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

This text font color is #967471.


Background Color

.myBgColor { background-color: #967471; }

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

This div background color is #967471.


Border color

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

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

This div border color is #967471.


Opacity

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

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

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

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

This text has shadow with #967471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967471 on black background.


Color preview on white background

This text has color #967471 on white background.



Black color preview on #967471 background

This text has black color on #967471 background.


White color preview on #967471 background

This text has white color on #967471 background.