COLOR #312242

HEX: #312242
RGB: (49,34,66)

Color info

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

RGB color model

#312242 color RGB value is (49,34,66).

  • red value is 49;
  • green value is 34;
  • blue value is 66.
RGB:
(49,34,66)
(19%,13%,26%)

RGB channels and saturation

R 49 of 255 = 19%
G 34 of 255 = 13%
B 66 of 255 = 26%

49
34
66

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

Portions of RGB colors in percentages

R + G + B =
49 + 34 + 66 = 149 (100%)
R 49 of 149 ~ 32.89%
G 34 of 149 ~ 22.82%
B 66 of 149 ~ 44.3%

%32.89
%22.82
%44.3

CMYK color model

#312242 color CMYK value is (26,48,0,74).

  • cyan value is 25.76%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(26,48,0,74)
C26M48Y0K74 
(26%,48%,0%,74%)
(0.26/0.48/0.00/0.74)	

CMYK percentages

%25.76
%48.48
%0
%74.12

Codes

Color #312242 in popluar color models

312242
RGB493466
HSL268°32.00%19.61%
HSB/HSV268°48.48%25.88%
CMYK25.76%48.48%0.00%
74.12%

Color #312242 in popluar number systems.

HEX312242
Decimal493466
Binary1100011000101000010
Octal6142102

Shades and tints

Shades of #312242

#312242
(49,34,66)
#2D1F3C
(45,31,60)
#291C36
(41,28,54)
#251930
(37,25,48)
#21162A
(33,22,42)
#1D1324
(29,19,36)
#19101E
(25,16,30)
#150D18
(21,13,24)
#110A12
(17,10,18)
#0D070C
(13,7,12)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #312242

#312242
(49,34,66)
#433653
(67,54,83)
#554A64
(85,74,100)
#675E75
(103,94,117)
#797286
(121,114,134)
#8B8697
(139,134,151)
#9D9AA8
(157,154,168)
#AFAEB9
(175,174,185)
#C1C2CA
(193,194,202)
#D3D6DB
(211,214,219)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312242 color. Also use rgb(49,34,66) instead hex code.

Text Font Color

.myTextColor { color: #312242; }

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

This text font color is #312242.


Background Color

.myBgColor { background-color: #312242; }

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

This div background color is #312242.


Border color

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

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

This div border color is #312242.


Opacity

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

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

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

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

This text has shadow with #312242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312242 on black background.


Color preview on white background

This text has color #312242 on white background.



Black color preview on #312242 background

This text has black color on #312242 background.


White color preview on #312242 background

This text has white color on #312242 background.