COLOR #969380

HEX: #969380
RGB: (150,147,128)

Color info

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

RGB color model

#969380 color RGB value is (150,147,128).

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

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 128 of 255 = 50%

150
147
128

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

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 128 = 425 (100%)
R 150 of 425 ~ 35.29%
G 147 of 425 ~ 34.59%
B 128 of 425 ~ 30.12%

%35.29
%34.59
%30.12

CMYK color model

#969380 color CMYK value is (0,2,15,41).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 14.67%
  • key color value is 41.18%
CMYK:
(0,2,15,41)
C0M2Y15K41 
(0%,2%,15%,41%)
(0.00/0.02/0.15/0.41)	

CMYK percentages

%0
%2
%14.67
%41.18

Codes

Color #969380 in popluar color models

969380
RGB150147128
HSL52°9.48%54.51%
HSB/HSV52°14.67%58.82%
CMYK0.00%2.00%14.67%
41.18%

Color #969380 in popluar number systems.

HEX969380
Decimal150147128
Binary100101101001001110000000
Octal226223200

Shades and tints

Shades of #969380

#969380
(150,147,128)
#898675
(137,134,117)
#7C796A
(124,121,106)
#6F6C5F
(111,108,95)
#625F54
(98,95,84)
#555249
(85,82,73)
#48453E
(72,69,62)
#3B3833
(59,56,51)
#2E2B28
(46,43,40)
#211E1D
(33,30,29)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #969380

#969380
(150,147,128)
#9F9C8B
(159,156,139)
#A8A596
(168,165,150)
#B1AEA1
(177,174,161)
#BAB7AC
(186,183,172)
#C3C0B7
(195,192,183)
#CCC9C2
(204,201,194)
#D5D2CD
(213,210,205)
#DEDBD8
(222,219,216)
#E7E4E3
(231,228,227)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969380; }

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

This text font color is #969380.


Background Color

.myBgColor { background-color: #969380; }

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

This div background color is #969380.


Border color

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

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

This div border color is #969380.


Opacity

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

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

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

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

This text has shadow with #969380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969380 on black background.


Color preview on white background

This text has color #969380 on white background.



Black color preview on #969380 background

This text has black color on #969380 background.


White color preview on #969380 background

This text has white color on #969380 background.