COLOR #314E64

HEX: #314E64
RGB: (49,78,100)

Color info

#314E64 contains red, green and blue colors in about the same proportion. Web safe color of #314E64 is #336666 (or #366).

RGB color model

#314E64 color RGB value is (49,78,100).

  • red value is 49;
  • green value is 78;
  • blue value is 100.
RGB:
(49,78,100)
(19%,31%,39%)

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 100 of 255 = 39%

49
78
100

R + G + B ~ 30%. #314E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 78 + 100 = 227 (100%)
R 49 of 227 ~ 21.59%
G 78 of 227 ~ 34.36%
B 100 of 227 ~ 44.05%

%21.59
%34.36
%44.05

CMYK color model

#314E64 color CMYK value is (51,22,0,61).

  • cyan value is 51.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(51,22,0,61)
C51M22Y0K61 
(51%,22%,0%,61%)
(0.51/0.22/0.00/0.61)	

CMYK percentages

%51
%22
%0
%60.78

Codes

Color #314E64 in popluar color models

314E64
RGB4978100
HSL206°34.23%29.22%
HSB/HSV206°51.00%39.22%
CMYK51.00%22.00%0.00%
60.78%

Color #314E64 in popluar number systems.

HEX314E64
Decimal4978100
Binary11000110011101100100
Octal61116144

Shades and tints

Shades of #314E64

#314E64
(49,78,100)
#2D475B
(45,71,91)
#294052
(41,64,82)
#253949
(37,57,73)
#213240
(33,50,64)
#1D2B37
(29,43,55)
#19242E
(25,36,46)
#151D25
(21,29,37)
#11161C
(17,22,28)
#0D0F13
(13,15,19)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #314E64

#314E64
(49,78,100)
#435E72
(67,94,114)
#556E80
(85,110,128)
#677E8E
(103,126,142)
#798E9C
(121,142,156)
#8B9EAA
(139,158,170)
#9DAEB8
(157,174,184)
#AFBEC6
(175,190,198)
#C1CED4
(193,206,212)
#D3DEE2
(211,222,226)
#E5EEF0
(229,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314E64 color. Also use rgb(49,78,100) instead hex code.

Text Font Color

.myTextColor { color: #314E64; }

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

This text font color is #314E64.


Background Color

.myBgColor { background-color: #314E64; }

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

This div background color is #314E64.


Border color

.myBorderColor { border: 1px solid #314E64; }

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

This div border color is #314E64.


Opacity

.myOpacity80 { color: #314E64; opacity: 0.8; }

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

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

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

This text has shadow with #314E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314E64 on black background.


Color preview on white background

This text has color #314E64 on white background.



Black color preview on #314E64 background

This text has black color on #314E64 background.


White color preview on #314E64 background

This text has white color on #314E64 background.