COLOR #312346

HEX: #312346
RGB: (49,35,70)

Color info

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

RGB color model

#312346 color RGB value is (49,35,70).

  • red value is 49;
  • green value is 35;
  • blue value is 70.
RGB:
(49,35,70)
(19%,14%,27%)

RGB channels and saturation

R 49 of 255 = 19%
G 35 of 255 = 14%
B 70 of 255 = 27%

49
35
70

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

Portions of RGB colors in percentages

R + G + B =
49 + 35 + 70 = 154 (100%)
R 49 of 154 ~ 31.82%
G 35 of 154 ~ 22.73%
B 70 of 154 ~ 45.45%

%31.82
%22.73
%45.45

CMYK color model

#312346 color CMYK value is (30,50,0,73).

  • cyan value is 30.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(30,50,0,73)
C30M50Y0K73 
(30%,50%,0%,73%)
(0.30/0.50/0.00/0.73)	

CMYK percentages

%30
%50
%0
%72.55

Codes

Color #312346 in popluar color models

312346
RGB493570
HSL264°33.33%20.59%
HSB/HSV264°50.00%27.45%
CMYK30.00%50.00%0.00%
72.55%

Color #312346 in popluar number systems.

HEX312346
Decimal493570
Binary1100011000111000110
Octal6143106

Shades and tints

Shades of #312346

#312346
(49,35,70)
#2D2040
(45,32,64)
#291D3A
(41,29,58)
#251A34
(37,26,52)
#21172E
(33,23,46)
#1D1428
(29,20,40)
#191122
(25,17,34)
#150E1C
(21,14,28)
#110B16
(17,11,22)
#0D0810
(13,8,16)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #312346

#312346
(49,35,70)
#433756
(67,55,86)
#554B66
(85,75,102)
#675F76
(103,95,118)
#797386
(121,115,134)
#8B8796
(139,135,150)
#9D9BA6
(157,155,166)
#AFAFB6
(175,175,182)
#C1C3C6
(193,195,198)
#D3D7D6
(211,215,214)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312346 color. Also use rgb(49,35,70) instead hex code.

Text Font Color

.myTextColor { color: #312346; }

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

This text font color is #312346.


Background Color

.myBgColor { background-color: #312346; }

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

This div background color is #312346.


Border color

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

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

This div border color is #312346.


Opacity

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

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

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

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

This text has shadow with #312346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312346 on black background.


Color preview on white background

This text has color #312346 on white background.



Black color preview on #312346 background

This text has black color on #312346 background.


White color preview on #312346 background

This text has white color on #312346 background.