COLOR #969371

HEX: #969371
RGB: (150,147,113)

Color info

#969371 contains red, green and blue colors in about the same proportion. Web safe color of #969371 is #999966 (or #996).

RGB color model

#969371 color RGB value is (150,147,113).

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

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 113 of 255 = 44%

150
147
113

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

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 113 = 410 (100%)
R 150 of 410 ~ 36.59%
G 147 of 410 ~ 35.85%
B 113 of 410 ~ 27.56%

%36.59
%35.85
%27.56

CMYK color model

#969371 color CMYK value is (0,2,25,41).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 24.67%
  • key color value is 41.18%
CMYK:
(0,2,25,41)
C0M2Y25K41 
(0%,2%,25%,41%)
(0.00/0.02/0.25/0.41)	

CMYK percentages

%0
%2
%24.67
%41.18

Codes

Color #969371 in popluar color models

969371
RGB150147113
HSL55°14.98%51.57%
HSB/HSV55°24.67%58.82%
CMYK0.00%2.00%24.67%
41.18%

Color #969371 in popluar number systems.

HEX969371
Decimal150147113
Binary10010110100100111110001
Octal226223161

Shades and tints

Shades of #969371

#969371
(150,147,113)
#898667
(137,134,103)
#7C795D
(124,121,93)
#6F6C53
(111,108,83)
#625F49
(98,95,73)
#55523F
(85,82,63)
#484535
(72,69,53)
#3B382B
(59,56,43)
#2E2B21
(46,43,33)
#211E17
(33,30,23)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #969371

#969371
(150,147,113)
#9F9C7D
(159,156,125)
#A8A589
(168,165,137)
#B1AE95
(177,174,149)
#BAB7A1
(186,183,161)
#C3C0AD
(195,192,173)
#CCC9B9
(204,201,185)
#D5D2C5
(213,210,197)
#DEDBD1
(222,219,209)
#E7E4DD
(231,228,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969371; }

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

This text font color is #969371.


Background Color

.myBgColor { background-color: #969371; }

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

This div background color is #969371.


Border color

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

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

This div border color is #969371.


Opacity

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

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

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

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

This text has shadow with #969371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969371 on black background.


Color preview on white background

This text has color #969371 on white background.



Black color preview on #969371 background

This text has black color on #969371 background.


White color preview on #969371 background

This text has white color on #969371 background.