COLOR #311C67

HEX: #311C67
RGB: (49,28,103)

Color info

#311C67 contains mainly red and blue colors. Web safe color of #311C67 is #333366 (or #336).

RGB color model

#311C67 color RGB value is (49,28,103).

  • red value is 49;
  • green value is 28;
  • blue value is 103.
RGB:
(49,28,103)
(19%,11%,40%)

RGB channels and saturation

R 49 of 255 = 19%
G 28 of 255 = 11%
B 103 of 255 = 40%

49
28
103

R + G + B ~ 23%. #311C67 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 28 + 103 = 180 (100%)
R 49 of 180 ~ 27.22%
G 28 of 180 ~ 15.56%
B 103 of 180 ~ 57.22%

%27.22
%15.56
%57.22

CMYK color model

#311C67 color CMYK value is (52,73,0,60).

  • cyan value is 52.43%
  • magenta value is 72.82%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(52,73,0,60)
C52M73Y0K60 
(52%,73%,0%,60%)
(0.52/0.73/0.00/0.60)	

CMYK percentages

%52.43
%72.82
%0
%59.61

Codes

Color #311C67 in popluar color models

311C67
RGB4928103
HSL257°57.25%25.69%
HSB/HSV257°72.82%40.39%
CMYK52.43%72.82%0.00%
59.61%

Color #311C67 in popluar number systems.

HEX311C67
Decimal4928103
Binary110001111001100111
Octal6134147

Shades and tints

Shades of #311C67

#311C67
(49,28,103)
#2D1A5E
(45,26,94)
#291855
(41,24,85)
#25164C
(37,22,76)
#211443
(33,20,67)
#1D123A
(29,18,58)
#191031
(25,16,49)
#150E28
(21,14,40)
#110C1F
(17,12,31)
#0D0A16
(13,10,22)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #311C67

#311C67
(49,28,103)
#433074
(67,48,116)
#554481
(85,68,129)
#67588E
(103,88,142)
#796C9B
(121,108,155)
#8B80A8
(139,128,168)
#9D94B5
(157,148,181)
#AFA8C2
(175,168,194)
#C1BCCF
(193,188,207)
#D3D0DC
(211,208,220)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311C67 color. Also use rgb(49,28,103) instead hex code.

Text Font Color

.myTextColor { color: #311C67; }

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

This text font color is #311C67.


Background Color

.myBgColor { background-color: #311C67; }

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

This div background color is #311C67.


Border color

.myBorderColor { border: 1px solid #311C67; }

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

This div border color is #311C67.


Opacity

.myOpacity80 { color: #311C67; opacity: 0.8; }

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

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

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

This text has shadow with #311C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311C67 on black background.


Color preview on white background

This text has color #311C67 on white background.



Black color preview on #311C67 background

This text has black color on #311C67 background.


White color preview on #311C67 background

This text has white color on #311C67 background.