COLOR #963B1A

HEX: #963B1A
RGB: (150,59,26)

Color info

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

RGB color model

#963B1A color RGB value is (150,59,26).

  • red value is 150;
  • green value is 59;
  • blue value is 26.
RGB:
(150,59,26)
(59%,23%,10%)

RGB channels and saturation

R 150 of 255 = 59%
G 59 of 255 = 23%
B 26 of 255 = 10%

150
59
26

R + G + B ~ 31%. #963B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 59 + 26 = 235 (100%)
R 150 of 235 ~ 63.83%
G 59 of 235 ~ 25.11%
B 26 of 235 ~ 11.06%

%63.83
%25.11
%11.06

CMYK color model

#963B1A color CMYK value is (0,61,83,41).

  • cyan value is 0.00%
  • magenta value is 60.67%
  • yellow value is 82.67%
  • key color value is 41.18%
CMYK:
(0,61,83,41)
C0M61Y83K41 
(0%,61%,83%,41%)
(0.00/0.61/0.83/0.41)	

CMYK percentages

%0
%60.67
%82.67
%41.18

Codes

Color #963B1A in popluar color models

963B1A
RGB1505926
HSL16°70.45%34.51%
HSB/HSV16°82.67%58.82%
CMYK0.00%60.67%82.67%
41.18%

Color #963B1A in popluar number systems.

HEX963B1A
Decimal1505926
Binary1001011011101111010
Octal2267332

Shades and tints

Shades of #963B1A

#963B1A
(150,59,26)
#893618
(137,54,24)
#7C3116
(124,49,22)
#6F2C14
(111,44,20)
#622712
(98,39,18)
#552210
(85,34,16)
#481D0E
(72,29,14)
#3B180C
(59,24,12)
#2E130A
(46,19,10)
#210E08
(33,14,8)
#140906
(20,9,6)
#000000
(0,0,0)

Tints of #963B1A

#963B1A
(150,59,26)
#9F4C2E
(159,76,46)
#A85D42
(168,93,66)
#B16E56
(177,110,86)
#BA7F6A
(186,127,106)
#C3907E
(195,144,126)
#CCA192
(204,161,146)
#D5B2A6
(213,178,166)
#DEC3BA
(222,195,186)
#E7D4CE
(231,212,206)
#F0E5E2
(240,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963B1A color. Also use rgb(150,59,26) instead hex code.

Text Font Color

.myTextColor { color: #963B1A; }

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

This text font color is #963B1A.


Background Color

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

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

This div background color is #963B1A.


Border color

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

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

This div border color is #963B1A.


Opacity

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

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

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

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

This text has shadow with #963B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963B1A on black background.


Color preview on white background

This text has color #963B1A on white background.



Black color preview on #963B1A background

This text has black color on #963B1A background.


White color preview on #963B1A background

This text has white color on #963B1A background.