COLOR #314F55

HEX: #314F55
RGB: (49,79,85)

Color info

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

RGB color model

#314F55 color RGB value is (49,79,85).

  • red value is 49;
  • green value is 79;
  • blue value is 85.
RGB:
(49,79,85)
(19%,31%,33%)

RGB channels and saturation

R 49 of 255 = 19%
G 79 of 255 = 31%
B 85 of 255 = 33%

49
79
85

R + G + B ~ 28%. #314F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 79 + 85 = 213 (100%)
R 49 of 213 ~ 23%
G 79 of 213 ~ 37.09%
B 85 of 213 ~ 39.91%

%23
%37.09
%39.91

CMYK color model

#314F55 color CMYK value is (42,7,0,67).

  • cyan value is 42.35%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(42,7,0,67)
C42M7Y0K67 
(42%,7%,0%,67%)
(0.42/0.07/0.00/0.67)	

CMYK percentages

%42.35
%7.06
%0
%66.67

Codes

Color #314F55 in popluar color models

314F55
RGB497985
HSL190°26.87%26.27%
HSB/HSV190°42.35%33.33%
CMYK42.35%7.06%0.00%
66.67%

Color #314F55 in popluar number systems.

HEX314F55
Decimal497985
Binary11000110011111010101
Octal61117125

Shades and tints

Shades of #314F55

#314F55
(49,79,85)
#2D484E
(45,72,78)
#294147
(41,65,71)
#253A40
(37,58,64)
#213339
(33,51,57)
#1D2C32
(29,44,50)
#19252B
(25,37,43)
#151E24
(21,30,36)
#11171D
(17,23,29)
#0D1016
(13,16,22)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #314F55

#314F55
(49,79,85)
#435F64
(67,95,100)
#556F73
(85,111,115)
#677F82
(103,127,130)
#798F91
(121,143,145)
#8B9FA0
(139,159,160)
#9DAFAF
(157,175,175)
#AFBFBE
(175,191,190)
#C1CFCD
(193,207,205)
#D3DFDC
(211,223,220)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314F55 color. Also use rgb(49,79,85) instead hex code.

Text Font Color

.myTextColor { color: #314F55; }

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

This text font color is #314F55.


Background Color

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

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

This div background color is #314F55.


Border color

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

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

This div border color is #314F55.


Opacity

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

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

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

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

This text has shadow with #314F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314F55 on black background.


Color preview on white background

This text has color #314F55 on white background.



Black color preview on #314F55 background

This text has black color on #314F55 background.


White color preview on #314F55 background

This text has white color on #314F55 background.