COLOR #314D55

HEX: #314D55
RGB: (49,77,85)

Color info

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

RGB color model

#314D55 color RGB value is (49,77,85).

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

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 85 of 255 = 33%

49
77
85

R + G + B ~ 27%. #314D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 77 + 85 = 211 (100%)
R 49 of 211 ~ 23.22%
G 77 of 211 ~ 36.49%
B 85 of 211 ~ 40.28%

%23.22
%36.49
%40.28

CMYK color model

#314D55 color CMYK value is (42,9,0,67).

  • cyan value is 42.35%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(42,9,0,67)
C42M9Y0K67 
(42%,9%,0%,67%)
(0.42/0.09/0.00/0.67)	

CMYK percentages

%42.35
%9.41
%0
%66.67

Codes

Color #314D55 in popluar color models

314D55
RGB497785
HSL193°26.87%26.27%
HSB/HSV193°42.35%33.33%
CMYK42.35%9.41%0.00%
66.67%

Color #314D55 in popluar number systems.

HEX314D55
Decimal497785
Binary11000110011011010101
Octal61115125

Shades and tints

Shades of #314D55

#314D55
(49,77,85)
#2D464E
(45,70,78)
#293F47
(41,63,71)
#253840
(37,56,64)
#213139
(33,49,57)
#1D2A32
(29,42,50)
#19232B
(25,35,43)
#151C24
(21,28,36)
#11151D
(17,21,29)
#0D0E16
(13,14,22)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #314D55

#314D55
(49,77,85)
#435D64
(67,93,100)
#556D73
(85,109,115)
#677D82
(103,125,130)
#798D91
(121,141,145)
#8B9DA0
(139,157,160)
#9DADAF
(157,173,175)
#AFBDBE
(175,189,190)
#C1CDCD
(193,205,205)
#D3DDDC
(211,221,220)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314D55; }

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

This text font color is #314D55.


Background Color

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

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

This div background color is #314D55.


Border color

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

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

This div border color is #314D55.


Opacity

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

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

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

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

This text has shadow with #314D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314D55 on black background.


Color preview on white background

This text has color #314D55 on white background.



Black color preview on #314D55 background

This text has black color on #314D55 background.


White color preview on #314D55 background

This text has white color on #314D55 background.