COLOR #967373

HEX: #967373
RGB: (150,115,115)

Color info

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

RGB color model

#967373 color RGB value is (150,115,115).

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

RGB channels and saturation

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

150
115
115

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

Portions of RGB colors in percentages

R + G + B =
150 + 115 + 115 = 380 (100%)
R 150 of 380 ~ 39.47%
G 115 of 380 ~ 30.26%
B 115 of 380 ~ 30.26%

%39.47
%30.26
%30.26

CMYK color model

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

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

CMYK percentages

%0
%23.33
%23.33
%41.18

Codes

Color #967373 in popluar color models

967373
RGB150115115
HSL14.29%51.96%
HSB/HSV23.33%58.82%
CMYK0.00%23.33%23.33%
41.18%

Color #967373 in popluar number systems.

HEX967373
Decimal150115115
Binary1001011011100111110011
Octal226163163

Shades and tints

Shades of #967373

#967373
(150,115,115)
#896969
(137,105,105)
#7C5F5F
(124,95,95)
#6F5555
(111,85,85)
#624B4B
(98,75,75)
#554141
(85,65,65)
#483737
(72,55,55)
#3B2D2D
(59,45,45)
#2E2323
(46,35,35)
#211919
(33,25,25)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #967373

#967373
(150,115,115)
#9F7F7F
(159,127,127)
#A88B8B
(168,139,139)
#B19797
(177,151,151)
#BAA3A3
(186,163,163)
#C3AFAF
(195,175,175)
#CCBBBB
(204,187,187)
#D5C7C7
(213,199,199)
#DED3D3
(222,211,211)
#E7DFDF
(231,223,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967373; }

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

This text font color is #967373.


Background Color

.myBgColor { background-color: #967373; }

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

This div background color is #967373.


Border color

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

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

This div border color is #967373.


Opacity

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

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

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

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

This text has shadow with #967373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967373 on black background.


Color preview on white background

This text has color #967373 on white background.



Black color preview on #967373 background

This text has black color on #967373 background.


White color preview on #967373 background

This text has white color on #967373 background.