COLOR #312844

HEX: #312844
RGB: (49,40,68)

Color info

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

RGB color model

#312844 color RGB value is (49,40,68).

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

RGB channels and saturation

R 49 of 255 = 19%
G 40 of 255 = 16%
B 68 of 255 = 27%

49
40
68

R + G + B ~ 21%. #312844 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 40 + 68 = 157 (100%)
R 49 of 157 ~ 31.21%
G 40 of 157 ~ 25.48%
B 68 of 157 ~ 43.31%

%31.21
%25.48
%43.31

CMYK color model

#312844 color CMYK value is (28,41,0,73).

  • cyan value is 27.94%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(28,41,0,73)
C28M41Y0K73 
(28%,41%,0%,73%)
(0.28/0.41/0.00/0.73)	

CMYK percentages

%27.94
%41.18
%0
%73.33

Codes

Color #312844 in popluar color models

312844
RGB494068
HSL259°25.93%21.18%
HSB/HSV259°41.18%26.67%
CMYK27.94%41.18%0.00%
73.33%

Color #312844 in popluar number systems.

HEX312844
Decimal494068
Binary1100011010001000100
Octal6150104

Shades and tints

Shades of #312844

#312844
(49,40,68)
#2D253E
(45,37,62)
#292238
(41,34,56)
#251F32
(37,31,50)
#211C2C
(33,28,44)
#1D1926
(29,25,38)
#191620
(25,22,32)
#15131A
(21,19,26)
#111014
(17,16,20)
#0D0D0E
(13,13,14)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #312844

#312844
(49,40,68)
#433B55
(67,59,85)
#554E66
(85,78,102)
#676177
(103,97,119)
#797488
(121,116,136)
#8B8799
(139,135,153)
#9D9AAA
(157,154,170)
#AFADBB
(175,173,187)
#C1C0CC
(193,192,204)
#D3D3DD
(211,211,221)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312844; }

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

This text font color is #312844.


Background Color

.myBgColor { background-color: #312844; }

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

This div background color is #312844.


Border color

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

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

This div border color is #312844.


Opacity

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

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

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

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

This text has shadow with #312844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312844 on black background.


Color preview on white background

This text has color #312844 on white background.



Black color preview on #312844 background

This text has black color on #312844 background.


White color preview on #312844 background

This text has white color on #312844 background.