COLOR #962519

HEX: #962519
RGB: (150,37,25)

Color info

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

RGB color model

#962519 color RGB value is (150,37,25).

  • red value is 150;
  • green value is 37;
  • blue value is 25.
RGB:
(150,37,25)
(59%,15%,10%)

RGB channels and saturation

R 150 of 255 = 59%
G 37 of 255 = 15%
B 25 of 255 = 10%

150
37
25

R + G + B ~ 28%. #962519 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 37 + 25 = 212 (100%)
R 150 of 212 ~ 70.75%
G 37 of 212 ~ 17.45%
B 25 of 212 ~ 11.79%

%70.75
%17.45
%11.79

CMYK color model

#962519 color CMYK value is (0,75,83,41).

  • cyan value is 0.00%
  • magenta value is 75.33%
  • yellow value is 83.33%
  • key color value is 41.18%
CMYK:
(0,75,83,41)
C0M75Y83K41 
(0%,75%,83%,41%)
(0.00/0.75/0.83/0.41)	

CMYK percentages

%0
%75.33
%83.33
%41.18

Codes

Color #962519 in popluar color models

962519
RGB1503725
HSL71.43%34.31%
HSB/HSV83.33%58.82%
CMYK0.00%75.33%83.33%
41.18%

Color #962519 in popluar number systems.

HEX962519
Decimal1503725
Binary1001011010010111001
Octal2264531

Shades and tints

Shades of #962519

#962519
(150,37,25)
#892217
(137,34,23)
#7C1F15
(124,31,21)
#6F1C13
(111,28,19)
#621911
(98,25,17)
#55160F
(85,22,15)
#48130D
(72,19,13)
#3B100B
(59,16,11)
#2E0D09
(46,13,9)
#210A07
(33,10,7)
#140705
(20,7,5)
#000000
(0,0,0)

Tints of #962519

#962519
(150,37,25)
#9F382D
(159,56,45)
#A84B41
(168,75,65)
#B15E55
(177,94,85)
#BA7169
(186,113,105)
#C3847D
(195,132,125)
#CC9791
(204,151,145)
#D5AAA5
(213,170,165)
#DEBDB9
(222,189,185)
#E7D0CD
(231,208,205)
#F0E3E1
(240,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #962519 color. Also use rgb(150,37,25) instead hex code.

Text Font Color

.myTextColor { color: #962519; }

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

This text font color is #962519.


Background Color

.myBgColor { background-color: #962519; }

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

This div background color is #962519.


Border color

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

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

This div border color is #962519.


Opacity

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

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

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

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

This text has shadow with #962519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962519 on black background.


Color preview on white background

This text has color #962519 on white background.



Black color preview on #962519 background

This text has black color on #962519 background.


White color preview on #962519 background

This text has white color on #962519 background.