COLOR #314F58

HEX: #314F58
RGB: (49,79,88)

Color info

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

RGB color model

#314F58 color RGB value is (49,79,88).

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

RGB channels and saturation

R 49 of 255 = 19%
G 79 of 255 = 31%
B 88 of 255 = 35%

49
79
88

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

Portions of RGB colors in percentages

R + G + B =
49 + 79 + 88 = 216 (100%)
R 49 of 216 ~ 22.69%
G 79 of 216 ~ 36.57%
B 88 of 216 ~ 40.74%

%22.69
%36.57
%40.74

CMYK color model

#314F58 color CMYK value is (44,10,0,65).

  • cyan value is 44.32%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(44,10,0,65)
C44M10Y0K65 
(44%,10%,0%,65%)
(0.44/0.10/0.00/0.65)	

CMYK percentages

%44.32
%10.23
%0
%65.49

Codes

Color #314F58 in popluar color models

314F58
RGB497988
HSL194°28.47%26.86%
HSB/HSV194°44.32%34.51%
CMYK44.32%10.23%0.00%
65.49%

Color #314F58 in popluar number systems.

HEX314F58
Decimal497988
Binary11000110011111011000
Octal61117130

Shades and tints

Shades of #314F58

#314F58
(49,79,88)
#2D4850
(45,72,80)
#294148
(41,65,72)
#253A40
(37,58,64)
#213338
(33,51,56)
#1D2C30
(29,44,48)
#192528
(25,37,40)
#151E20
(21,30,32)
#111718
(17,23,24)
#0D1010
(13,16,16)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #314F58

#314F58
(49,79,88)
#435F67
(67,95,103)
#556F76
(85,111,118)
#677F85
(103,127,133)
#798F94
(121,143,148)
#8B9FA3
(139,159,163)
#9DAFB2
(157,175,178)
#AFBFC1
(175,191,193)
#C1CFD0
(193,207,208)
#D3DFDF
(211,223,223)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314F58; }

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

This text font color is #314F58.


Background Color

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

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

This div background color is #314F58.


Border color

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

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

This div border color is #314F58.


Opacity

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

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

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

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

This text has shadow with #314F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314F58 on black background.


Color preview on white background

This text has color #314F58 on white background.



Black color preview on #314F58 background

This text has black color on #314F58 background.


White color preview on #314F58 background

This text has white color on #314F58 background.