COLOR #311C33

HEX: #311C33
RGB: (49,28,51)

Color info

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

RGB color model

#311C33 color RGB value is (49,28,51).

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

RGB channels and saturation

R 49 of 255 = 19%
G 28 of 255 = 11%
B 51 of 255 = 20%

49
28
51

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

Portions of RGB colors in percentages

R + G + B =
49 + 28 + 51 = 128 (100%)
R 49 of 128 ~ 38.28%
G 28 of 128 ~ 21.88%
B 51 of 128 ~ 39.84%

%38.28
%21.88
%39.84

CMYK color model

#311C33 color CMYK value is (4,45,0,80).

  • cyan value is 3.92%
  • magenta value is 45.10%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(4,45,0,80)
C4M45Y0K80 
(4%,45%,0%,80%)
(0.04/0.45/0.00/0.80)	

CMYK percentages

%3.92
%45.1
%0
%80

Codes

Color #311C33 in popluar color models

311C33
RGB492851
HSL295°29.11%15.49%
HSB/HSV295°45.10%20.00%
CMYK3.92%45.10%0.00%
80.00%

Color #311C33 in popluar number systems.

HEX311C33
Decimal492851
Binary11000111100110011
Octal613463

Shades and tints

Shades of #311C33

#311C33
(49,28,51)
#2D1A2F
(45,26,47)
#29182B
(41,24,43)
#251627
(37,22,39)
#211423
(33,20,35)
#1D121F
(29,18,31)
#19101B
(25,16,27)
#150E17
(21,14,23)
#110C13
(17,12,19)
#0D0A0F
(13,10,15)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #311C33

#311C33
(49,28,51)
#433045
(67,48,69)
#554457
(85,68,87)
#675869
(103,88,105)
#796C7B
(121,108,123)
#8B808D
(139,128,141)
#9D949F
(157,148,159)
#AFA8B1
(175,168,177)
#C1BCC3
(193,188,195)
#D3D0D5
(211,208,213)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311C33; }

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

This text font color is #311C33.


Background Color

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

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

This div background color is #311C33.


Border color

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

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

This div border color is #311C33.


Opacity

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

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

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

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

This text has shadow with #311C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311C33 on black background.


Color preview on white background

This text has color #311C33 on white background.



Black color preview on #311C33 background

This text has black color on #311C33 background.


White color preview on #311C33 background

This text has white color on #311C33 background.