COLOR #964841

HEX: #964841
RGB: (150,72,65)

Color info

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

RGB color model

#964841 color RGB value is (150,72,65).

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

RGB channels and saturation

R 150 of 255 = 59%
G 72 of 255 = 28%
B 65 of 255 = 25%

150
72
65

R + G + B ~ 37%. #964841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 72 + 65 = 287 (100%)
R 150 of 287 ~ 52.26%
G 72 of 287 ~ 25.09%
B 65 of 287 ~ 22.65%

%52.26
%25.09
%22.65

CMYK color model

#964841 color CMYK value is (0,52,57,41).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 56.67%
  • key color value is 41.18%
CMYK:
(0,52,57,41)
C0M52Y57K41 
(0%,52%,57%,41%)
(0.00/0.52/0.57/0.41)	

CMYK percentages

%0
%52
%56.67
%41.18

Codes

Color #964841 in popluar color models

964841
RGB1507265
HSL39.53%42.16%
HSB/HSV56.67%58.82%
CMYK0.00%52.00%56.67%
41.18%

Color #964841 in popluar number systems.

HEX964841
Decimal1507265
Binary1001011010010001000001
Octal226110101

Shades and tints

Shades of #964841

#964841
(150,72,65)
#89423C
(137,66,60)
#7C3C37
(124,60,55)
#6F3632
(111,54,50)
#62302D
(98,48,45)
#552A28
(85,42,40)
#482423
(72,36,35)
#3B1E1E
(59,30,30)
#2E1819
(46,24,25)
#211214
(33,18,20)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #964841

#964841
(150,72,65)
#9F5852
(159,88,82)
#A86863
(168,104,99)
#B17874
(177,120,116)
#BA8885
(186,136,133)
#C39896
(195,152,150)
#CCA8A7
(204,168,167)
#D5B8B8
(213,184,184)
#DEC8C9
(222,200,201)
#E7D8DA
(231,216,218)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964841; }

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

This text font color is #964841.


Background Color

.myBgColor { background-color: #964841; }

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

This div background color is #964841.


Border color

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

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

This div border color is #964841.


Opacity

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

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

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

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

This text has shadow with #964841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964841 on black background.


Color preview on white background

This text has color #964841 on white background.



Black color preview on #964841 background

This text has black color on #964841 background.


White color preview on #964841 background

This text has white color on #964841 background.