COLOR #314F53

HEX: #314F53
RGB: (49,79,83)

Color info

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

RGB color model

#314F53 color RGB value is (49,79,83).

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

RGB channels and saturation

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

49
79
83

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

Portions of RGB colors in percentages

R + G + B =
49 + 79 + 83 = 211 (100%)
R 49 of 211 ~ 23.22%
G 79 of 211 ~ 37.44%
B 83 of 211 ~ 39.34%

%23.22
%37.44
%39.34

CMYK color model

#314F53 color CMYK value is (41,5,0,67).

  • cyan value is 40.96%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(41,5,0,67)
C41M5Y0K67 
(41%,5%,0%,67%)
(0.41/0.05/0.00/0.67)	

CMYK percentages

%40.96
%4.82
%0
%67.45

Codes

Color #314F53 in popluar color models

314F53
RGB497983
HSL187°25.76%25.88%
HSB/HSV187°40.96%32.55%
CMYK40.96%4.82%0.00%
67.45%

Color #314F53 in popluar number systems.

HEX314F53
Decimal497983
Binary11000110011111010011
Octal61117123

Shades and tints

Shades of #314F53

#314F53
(49,79,83)
#2D484C
(45,72,76)
#294145
(41,65,69)
#253A3E
(37,58,62)
#213337
(33,51,55)
#1D2C30
(29,44,48)
#192529
(25,37,41)
#151E22
(21,30,34)
#11171B
(17,23,27)
#0D1014
(13,16,20)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #314F53

#314F53
(49,79,83)
#435F62
(67,95,98)
#556F71
(85,111,113)
#677F80
(103,127,128)
#798F8F
(121,143,143)
#8B9F9E
(139,159,158)
#9DAFAD
(157,175,173)
#AFBFBC
(175,191,188)
#C1CFCB
(193,207,203)
#D3DFDA
(211,223,218)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314F53; }

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

This text font color is #314F53.


Background Color

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

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

This div background color is #314F53.


Border color

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

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

This div border color is #314F53.


Opacity

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

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

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

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

This text has shadow with #314F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314F53 on black background.


Color preview on white background

This text has color #314F53 on white background.



Black color preview on #314F53 background

This text has black color on #314F53 background.


White color preview on #314F53 background

This text has white color on #314F53 background.