COLOR #967377

HEX: #967377
RGB: (150,115,119)

Color info

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

RGB color model

#967377 color RGB value is (150,115,119).

  • red value is 150;
  • green value is 115;
  • blue value is 119.
RGB:
(150,115,119)
(59%,45%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 115 of 255 = 45%
B 119 of 255 = 47%

150
115
119

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

Portions of RGB colors in percentages

R + G + B =
150 + 115 + 119 = 384 (100%)
R 150 of 384 ~ 39.06%
G 115 of 384 ~ 29.95%
B 119 of 384 ~ 30.99%

%39.06
%29.95
%30.99

CMYK color model

#967377 color CMYK value is (0,23,21,41).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(0,23,21,41)
C0M23Y21K41 
(0%,23%,21%,41%)
(0.00/0.23/0.21/0.41)	

CMYK percentages

%0
%23.33
%20.67
%41.18

Codes

Color #967377 in popluar color models

967377
RGB150115119
HSL353°14.29%51.96%
HSB/HSV353°23.33%58.82%
CMYK0.00%23.33%20.67%
41.18%

Color #967377 in popluar number systems.

HEX967377
Decimal150115119
Binary1001011011100111110111
Octal226163167

Shades and tints

Shades of #967377

#967377
(150,115,119)
#89696D
(137,105,109)
#7C5F63
(124,95,99)
#6F5559
(111,85,89)
#624B4F
(98,75,79)
#554145
(85,65,69)
#48373B
(72,55,59)
#3B2D31
(59,45,49)
#2E2327
(46,35,39)
#21191D
(33,25,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #967377

#967377
(150,115,119)
#9F7F83
(159,127,131)
#A88B8F
(168,139,143)
#B1979B
(177,151,155)
#BAA3A7
(186,163,167)
#C3AFB3
(195,175,179)
#CCBBBF
(204,187,191)
#D5C7CB
(213,199,203)
#DED3D7
(222,211,215)
#E7DFE3
(231,223,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967377 color. Also use rgb(150,115,119) instead hex code.

Text Font Color

.myTextColor { color: #967377; }

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

This text font color is #967377.


Background Color

.myBgColor { background-color: #967377; }

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

This div background color is #967377.


Border color

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

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

This div border color is #967377.


Opacity

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

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

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

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

This text has shadow with #967377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967377 on black background.


Color preview on white background

This text has color #967377 on white background.



Black color preview on #967377 background

This text has black color on #967377 background.


White color preview on #967377 background

This text has white color on #967377 background.