COLOR #312047

HEX: #312047
RGB: (49,32,71)

Color info

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

RGB color model

#312047 color RGB value is (49,32,71).

  • red value is 49;
  • green value is 32;
  • blue value is 71.
RGB:
(49,32,71)
(19%,13%,28%)

RGB channels and saturation

R 49 of 255 = 19%
G 32 of 255 = 13%
B 71 of 255 = 28%

49
32
71

R + G + B ~ 20%. #312047 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 32 + 71 = 152 (100%)
R 49 of 152 ~ 32.24%
G 32 of 152 ~ 21.05%
B 71 of 152 ~ 46.71%

%32.24
%21.05
%46.71

CMYK color model

#312047 color CMYK value is (31,55,0,72).

  • cyan value is 30.99%
  • magenta value is 54.93%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(31,55,0,72)
C31M55Y0K72 
(31%,55%,0%,72%)
(0.31/0.55/0.00/0.72)	

CMYK percentages

%30.99
%54.93
%0
%72.16

Codes

Color #312047 in popluar color models

312047
RGB493271
HSL266°37.86%20.20%
HSB/HSV266°54.93%27.84%
CMYK30.99%54.93%0.00%
72.16%

Color #312047 in popluar number systems.

HEX312047
Decimal493271
Binary1100011000001000111
Octal6140107

Shades and tints

Shades of #312047

#312047
(49,32,71)
#2D1E41
(45,30,65)
#291C3B
(41,28,59)
#251A35
(37,26,53)
#21182F
(33,24,47)
#1D1629
(29,22,41)
#191423
(25,20,35)
#15121D
(21,18,29)
#111017
(17,16,23)
#0D0E11
(13,14,17)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #312047

#312047
(49,32,71)
#433457
(67,52,87)
#554867
(85,72,103)
#675C77
(103,92,119)
#797087
(121,112,135)
#8B8497
(139,132,151)
#9D98A7
(157,152,167)
#AFACB7
(175,172,183)
#C1C0C7
(193,192,199)
#D3D4D7
(211,212,215)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312047 color. Also use rgb(49,32,71) instead hex code.

Text Font Color

.myTextColor { color: #312047; }

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

This text font color is #312047.


Background Color

.myBgColor { background-color: #312047; }

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

This div background color is #312047.


Border color

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

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

This div border color is #312047.


Opacity

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

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

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

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

This text has shadow with #312047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312047 on black background.


Color preview on white background

This text has color #312047 on white background.



Black color preview on #312047 background

This text has black color on #312047 background.


White color preview on #312047 background

This text has white color on #312047 background.