COLOR #963741

HEX: #963741
RGB: (150,55,65)

Color info

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

RGB color model

#963741 color RGB value is (150,55,65).

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

RGB channels and saturation

R 150 of 255 = 59%
G 55 of 255 = 22%
B 65 of 255 = 25%

150
55
65

R + G + B ~ 35%. #963741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 55 + 65 = 270 (100%)
R 150 of 270 ~ 55.56%
G 55 of 270 ~ 20.37%
B 65 of 270 ~ 24.07%

%55.56
%20.37
%24.07

CMYK color model

#963741 color CMYK value is (0,63,57,41).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 56.67%
  • key color value is 41.18%
CMYK:
(0,63,57,41)
C0M63Y57K41 
(0%,63%,57%,41%)
(0.00/0.63/0.57/0.41)	

CMYK percentages

%0
%63.33
%56.67
%41.18

Codes

Color #963741 in popluar color models

963741
RGB1505565
HSL354°46.34%40.20%
HSB/HSV354°63.33%58.82%
CMYK0.00%63.33%56.67%
41.18%

Color #963741 in popluar number systems.

HEX963741
Decimal1505565
Binary100101101101111000001
Octal22667101

Shades and tints

Shades of #963741

#963741
(150,55,65)
#89323C
(137,50,60)
#7C2D37
(124,45,55)
#6F2832
(111,40,50)
#62232D
(98,35,45)
#551E28
(85,30,40)
#481923
(72,25,35)
#3B141E
(59,20,30)
#2E0F19
(46,15,25)
#210A14
(33,10,20)
#14050F
(20,5,15)
#000000
(0,0,0)

Tints of #963741

#963741
(150,55,65)
#9F4952
(159,73,82)
#A85B63
(168,91,99)
#B16D74
(177,109,116)
#BA7F85
(186,127,133)
#C39196
(195,145,150)
#CCA3A7
(204,163,167)
#D5B5B8
(213,181,184)
#DEC7C9
(222,199,201)
#E7D9DA
(231,217,218)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963741; }

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

This text font color is #963741.


Background Color

.myBgColor { background-color: #963741; }

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

This div background color is #963741.


Border color

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

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

This div border color is #963741.


Opacity

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

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

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

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

This text has shadow with #963741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963741 on black background.


Color preview on white background

This text has color #963741 on white background.



Black color preview on #963741 background

This text has black color on #963741 background.


White color preview on #963741 background

This text has white color on #963741 background.