COLOR #964A48

HEX: #964A48
RGB: (150,74,72)

Color info

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

RGB color model

#964A48 color RGB value is (150,74,72).

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

RGB channels and saturation

R 150 of 255 = 59%
G 74 of 255 = 29%
B 72 of 255 = 28%

150
74
72

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

Portions of RGB colors in percentages

R + G + B =
150 + 74 + 72 = 296 (100%)
R 150 of 296 ~ 50.68%
G 74 of 296 ~ 25%
B 72 of 296 ~ 24.32%

%50.68
%25
%24.32

CMYK color model

#964A48 color CMYK value is (0,51,52,41).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 52.00%
  • key color value is 41.18%
CMYK:
(0,51,52,41)
C0M51Y52K41 
(0%,51%,52%,41%)
(0.00/0.51/0.52/0.41)	

CMYK percentages

%0
%50.67
%52
%41.18

Codes

Color #964A48 in popluar color models

964A48
RGB1507472
HSL35.14%43.53%
HSB/HSV52.00%58.82%
CMYK0.00%50.67%52.00%
41.18%

Color #964A48 in popluar number systems.

HEX964A48
Decimal1507472
Binary1001011010010101001000
Octal226112110

Shades and tints

Shades of #964A48

#964A48
(150,74,72)
#894442
(137,68,66)
#7C3E3C
(124,62,60)
#6F3836
(111,56,54)
#623230
(98,50,48)
#552C2A
(85,44,42)
#482624
(72,38,36)
#3B201E
(59,32,30)
#2E1A18
(46,26,24)
#211412
(33,20,18)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #964A48

#964A48
(150,74,72)
#9F5A58
(159,90,88)
#A86A68
(168,106,104)
#B17A78
(177,122,120)
#BA8A88
(186,138,136)
#C39A98
(195,154,152)
#CCAAA8
(204,170,168)
#D5BAB8
(213,186,184)
#DECAC8
(222,202,200)
#E7DAD8
(231,218,216)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964A48; }

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

This text font color is #964A48.


Background Color

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

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

This div background color is #964A48.


Border color

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

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

This div border color is #964A48.


Opacity

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

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

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

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

This text has shadow with #964A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964A48 on black background.


Color preview on white background

This text has color #964A48 on white background.



Black color preview on #964A48 background

This text has black color on #964A48 background.


White color preview on #964A48 background

This text has white color on #964A48 background.