COLOR #311842

HEX: #311842
RGB: (49,24,66)

Color info

#311842 contains red, green and blue colors in about the same proportion. Web safe color of #311842 is #330033 (or #303).

RGB color model

#311842 color RGB value is (49,24,66).

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

RGB channels and saturation

R 49 of 255 = 19%
G 24 of 255 = 9%
B 66 of 255 = 26%

49
24
66

R + G + B ~ 18%. #311842 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 24 + 66 = 139 (100%)
R 49 of 139 ~ 35.25%
G 24 of 139 ~ 17.27%
B 66 of 139 ~ 47.48%

%35.25
%17.27
%47.48

CMYK color model

#311842 color CMYK value is (26,64,0,74).

  • cyan value is 25.76%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(26,64,0,74)
C26M64Y0K74 
(26%,64%,0%,74%)
(0.26/0.64/0.00/0.74)	

CMYK percentages

%25.76
%63.64
%0
%74.12

Codes

Color #311842 in popluar color models

311842
RGB492466
HSL276°46.67%17.65%
HSB/HSV276°63.64%25.88%
CMYK25.76%63.64%0.00%
74.12%

Color #311842 in popluar number systems.

HEX311842
Decimal492466
Binary110001110001000010
Octal6130102

Shades and tints

Shades of #311842

#311842
(49,24,66)
#2D163C
(45,22,60)
#291436
(41,20,54)
#251230
(37,18,48)
#21102A
(33,16,42)
#1D0E24
(29,14,36)
#190C1E
(25,12,30)
#150A18
(21,10,24)
#110812
(17,8,18)
#0D060C
(13,6,12)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #311842

#311842
(49,24,66)
#432D53
(67,45,83)
#554264
(85,66,100)
#675775
(103,87,117)
#796C86
(121,108,134)
#8B8197
(139,129,151)
#9D96A8
(157,150,168)
#AFABB9
(175,171,185)
#C1C0CA
(193,192,202)
#D3D5DB
(211,213,219)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311842; }

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

This text font color is #311842.


Background Color

.myBgColor { background-color: #311842; }

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

This div background color is #311842.


Border color

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

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

This div border color is #311842.


Opacity

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

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

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

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

This text has shadow with #311842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311842 on black background.


Color preview on white background

This text has color #311842 on white background.



Black color preview on #311842 background

This text has black color on #311842 background.


White color preview on #311842 background

This text has white color on #311842 background.