COLOR #311132

HEX: #311132
RGB: (49,17,50)

Color info

#311132 contains red, green and blue colors in about the same proportion. Web safe color of #311132 is #330033 (or #303).

RGB color model

#311132 color RGB value is (49,17,50).

  • red value is 49;
  • green value is 17;
  • blue value is 50.
RGB:
(49,17,50)
(19%,7%,20%)

RGB channels and saturation

R 49 of 255 = 19%
G 17 of 255 = 7%
B 50 of 255 = 20%

49
17
50

R + G + B ~ 15%. #311132 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 17 + 50 = 116 (100%)
R 49 of 116 ~ 42.24%
G 17 of 116 ~ 14.66%
B 50 of 116 ~ 43.1%

%42.24
%14.66
%43.1

CMYK color model

#311132 color CMYK value is (2,66,0,80).

  • cyan value is 2.00%
  • magenta value is 66.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(2,66,0,80)
C2M66Y0K80 
(2%,66%,0%,80%)
(0.02/0.66/0.00/0.80)	

CMYK percentages

%2
%66
%0
%80.39

Codes

Color #311132 in popluar color models

311132
RGB491750
HSL298°49.25%13.14%
HSB/HSV298°66.00%19.61%
CMYK2.00%66.00%0.00%
80.39%

Color #311132 in popluar number systems.

HEX311132
Decimal491750
Binary11000110001110010
Octal612162

Shades and tints

Shades of #311132

#311132
(49,17,50)
#2D102E
(45,16,46)
#290F2A
(41,15,42)
#250E26
(37,14,38)
#210D22
(33,13,34)
#1D0C1E
(29,12,30)
#190B1A
(25,11,26)
#150A16
(21,10,22)
#110912
(17,9,18)
#0D080E
(13,8,14)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #311132

#311132
(49,17,50)
#432644
(67,38,68)
#553B56
(85,59,86)
#675068
(103,80,104)
#79657A
(121,101,122)
#8B7A8C
(139,122,140)
#9D8F9E
(157,143,158)
#AFA4B0
(175,164,176)
#C1B9C2
(193,185,194)
#D3CED4
(211,206,212)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311132 color. Also use rgb(49,17,50) instead hex code.

Text Font Color

.myTextColor { color: #311132; }

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

This text font color is #311132.


Background Color

.myBgColor { background-color: #311132; }

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

This div background color is #311132.


Border color

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

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

This div border color is #311132.


Opacity

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

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

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

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

This text has shadow with #311132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311132 on black background.


Color preview on white background

This text has color #311132 on white background.



Black color preview on #311132 background

This text has black color on #311132 background.


White color preview on #311132 background

This text has white color on #311132 background.