COLOR #314D49

HEX: #314D49
RGB: (49,77,73)

Color info

#314D49 contains red, green and blue colors in about the same proportion. Web safe color of #314D49 is #333333 (or #333).

RGB color model

#314D49 color RGB value is (49,77,73).

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

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 73 of 255 = 29%

49
77
73

R + G + B ~ 26%. #314D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 77 + 73 = 199 (100%)
R 49 of 199 ~ 24.62%
G 77 of 199 ~ 38.69%
B 73 of 199 ~ 36.68%

%24.62
%38.69
%36.68

CMYK color model

#314D49 color CMYK value is (36,0,5,70).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 69.80%
CMYK:
(36,0,5,70)
C36M0Y5K70 
(36%,0%,5%,70%)
(0.36/0.00/0.05/0.70)	

CMYK percentages

%36.36
%0
%5.19
%69.8

Codes

Color #314D49 in popluar color models

314D49
RGB497773
HSL171°22.22%24.71%
HSB/HSV171°36.36%30.20%
CMYK36.36%0.00%5.19%
69.80%

Color #314D49 in popluar number systems.

HEX314D49
Decimal497773
Binary11000110011011001001
Octal61115111

Shades and tints

Shades of #314D49

#314D49
(49,77,73)
#2D4643
(45,70,67)
#293F3D
(41,63,61)
#253837
(37,56,55)
#213131
(33,49,49)
#1D2A2B
(29,42,43)
#192325
(25,35,37)
#151C1F
(21,28,31)
#111519
(17,21,25)
#0D0E13
(13,14,19)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #314D49

#314D49
(49,77,73)
#435D59
(67,93,89)
#556D69
(85,109,105)
#677D79
(103,125,121)
#798D89
(121,141,137)
#8B9D99
(139,157,153)
#9DADA9
(157,173,169)
#AFBDB9
(175,189,185)
#C1CDC9
(193,205,201)
#D3DDD9
(211,221,217)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314D49; }

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

This text font color is #314D49.


Background Color

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

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

This div background color is #314D49.


Border color

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

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

This div border color is #314D49.


Opacity

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

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

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

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

This text has shadow with #314D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314D49 on black background.


Color preview on white background

This text has color #314D49 on white background.



Black color preview on #314D49 background

This text has black color on #314D49 background.


White color preview on #314D49 background

This text has white color on #314D49 background.