COLOR #963F43

HEX: #963F43 RGB: (150,63,67)

Color info

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

RGB color model

#963F43 color RGB value is (150,63,67).

RGB: (150,63,67) (59%, 25%, 26%)

RGB channels and saturation

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

150
63
67

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

Portions of RGB colors in percentages

R + G + B = 150 + 63 + 67 = 280 (100%)
R 150 of 280 ~ 53.57%
G 63 of 280 ~ 22.5%
B 67 of 280 ~ 23.93'%

%53.57
%22.5
%23.93

CMYK color model

#963F43 color CMYK value is (0,58,55,41).

  • cyan value is 0.00%
  • magenta value is 58.00%
  • yellow value is 55.33%
  • key color value is 41.18%
CMYK: (0,58,55,41) C0M58Y55K41 (0%,58%,55%,41%) (0.00/0.58/0.55/0.41) 

CMYK percentages

%0
%58
%55.33
%41.18

Codes

Color #963F43 in popluar color models

96 3F 43
RGB 150 63 67
HSL 357° 40.85% 41.76%
HSB/HSV 357° 58.00% 58.82%
CMYK 0.00% 58.00% 55.33%
41.18%

Color #963F43 in popluar number systems.

HEX 96 3F 43
Decimal 150 63 67
Binary 10010110 111111 1000011
Octal 226 77 103

Shades and tints

Shades of #963F43

#963F43
(150,63,67)
#893A3D
(137,58,61)
#7C3537
(124,53,55)
#6F3031
(111,48,49)
#622B2B
(98,43,43)
#552625
(85,38,37)
#48211F
(72,33,31)
#3B1C19
(59,28,25)
#2E1713
(46,23,19)
#21120D
(33,18,13)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #963F43

#963F43
(150,63,67)
#9F5054
(159,80,84)
#A86165
(168,97,101)
#B17276
(177,114,118)
#BA8387
(186,131,135)
#C39498
(195,148,152)
#CCA5A9
(204,165,169)
#D5B6BA
(213,182,186)
#DEC7CB
(222,199,203)
#E7D8DC
(231,216,220)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963F43; }

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

This text font color is #963F43.

Background Color

.myBgColor { background-color: #963F43; }

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

This div background color is #963F43.

Border color

.myBorderColor { border: 1px solid #963F43; }

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

This div border color is #963F43.

Opacity

.myOpacity80 { color: #963F43; opacity: 0.8; }

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

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

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

This text has shadow with #963F43 color.


.textShadow {text-shadow: 3px 3px 1px #963F43', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #963F43; -webkit-box-shadow: 1px 1px 3px 2px #963F43; box-shadow:1px 1px 3px 2px #963F43;">
Div content here
</div>

This div box has shadow with color #963F43.

Preview

Color preview on black background

This text has color #963F43 on black background.


Color preview on white background

This text has color #963F43 on white background.


Black color preview on #963F43 background

This text has black color on #963F43 background.


White color preview on #963F43 background

This text has white color on #963F43 background.


Related colors

Complementary color

Complementary color for #hex is #69C0BC.


I love getcolorcode.com

Triadic colors

1 #43963F and #3F4396 with #963F43 are triadic colors.

2 #433F96 and #3F9643 with #963F43 are triadic colors.