COLOR #962727

HEX: #962727
RGB: (150,39,39)

Color info

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

RGB color model

#962727 color RGB value is (150,39,39).

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

RGB channels and saturation

R 150 of 255 = 59%
G 39 of 255 = 15%
B 39 of 255 = 15%

150
39
39

R + G + B ~ 30%. #962727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 39 + 39 = 228 (100%)
R 150 of 228 ~ 65.79%
G 39 of 228 ~ 17.11%
B 39 of 228 ~ 17.11%

%65.79
%17.11
%17.11

CMYK color model

#962727 color CMYK value is (0,74,74,41).

  • cyan value is 0.00%
  • magenta value is 74.00%
  • yellow value is 74.00%
  • key color value is 41.18%
CMYK:
(0,74,74,41)
C0M74Y74K41 
(0%,74%,74%,41%)
(0.00/0.74/0.74/0.41)	

CMYK percentages

%0
%74
%74
%41.18

Codes

Color #962727 in popluar color models

962727
RGB1503939
HSL58.73%37.06%
HSB/HSV74.00%58.82%
CMYK0.00%74.00%74.00%
41.18%

Color #962727 in popluar number systems.

HEX962727
Decimal1503939
Binary10010110100111100111
Octal2264747

Shades and tints

Shades of #962727

#962727
(150,39,39)
#892424
(137,36,36)
#7C2121
(124,33,33)
#6F1E1E
(111,30,30)
#621B1B
(98,27,27)
#551818
(85,24,24)
#481515
(72,21,21)
#3B1212
(59,18,18)
#2E0F0F
(46,15,15)
#210C0C
(33,12,12)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #962727

#962727
(150,39,39)
#9F3A3A
(159,58,58)
#A84D4D
(168,77,77)
#B16060
(177,96,96)
#BA7373
(186,115,115)
#C38686
(195,134,134)
#CC9999
(204,153,153)
#D5ACAC
(213,172,172)
#DEBFBF
(222,191,191)
#E7D2D2
(231,210,210)
#F0E5E5
(240,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962727; }

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

This text font color is #962727.


Background Color

.myBgColor { background-color: #962727; }

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

This div background color is #962727.


Border color

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

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

This div border color is #962727.


Opacity

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

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

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

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

This text has shadow with #962727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962727 on black background.


Color preview on white background

This text has color #962727 on white background.



Black color preview on #962727 background

This text has black color on #962727 background.


White color preview on #962727 background

This text has white color on #962727 background.