COLOR #314761

HEX: #314761
RGB: (49,71,97)

Color info

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

RGB color model

#314761 color RGB value is (49,71,97).

  • red value is 49;
  • green value is 71;
  • blue value is 97.
RGB:
(49,71,97)
(19%,28%,38%)

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 97 of 255 = 38%

49
71
97

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

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 97 = 217 (100%)
R 49 of 217 ~ 22.58%
G 71 of 217 ~ 32.72%
B 97 of 217 ~ 44.7%

%22.58
%32.72
%44.7

CMYK color model

#314761 color CMYK value is (49,27,0,62).

  • cyan value is 49.48%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(49,27,0,62)
C49M27Y0K62 
(49%,27%,0%,62%)
(0.49/0.27/0.00/0.62)	

CMYK percentages

%49.48
%26.8
%0
%61.96

Codes

Color #314761 in popluar color models

314761
RGB497197
HSL213°32.88%28.63%
HSB/HSV213°49.48%38.04%
CMYK49.48%26.80%0.00%
61.96%

Color #314761 in popluar number systems.

HEX314761
Decimal497197
Binary11000110001111100001
Octal61107141

Shades and tints

Shades of #314761

#314761
(49,71,97)
#2D4159
(45,65,89)
#293B51
(41,59,81)
#253549
(37,53,73)
#212F41
(33,47,65)
#1D2939
(29,41,57)
#192331
(25,35,49)
#151D29
(21,29,41)
#111721
(17,23,33)
#0D1119
(13,17,25)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #314761

#314761
(49,71,97)
#43576F
(67,87,111)
#55677D
(85,103,125)
#67778B
(103,119,139)
#798799
(121,135,153)
#8B97A7
(139,151,167)
#9DA7B5
(157,167,181)
#AFB7C3
(175,183,195)
#C1C7D1
(193,199,209)
#D3D7DF
(211,215,223)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314761 color. Also use rgb(49,71,97) instead hex code.

Text Font Color

.myTextColor { color: #314761; }

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

This text font color is #314761.


Background Color

.myBgColor { background-color: #314761; }

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

This div background color is #314761.


Border color

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

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

This div border color is #314761.


Opacity

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

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

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

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

This text has shadow with #314761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314761 on black background.


Color preview on white background

This text has color #314761 on white background.



Black color preview on #314761 background

This text has black color on #314761 background.


White color preview on #314761 background

This text has white color on #314761 background.