COLOR #963D30

HEX: #963D30
RGB: (150,61,48)

Color info

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

RGB color model

#963D30 color RGB value is (150,61,48).

  • red value is 150;
  • green value is 61;
  • blue value is 48.
RGB:
(150,61,48)
(59%,24%,19%)

RGB channels and saturation

R 150 of 255 = 59%
G 61 of 255 = 24%
B 48 of 255 = 19%

150
61
48

R + G + B ~ 34%. #963D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 61 + 48 = 259 (100%)
R 150 of 259 ~ 57.92%
G 61 of 259 ~ 23.55%
B 48 of 259 ~ 18.53%

%57.92
%23.55
%18.53

CMYK color model

#963D30 color CMYK value is (0,59,68,41).

  • cyan value is 0.00%
  • magenta value is 59.33%
  • yellow value is 68.00%
  • key color value is 41.18%
CMYK:
(0,59,68,41)
C0M59Y68K41 
(0%,59%,68%,41%)
(0.00/0.59/0.68/0.41)	

CMYK percentages

%0
%59.33
%68
%41.18

Codes

Color #963D30 in popluar color models

963D30
RGB1506148
HSL51.52%38.82%
HSB/HSV68.00%58.82%
CMYK0.00%59.33%68.00%
41.18%

Color #963D30 in popluar number systems.

HEX963D30
Decimal1506148
Binary10010110111101110000
Octal2267560

Shades and tints

Shades of #963D30

#963D30
(150,61,48)
#89382C
(137,56,44)
#7C3328
(124,51,40)
#6F2E24
(111,46,36)
#622920
(98,41,32)
#55241C
(85,36,28)
#481F18
(72,31,24)
#3B1A14
(59,26,20)
#2E1510
(46,21,16)
#21100C
(33,16,12)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #963D30

#963D30
(150,61,48)
#9F4E42
(159,78,66)
#A85F54
(168,95,84)
#B17066
(177,112,102)
#BA8178
(186,129,120)
#C3928A
(195,146,138)
#CCA39C
(204,163,156)
#D5B4AE
(213,180,174)
#DEC5C0
(222,197,192)
#E7D6D2
(231,214,210)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963D30 color. Also use rgb(150,61,48) instead hex code.

Text Font Color

.myTextColor { color: #963D30; }

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

This text font color is #963D30.


Background Color

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

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

This div background color is #963D30.


Border color

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

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

This div border color is #963D30.


Opacity

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

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

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

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

This text has shadow with #963D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963D30 on black background.


Color preview on white background

This text has color #963D30 on white background.



Black color preview on #963D30 background

This text has black color on #963D30 background.


White color preview on #963D30 background

This text has white color on #963D30 background.