COLOR #311F44

HEX: #311F44
RGB: (49,31,68)

Color info

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

RGB color model

#311F44 color RGB value is (49,31,68).

  • red value is 49;
  • green value is 31;
  • blue value is 68.
RGB:
(49,31,68)
(19%,12%,27%)

RGB channels and saturation

R 49 of 255 = 19%
G 31 of 255 = 12%
B 68 of 255 = 27%

49
31
68

R + G + B ~ 19%. #311F44 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 31 + 68 = 148 (100%)
R 49 of 148 ~ 33.11%
G 31 of 148 ~ 20.95%
B 68 of 148 ~ 45.95%

%33.11
%20.95
%45.95

CMYK color model

#311F44 color CMYK value is (28,54,0,73).

  • cyan value is 27.94%
  • magenta value is 54.41%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(28,54,0,73)
C28M54Y0K73 
(28%,54%,0%,73%)
(0.28/0.54/0.00/0.73)	

CMYK percentages

%27.94
%54.41
%0
%73.33

Codes

Color #311F44 in popluar color models

311F44
RGB493168
HSL269°37.37%19.41%
HSB/HSV269°54.41%26.67%
CMYK27.94%54.41%0.00%
73.33%

Color #311F44 in popluar number systems.

HEX311F44
Decimal493168
Binary110001111111000100
Octal6137104

Shades and tints

Shades of #311F44

#311F44
(49,31,68)
#2D1D3E
(45,29,62)
#291B38
(41,27,56)
#251932
(37,25,50)
#21172C
(33,23,44)
#1D1526
(29,21,38)
#191320
(25,19,32)
#15111A
(21,17,26)
#110F14
(17,15,20)
#0D0D0E
(13,13,14)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #311F44

#311F44
(49,31,68)
#433355
(67,51,85)
#554766
(85,71,102)
#675B77
(103,91,119)
#796F88
(121,111,136)
#8B8399
(139,131,153)
#9D97AA
(157,151,170)
#AFABBB
(175,171,187)
#C1BFCC
(193,191,204)
#D3D3DD
(211,211,221)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311F44 color. Also use rgb(49,31,68) instead hex code.

Text Font Color

.myTextColor { color: #311F44; }

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

This text font color is #311F44.


Background Color

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

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

This div background color is #311F44.


Border color

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

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

This div border color is #311F44.


Opacity

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

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

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

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

This text has shadow with #311F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311F44 on black background.


Color preview on white background

This text has color #311F44 on white background.



Black color preview on #311F44 background

This text has black color on #311F44 background.


White color preview on #311F44 background

This text has white color on #311F44 background.