COLOR #963003

HEX: #963003
RGB: (150,48,3)

Color info

#963003 contains mainly red color. Web safe color of #963003 is #993300 (or #930).

RGB color model

#963003 color RGB value is (150,48,3).

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

RGB channels and saturation

R 150 of 255 = 59%
G 48 of 255 = 19%
B 3 of 255 = 1%

150
48
3

R + G + B ~ 26%. #963003 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 48 + 3 = 201 (100%)
R 150 of 201 ~ 74.63%
G 48 of 201 ~ 23.88%
B 3 of 201 ~ 1.49%

%74.63
%23.88

CMYK color model

#963003 color CMYK value is (0,68,98,41).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 98.00%
  • key color value is 41.18%
CMYK:
(0,68,98,41)
C0M68Y98K41 
(0%,68%,98%,41%)
(0.00/0.68/0.98/0.41)	

CMYK percentages

%0
%68
%98
%41.18

Codes

Color #963003 in popluar color models

963003
RGB150483
HSL18°96.08%30.00%
HSB/HSV18°98.00%58.82%
CMYK0.00%68.00%98.00%
41.18%

Color #963003 in popluar number systems.

HEX963003
Decimal150483
Binary1001011011000011
Octal226603

Shades and tints

Shades of #963003

#963003
(150,48,3)
#892C03
(137,44,3)
#7C2803
(124,40,3)
#6F2403
(111,36,3)
#622003
(98,32,3)
#551C03
(85,28,3)
#481803
(72,24,3)
#3B1403
(59,20,3)
#2E1003
(46,16,3)
#210C03
(33,12,3)
#140803
(20,8,3)
#000000
(0,0,0)

Tints of #963003

#963003
(150,48,3)
#9F4219
(159,66,25)
#A8542F
(168,84,47)
#B16645
(177,102,69)
#BA785B
(186,120,91)
#C38A71
(195,138,113)
#CC9C87
(204,156,135)
#D5AE9D
(213,174,157)
#DEC0B3
(222,192,179)
#E7D2C9
(231,210,201)
#F0E4DF
(240,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963003; }

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

This text font color is #963003.


Background Color

.myBgColor { background-color: #963003; }

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

This div background color is #963003.


Border color

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

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

This div border color is #963003.


Opacity

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

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

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

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

This text has shadow with #963003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963003 on black background.


Color preview on white background

This text has color #963003 on white background.



Black color preview on #963003 background

This text has black color on #963003 background.


White color preview on #963003 background

This text has white color on #963003 background.