COLOR #314550

HEX: #314550 RGB: (49,69,80)

Color info

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

RGB color model

#314550 color RGB value is (49,69,80).

RGB: (49,69,80) (19%, 27%, 31%)

RGB channels and saturation

R 49 of 255 = 19%
G 69 of 255 = 27%
B 80 of 255 = 31%

49
69
80

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

Portions of RGB colors in percentages

R + G + B = 49 + 69 + 80 = 198 (100%)
R 49 of 198 ~ 24.75%
G 69 of 198 ~ 34.85%
B 80 of 198 ~ 40.4'%

%24.75
%34.85
%40.4

CMYK color model

#314550 color CMYK value is (39,14,0,69).

  • cyan value is 38.75%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (39,14,0,69)
C39M14Y0K69 (39%, 14%, 0%, 69%)
(0.39 / 0.14 / 0.00 / 0.69)

CMYK percentages

%38.75
%13.75
%0
%68.63

Codes

Color #314550 in popluar color models

31 45 50
RGB 49 69 80
HSL 201° 24.03% 25.29%
HSB/HSV 201° 38.75% 31.37%
CMYK 38.75% 13.75% 0.00%
68.63%

Color #314550 in popluar number systems.

HEX 31 45 50
Decimal 49 69 80
Binary 110001 1000101 1010000
Octal 61 105 120

Shades and tints

Shades of #314550

#314550
(49,69,80)
#2D3F49
(45,63,73)
#293942
(41,57,66)
#25333B
(37,51,59)
#212D34
(33,45,52)
#1D272D
(29,39,45)
#192126
(25,33,38)
#151B1F
(21,27,31)
#111518
(17,21,24)
#0D0F11
(13,15,17)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #314550

#314550
(49,69,80)
#43555F
(67,85,95)
#55656E
(85,101,110)
#67757D
(103,117,125)
#79858C
(121,133,140)
#8B959B
(139,149,155)
#9DA5AA
(157,165,170)
#AFB5B9
(175,181,185)
#C1C5C8
(193,197,200)
#D3D5D7
(211,213,215)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314550 color. Also use rgb(49,69,80) instead hex code.

Text Font Color

.myTextColor { color: #314550; }

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

This text font color is #314550.

Background Color

.myBgColor { background-color: #314550; }

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

This div background color is #314550.

Border color

.myBorderColor { border: 1px solid #314550; }

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

This div border color is #314550.

Opacity

.myOpacity80 { color: #314550; opacity: 0.8; }

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

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

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

This text has shadow with #314550 color.


.textShadow {text-shadow: 3px 3px 1px #314550', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #314550; -webkit-box-shadow: 1px 1px 3px 2px #314550; box-shadow:1px 1px 3px 2px #314550;">
Div content here
</div>

This div box has shadow with color #314550.

Preview

Color preview on black background

This text has color #314550 on black background.


Color preview on white background

This text has color #314550 on white background.


Black color preview on #314550 background

This text has black color on #314550 background.


White color preview on #314550 background

This text has white color on #314550 background.


Related colors

Complementary color

Complementary color for #hex is #CEBAAF.


I love getcolorcode.com

Triadic colors

1 #503145 and #455031 with #314550 are triadic colors.

2 #504531 and #453150 with #314550 are triadic colors.