COLOR #964B4B

HEX: #964B4B
RGB: (150,75,75)

Color info

#964B4B contains mainly red color. Web safe color of #964B4B is #993333 (or #933).

RGB color model

#964B4B color RGB value is (150,75,75).

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

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 75 of 255 = 29%

150
75
75

R + G + B ~ 39%. #964B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 75 + 75 = 300 (100%)
R 150 of 300 ~ 50%
G 75 of 300 ~ 25%
B 75 of 300 ~ 25%

%50
%25
%25

CMYK color model

#964B4B color CMYK value is (0,50,50,41).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(0,50,50,41)
C0M50Y50K41 
(0%,50%,50%,41%)
(0.00/0.50/0.50/0.41)	

CMYK percentages

%0
%50
%50
%41.18

Codes

Color #964B4B in popluar color models

964B4B
RGB1507575
HSL33.33%44.12%
HSB/HSV50.00%58.82%
CMYK0.00%50.00%50.00%
41.18%

Color #964B4B in popluar number systems.

HEX964B4B
Decimal1507575
Binary1001011010010111001011
Octal226113113

Shades and tints

Shades of #964B4B

#964B4B
(150,75,75)
#894545
(137,69,69)
#7C3F3F
(124,63,63)
#6F3939
(111,57,57)
#623333
(98,51,51)
#552D2D
(85,45,45)
#482727
(72,39,39)
#3B2121
(59,33,33)
#2E1B1B
(46,27,27)
#211515
(33,21,21)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #964B4B

#964B4B
(150,75,75)
#9F5B5B
(159,91,91)
#A86B6B
(168,107,107)
#B17B7B
(177,123,123)
#BA8B8B
(186,139,139)
#C39B9B
(195,155,155)
#CCABAB
(204,171,171)
#D5BBBB
(213,187,187)
#DECBCB
(222,203,203)
#E7DBDB
(231,219,219)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964B4B; }

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

This text font color is #964B4B.


Background Color

.myBgColor { background-color: #964B4B; }

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

This div background color is #964B4B.


Border color

.myBorderColor { border: 1px solid #964B4B; }

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

This div border color is #964B4B.


Opacity

.myOpacity80 { color: #964B4B; opacity: 0.8; }

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

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

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

This text has shadow with #964B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964B4B on black background.


Color preview on white background

This text has color #964B4B on white background.



Black color preview on #964B4B background

This text has black color on #964B4B background.


White color preview on #964B4B background

This text has white color on #964B4B background.