COLOR #311866

HEX: #311866
RGB: (49,24,102)

Color info

#311866 contains mainly red and blue colors. Web safe color of #311866 is #330066 (or #306).

RGB color model

#311866 color RGB value is (49,24,102).

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

RGB channels and saturation

R 49 of 255 = 19%
G 24 of 255 = 9%
B 102 of 255 = 40%

49
24
102

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

Portions of RGB colors in percentages

R + G + B =
49 + 24 + 102 = 175 (100%)
R 49 of 175 ~ 28%
G 24 of 175 ~ 13.71%
B 102 of 175 ~ 58.29%

%28
%13.71
%58.29

CMYK color model

#311866 color CMYK value is (52,76,0,60).

  • cyan value is 51.96%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(52,76,0,60)
C52M76Y0K60 
(52%,76%,0%,60%)
(0.52/0.76/0.00/0.60)	

CMYK percentages

%51.96
%76.47
%0
%60

Codes

Color #311866 in popluar color models

311866
RGB4924102
HSL259°61.90%24.71%
HSB/HSV259°76.47%40.00%
CMYK51.96%76.47%0.00%
60.00%

Color #311866 in popluar number systems.

HEX311866
Decimal4924102
Binary110001110001100110
Octal6130146

Shades and tints

Shades of #311866

#311866
(49,24,102)
#2D165D
(45,22,93)
#291454
(41,20,84)
#25124B
(37,18,75)
#211042
(33,16,66)
#1D0E39
(29,14,57)
#190C30
(25,12,48)
#150A27
(21,10,39)
#11081E
(17,8,30)
#0D0615
(13,6,21)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #311866

#311866
(49,24,102)
#432D73
(67,45,115)
#554280
(85,66,128)
#67578D
(103,87,141)
#796C9A
(121,108,154)
#8B81A7
(139,129,167)
#9D96B4
(157,150,180)
#AFABC1
(175,171,193)
#C1C0CE
(193,192,206)
#D3D5DB
(211,213,219)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311866; }

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

This text font color is #311866.


Background Color

.myBgColor { background-color: #311866; }

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

This div background color is #311866.


Border color

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

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

This div border color is #311866.


Opacity

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

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

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

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

This text has shadow with #311866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311866 on black background.


Color preview on white background

This text has color #311866 on white background.



Black color preview on #311866 background

This text has black color on #311866 background.


White color preview on #311866 background

This text has white color on #311866 background.