COLOR #964043

HEX: #964043
RGB: (150,64,67)

Color info

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

RGB color model

#964043 color RGB value is (150,64,67).

  • red value is 150;
  • green value is 64;
  • blue value is 67.
RGB:
(150,64,67)
(59%,25%,26%)

RGB channels and saturation

R 150 of 255 = 59%
G 64 of 255 = 25%
B 67 of 255 = 26%

150
64
67

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

Portions of RGB colors in percentages

R + G + B =
150 + 64 + 67 = 281 (100%)
R 150 of 281 ~ 53.38%
G 64 of 281 ~ 22.78%
B 67 of 281 ~ 23.84%

%53.38
%22.78
%23.84

CMYK color model

#964043 color CMYK value is (0,57,55,41).

  • cyan value is 0.00%
  • magenta value is 57.33%
  • yellow value is 55.33%
  • key color value is 41.18%
CMYK:
(0,57,55,41)
C0M57Y55K41 
(0%,57%,55%,41%)
(0.00/0.57/0.55/0.41)	

CMYK percentages

%0
%57.33
%55.33
%41.18

Codes

Color #964043 in popluar color models

964043
RGB1506467
HSL358°40.19%41.96%
HSB/HSV358°57.33%58.82%
CMYK0.00%57.33%55.33%
41.18%

Color #964043 in popluar number systems.

HEX964043
Decimal1506467
Binary1001011010000001000011
Octal226100103

Shades and tints

Shades of #964043

#964043
(150,64,67)
#893B3D
(137,59,61)
#7C3637
(124,54,55)
#6F3131
(111,49,49)
#622C2B
(98,44,43)
#552725
(85,39,37)
#48221F
(72,34,31)
#3B1D19
(59,29,25)
#2E1813
(46,24,19)
#21130D
(33,19,13)
#140E07
(20,14,7)
#000000
(0,0,0)

Tints of #964043

#964043
(150,64,67)
#9F5154
(159,81,84)
#A86265
(168,98,101)
#B17376
(177,115,118)
#BA8487
(186,132,135)
#C39598
(195,149,152)
#CCA6A9
(204,166,169)
#D5B7BA
(213,183,186)
#DEC8CB
(222,200,203)
#E7D9DC
(231,217,220)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964043; }

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

This text font color is #964043.


Background Color

.myBgColor { background-color: #964043; }

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

This div background color is #964043.


Border color

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

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

This div border color is #964043.


Opacity

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

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

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

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

This text has shadow with #964043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964043 on black background.


Color preview on white background

This text has color #964043 on white background.



Black color preview on #964043 background

This text has black color on #964043 background.


White color preview on #964043 background

This text has white color on #964043 background.