COLOR #314256

HEX: #314256
RGB: (49,66,86)

Color info

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

RGB color model

#314256 color RGB value is (49,66,86).

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

RGB channels and saturation

R 49 of 255 = 19%
G 66 of 255 = 26%
B 86 of 255 = 34%

49
66
86

R + G + B ~ 26%. #314256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 66 + 86 = 201 (100%)
R 49 of 201 ~ 24.38%
G 66 of 201 ~ 32.84%
B 86 of 201 ~ 42.79%

%24.38
%32.84
%42.79

CMYK color model

#314256 color CMYK value is (43,23,0,66).

  • cyan value is 43.02%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(43,23,0,66)
C43M23Y0K66 
(43%,23%,0%,66%)
(0.43/0.23/0.00/0.66)	

CMYK percentages

%43.02
%23.26
%0
%66.27

Codes

Color #314256 in popluar color models

314256
RGB496686
HSL212°27.41%26.47%
HSB/HSV212°43.02%33.73%
CMYK43.02%23.26%0.00%
66.27%

Color #314256 in popluar number systems.

HEX314256
Decimal496686
Binary11000110000101010110
Octal61102126

Shades and tints

Shades of #314256

#314256
(49,66,86)
#2D3C4F
(45,60,79)
#293648
(41,54,72)
#253041
(37,48,65)
#212A3A
(33,42,58)
#1D2433
(29,36,51)
#191E2C
(25,30,44)
#151825
(21,24,37)
#11121E
(17,18,30)
#0D0C17
(13,12,23)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #314256

#314256
(49,66,86)
#435365
(67,83,101)
#556474
(85,100,116)
#677583
(103,117,131)
#798692
(121,134,146)
#8B97A1
(139,151,161)
#9DA8B0
(157,168,176)
#AFB9BF
(175,185,191)
#C1CACE
(193,202,206)
#D3DBDD
(211,219,221)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314256; }

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

This text font color is #314256.


Background Color

.myBgColor { background-color: #314256; }

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

This div background color is #314256.


Border color

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

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

This div border color is #314256.


Opacity

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

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

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

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

This text has shadow with #314256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314256 on black background.


Color preview on white background

This text has color #314256 on white background.



Black color preview on #314256 background

This text has black color on #314256 background.


White color preview on #314256 background

This text has white color on #314256 background.