COLOR #312A51

HEX: #312A51
RGB: (49,42,81)

Color info

#312A51 contains red, green and blue colors in about the same proportion. Web safe color of #312A51 is #333366 (or #336).

RGB color model

#312A51 color RGB value is (49,42,81).

  • red value is 49;
  • green value is 42;
  • blue value is 81.
RGB:
(49,42,81)
(19%,16%,32%)

RGB channels and saturation

R 49 of 255 = 19%
G 42 of 255 = 16%
B 81 of 255 = 32%

49
42
81

R + G + B ~ 22%. #312A51 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 42 + 81 = 172 (100%)
R 49 of 172 ~ 28.49%
G 42 of 172 ~ 24.42%
B 81 of 172 ~ 47.09%

%28.49
%24.42
%47.09

CMYK color model

#312A51 color CMYK value is (40,48,0,68).

  • cyan value is 39.51%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(40,48,0,68)
C40M48Y0K68 
(40%,48%,0%,68%)
(0.40/0.48/0.00/0.68)	

CMYK percentages

%39.51
%48.15
%0
%68.24

Codes

Color #312A51 in popluar color models

312A51
RGB494281
HSL251°31.71%24.12%
HSB/HSV251°48.15%31.76%
CMYK39.51%48.15%0.00%
68.24%

Color #312A51 in popluar number systems.

HEX312A51
Decimal494281
Binary1100011010101010001
Octal6152121

Shades and tints

Shades of #312A51

#312A51
(49,42,81)
#2D274A
(45,39,74)
#292443
(41,36,67)
#25213C
(37,33,60)
#211E35
(33,30,53)
#1D1B2E
(29,27,46)
#191827
(25,24,39)
#151520
(21,21,32)
#111219
(17,18,25)
#0D0F12
(13,15,18)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #312A51

#312A51
(49,42,81)
#433D60
(67,61,96)
#55506F
(85,80,111)
#67637E
(103,99,126)
#79768D
(121,118,141)
#8B899C
(139,137,156)
#9D9CAB
(157,156,171)
#AFAFBA
(175,175,186)
#C1C2C9
(193,194,201)
#D3D5D8
(211,213,216)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312A51 color. Also use rgb(49,42,81) instead hex code.

Text Font Color

.myTextColor { color: #312A51; }

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

This text font color is #312A51.


Background Color

.myBgColor { background-color: #312A51; }

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

This div background color is #312A51.


Border color

.myBorderColor { border: 1px solid #312A51; }

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

This div border color is #312A51.


Opacity

.myOpacity80 { color: #312A51; opacity: 0.8; }

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

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

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

This text has shadow with #312A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312A51 on black background.


Color preview on white background

This text has color #312A51 on white background.



Black color preview on #312A51 background

This text has black color on #312A51 background.


White color preview on #312A51 background

This text has white color on #312A51 background.