COLOR #314D65

HEX: #314D65
RGB: (49,77,101)

Color info

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

RGB color model

#314D65 color RGB value is (49,77,101).

  • red value is 49;
  • green value is 77;
  • blue value is 101.
RGB:
(49,77,101)
(19%,30%,40%)

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 101 of 255 = 40%

49
77
101

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

Portions of RGB colors in percentages

R + G + B =
49 + 77 + 101 = 227 (100%)
R 49 of 227 ~ 21.59%
G 77 of 227 ~ 33.92%
B 101 of 227 ~ 44.49%

%21.59
%33.92
%44.49

CMYK color model

#314D65 color CMYK value is (51,24,0,60).

  • cyan value is 51.49%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(51,24,0,60)
C51M24Y0K60 
(51%,24%,0%,60%)
(0.51/0.24/0.00/0.60)	

CMYK percentages

%51.49
%23.76
%0
%60.39

Codes

Color #314D65 in popluar color models

314D65
RGB4977101
HSL208°34.67%29.41%
HSB/HSV208°51.49%39.61%
CMYK51.49%23.76%0.00%
60.39%

Color #314D65 in popluar number systems.

HEX314D65
Decimal4977101
Binary11000110011011100101
Octal61115145

Shades and tints

Shades of #314D65

#314D65
(49,77,101)
#2D465C
(45,70,92)
#293F53
(41,63,83)
#25384A
(37,56,74)
#213141
(33,49,65)
#1D2A38
(29,42,56)
#19232F
(25,35,47)
#151C26
(21,28,38)
#11151D
(17,21,29)
#0D0E14
(13,14,20)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #314D65

#314D65
(49,77,101)
#435D73
(67,93,115)
#556D81
(85,109,129)
#677D8F
(103,125,143)
#798D9D
(121,141,157)
#8B9DAB
(139,157,171)
#9DADB9
(157,173,185)
#AFBDC7
(175,189,199)
#C1CDD5
(193,205,213)
#D3DDE3
(211,221,227)
#E5EDF1
(229,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314D65 color. Also use rgb(49,77,101) instead hex code.

Text Font Color

.myTextColor { color: #314D65; }

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

This text font color is #314D65.


Background Color

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

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

This div background color is #314D65.


Border color

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

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

This div border color is #314D65.


Opacity

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

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

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

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

This text has shadow with #314D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314D65 on black background.


Color preview on white background

This text has color #314D65 on white background.



Black color preview on #314D65 background

This text has black color on #314D65 background.


White color preview on #314D65 background

This text has white color on #314D65 background.