COLOR #31426C

HEX: #31426C
RGB: (49,66,108)

Color info

#31426C contains red, green and blue colors in about the same proportion. Web safe color of #31426C is #333366 (or #336).

RGB color model

#31426C color RGB value is (49,66,108).

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

RGB channels and saturation

R 49 of 255 = 19%
G 66 of 255 = 26%
B 108 of 255 = 42%

49
66
108

R + G + B ~ 29%. #31426C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 66 + 108 = 223 (100%)
R 49 of 223 ~ 21.97%
G 66 of 223 ~ 29.6%
B 108 of 223 ~ 48.43%

%21.97
%29.6
%48.43

CMYK color model

#31426C color CMYK value is (55,39,0,58).

  • cyan value is 54.63%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(55,39,0,58)
C55M39Y0K58 
(55%,39%,0%,58%)
(0.55/0.39/0.00/0.58)	

CMYK percentages

%54.63
%38.89
%0
%57.65

Codes

Color #31426C in popluar color models

31426C
RGB4966108
HSL223°37.58%30.78%
HSB/HSV223°54.63%42.35%
CMYK54.63%38.89%0.00%
57.65%

Color #31426C in popluar number systems.

HEX31426C
Decimal4966108
Binary11000110000101101100
Octal61102154

Shades and tints

Shades of #31426C

#31426C
(49,66,108)
#2D3C63
(45,60,99)
#29365A
(41,54,90)
#253051
(37,48,81)
#212A48
(33,42,72)
#1D243F
(29,36,63)
#191E36
(25,30,54)
#15182D
(21,24,45)
#111224
(17,18,36)
#0D0C1B
(13,12,27)
#090612
(9,6,18)
#000000
(0,0,0)

Tints of #31426C

#31426C
(49,66,108)
#435379
(67,83,121)
#556486
(85,100,134)
#677593
(103,117,147)
#7986A0
(121,134,160)
#8B97AD
(139,151,173)
#9DA8BA
(157,168,186)
#AFB9C7
(175,185,199)
#C1CAD4
(193,202,212)
#D3DBE1
(211,219,225)
#E5ECEE
(229,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31426C; }

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

This text font color is #31426C.


Background Color

.myBgColor { background-color: #31426C; }

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

This div background color is #31426C.


Border color

.myBorderColor { border: 1px solid #31426C; }

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

This div border color is #31426C.


Opacity

.myOpacity80 { color: #31426C; opacity: 0.8; }

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

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

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

This text has shadow with #31426C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31426C on black background.


Color preview on white background

This text has color #31426C on white background.



Black color preview on #31426C background

This text has black color on #31426C background.


White color preview on #31426C background

This text has white color on #31426C background.