COLOR #314246

HEX: #314246
RGB: (49,66,70)

Color info

#314246 contains red, green and blue colors in about the same proportion. Web safe color of #314246 is #333333 (or #333).

RGB color model

#314246 color RGB value is (49,66,70).

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

RGB channels and saturation

R 49 of 255 = 19%
G 66 of 255 = 26%
B 70 of 255 = 27%

49
66
70

R + G + B ~ 24%. #314246 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 66 + 70 = 185 (100%)
R 49 of 185 ~ 26.49%
G 66 of 185 ~ 35.68%
B 70 of 185 ~ 37.84%

%26.49
%35.68
%37.84

CMYK color model

#314246 color CMYK value is (30,6,0,73).

  • cyan value is 30.00%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(30,6,0,73)
C30M6Y0K73 
(30%,6%,0%,73%)
(0.30/0.06/0.00/0.73)	

CMYK percentages

%30
%5.71
%0
%72.55

Codes

Color #314246 in popluar color models

314246
RGB496670
HSL191°17.65%23.33%
HSB/HSV191°30.00%27.45%
CMYK30.00%5.71%0.00%
72.55%

Color #314246 in popluar number systems.

HEX314246
Decimal496670
Binary11000110000101000110
Octal61102106

Shades and tints

Shades of #314246

#314246
(49,66,70)
#2D3C40
(45,60,64)
#29363A
(41,54,58)
#253034
(37,48,52)
#212A2E
(33,42,46)
#1D2428
(29,36,40)
#191E22
(25,30,34)
#15181C
(21,24,28)
#111216
(17,18,22)
#0D0C10
(13,12,16)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #314246

#314246
(49,66,70)
#435356
(67,83,86)
#556466
(85,100,102)
#677576
(103,117,118)
#798686
(121,134,134)
#8B9796
(139,151,150)
#9DA8A6
(157,168,166)
#AFB9B6
(175,185,182)
#C1CAC6
(193,202,198)
#D3DBD6
(211,219,214)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314246; }

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

This text font color is #314246.


Background Color

.myBgColor { background-color: #314246; }

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

This div background color is #314246.


Border color

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

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

This div border color is #314246.


Opacity

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

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

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

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

This text has shadow with #314246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314246 on black background.


Color preview on white background

This text has color #314246 on white background.



Black color preview on #314246 background

This text has black color on #314246 background.


White color preview on #314246 background

This text has white color on #314246 background.