COLOR #311E33

HEX: #311E33
RGB: (49,30,51)

Color info

#311E33 contains red, green and blue colors in about the same proportion. Web safe color of #311E33 is #333333 (or #333).

RGB color model

#311E33 color RGB value is (49,30,51).

  • red value is 49;
  • green value is 30;
  • blue value is 51.
RGB:
(49,30,51)
(19%,12%,20%)

RGB channels and saturation

R 49 of 255 = 19%
G 30 of 255 = 12%
B 51 of 255 = 20%

49
30
51

R + G + B ~ 17%. #311E33 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 30 + 51 = 130 (100%)
R 49 of 130 ~ 37.69%
G 30 of 130 ~ 23.08%
B 51 of 130 ~ 39.23%

%37.69
%23.08
%39.23

CMYK color model

#311E33 color CMYK value is (4,41,0,80).

  • cyan value is 3.92%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(4,41,0,80)
C4M41Y0K80 
(4%,41%,0%,80%)
(0.04/0.41/0.00/0.80)	

CMYK percentages

%3.92
%41.18
%0
%80

Codes

Color #311E33 in popluar color models

311E33
RGB493051
HSL294°25.93%15.88%
HSB/HSV294°41.18%20.00%
CMYK3.92%41.18%0.00%
80.00%

Color #311E33 in popluar number systems.

HEX311E33
Decimal493051
Binary11000111110110011
Octal613663

Shades and tints

Shades of #311E33

#311E33
(49,30,51)
#2D1C2F
(45,28,47)
#291A2B
(41,26,43)
#251827
(37,24,39)
#211623
(33,22,35)
#1D141F
(29,20,31)
#19121B
(25,18,27)
#151017
(21,16,23)
#110E13
(17,14,19)
#0D0C0F
(13,12,15)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #311E33

#311E33
(49,30,51)
#433245
(67,50,69)
#554657
(85,70,87)
#675A69
(103,90,105)
#796E7B
(121,110,123)
#8B828D
(139,130,141)
#9D969F
(157,150,159)
#AFAAB1
(175,170,177)
#C1BEC3
(193,190,195)
#D3D2D5
(211,210,213)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311E33 color. Also use rgb(49,30,51) instead hex code.

Text Font Color

.myTextColor { color: #311E33; }

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

This text font color is #311E33.


Background Color

.myBgColor { background-color: #311E33; }

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

This div background color is #311E33.


Border color

.myBorderColor { border: 1px solid #311E33; }

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

This div border color is #311E33.


Opacity

.myOpacity80 { color: #311E33; opacity: 0.8; }

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

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

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

This text has shadow with #311E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311E33 on black background.


Color preview on white background

This text has color #311E33 on white background.



Black color preview on #311E33 background

This text has black color on #311E33 background.


White color preview on #311E33 background

This text has white color on #311E33 background.