COLOR #312241

HEX: #312241
RGB: (49,34,65)

Color info

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

RGB color model

#312241 color RGB value is (49,34,65).

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

RGB channels and saturation

R 49 of 255 = 19%
G 34 of 255 = 13%
B 65 of 255 = 25%

49
34
65

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

Portions of RGB colors in percentages

R + G + B =
49 + 34 + 65 = 148 (100%)
R 49 of 148 ~ 33.11%
G 34 of 148 ~ 22.97%
B 65 of 148 ~ 43.92%

%33.11
%22.97
%43.92

CMYK color model

#312241 color CMYK value is (25,48,0,75).

  • cyan value is 24.62%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(25,48,0,75)
C25M48Y0K75 
(25%,48%,0%,75%)
(0.25/0.48/0.00/0.75)	

CMYK percentages

%24.62
%47.69
%0
%74.51

Codes

Color #312241 in popluar color models

312241
RGB493465
HSL269°31.31%19.41%
HSB/HSV269°47.69%25.49%
CMYK24.62%47.69%0.00%
74.51%

Color #312241 in popluar number systems.

HEX312241
Decimal493465
Binary1100011000101000001
Octal6142101

Shades and tints

Shades of #312241

#312241
(49,34,65)
#2D1F3C
(45,31,60)
#291C37
(41,28,55)
#251932
(37,25,50)
#21162D
(33,22,45)
#1D1328
(29,19,40)
#191023
(25,16,35)
#150D1E
(21,13,30)
#110A19
(17,10,25)
#0D0714
(13,7,20)
#09040F
(9,4,15)
#000000
(0,0,0)

Tints of #312241

#312241
(49,34,65)
#433652
(67,54,82)
#554A63
(85,74,99)
#675E74
(103,94,116)
#797285
(121,114,133)
#8B8696
(139,134,150)
#9D9AA7
(157,154,167)
#AFAEB8
(175,174,184)
#C1C2C9
(193,194,201)
#D3D6DA
(211,214,218)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312241; }

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

This text font color is #312241.


Background Color

.myBgColor { background-color: #312241; }

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

This div background color is #312241.


Border color

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

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

This div border color is #312241.


Opacity

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

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

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

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

This text has shadow with #312241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312241 on black background.


Color preview on white background

This text has color #312241 on white background.



Black color preview on #312241 background

This text has black color on #312241 background.


White color preview on #312241 background

This text has white color on #312241 background.