COLOR #962E2E

HEX: #962E2E
RGB: (150,46,46)

Color info

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

RGB color model

#962E2E color RGB value is (150,46,46).

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

RGB channels and saturation

R 150 of 255 = 59%
G 46 of 255 = 18%
B 46 of 255 = 18%

150
46
46

R + G + B ~ 32%. #962E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 46 + 46 = 242 (100%)
R 150 of 242 ~ 61.98%
G 46 of 242 ~ 19.01%
B 46 of 242 ~ 19.01%

%61.98
%19.01
%19.01

CMYK color model

#962E2E color CMYK value is (0,69,69,41).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 69.33%
  • key color value is 41.18%
CMYK:
(0,69,69,41)
C0M69Y69K41 
(0%,69%,69%,41%)
(0.00/0.69/0.69/0.41)	

CMYK percentages

%0
%69.33
%69.33
%41.18

Codes

Color #962E2E in popluar color models

962E2E
RGB1504646
HSL53.06%38.43%
HSB/HSV69.33%58.82%
CMYK0.00%69.33%69.33%
41.18%

Color #962E2E in popluar number systems.

HEX962E2E
Decimal1504646
Binary10010110101110101110
Octal2265656

Shades and tints

Shades of #962E2E

#962E2E
(150,46,46)
#892A2A
(137,42,42)
#7C2626
(124,38,38)
#6F2222
(111,34,34)
#621E1E
(98,30,30)
#551A1A
(85,26,26)
#481616
(72,22,22)
#3B1212
(59,18,18)
#2E0E0E
(46,14,14)
#210A0A
(33,10,10)
#140606
(20,6,6)
#000000
(0,0,0)

Tints of #962E2E

#962E2E
(150,46,46)
#9F4141
(159,65,65)
#A85454
(168,84,84)
#B16767
(177,103,103)
#BA7A7A
(186,122,122)
#C38D8D
(195,141,141)
#CCA0A0
(204,160,160)
#D5B3B3
(213,179,179)
#DEC6C6
(222,198,198)
#E7D9D9
(231,217,217)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962E2E; }

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

This text font color is #962E2E.


Background Color

.myBgColor { background-color: #962E2E; }

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

This div background color is #962E2E.


Border color

.myBorderColor { border: 1px solid #962E2E; }

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

This div border color is #962E2E.


Opacity

.myOpacity80 { color: #962E2E; opacity: 0.8; }

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

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

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

This text has shadow with #962E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962E2E on black background.


Color preview on white background

This text has color #962E2E on white background.



Black color preview on #962E2E background

This text has black color on #962E2E background.


White color preview on #962E2E background

This text has white color on #962E2E background.