COLOR #314351

HEX: #314351
RGB: (49,67,81)

Color info

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

RGB color model

#314351 color RGB value is (49,67,81).

  • red value is 49;
  • green value is 67;
  • blue value is 81.
RGB:
(49,67,81)
(19%,26%,32%)

RGB channels and saturation

R 49 of 255 = 19%
G 67 of 255 = 26%
B 81 of 255 = 32%

49
67
81

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

Portions of RGB colors in percentages

R + G + B =
49 + 67 + 81 = 197 (100%)
R 49 of 197 ~ 24.87%
G 67 of 197 ~ 34.01%
B 81 of 197 ~ 41.12%

%24.87
%34.01
%41.12

CMYK color model

#314351 color CMYK value is (40,17,0,68).

  • cyan value is 39.51%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(40,17,0,68)
C40M17Y0K68 
(40%,17%,0%,68%)
(0.40/0.17/0.00/0.68)	

CMYK percentages

%39.51
%17.28
%0
%68.24

Codes

Color #314351 in popluar color models

314351
RGB496781
HSL206°24.62%25.49%
HSB/HSV206°39.51%31.76%
CMYK39.51%17.28%0.00%
68.24%

Color #314351 in popluar number systems.

HEX314351
Decimal496781
Binary11000110000111010001
Octal61103121

Shades and tints

Shades of #314351

#314351
(49,67,81)
#2D3D4A
(45,61,74)
#293743
(41,55,67)
#25313C
(37,49,60)
#212B35
(33,43,53)
#1D252E
(29,37,46)
#191F27
(25,31,39)
#151920
(21,25,32)
#111319
(17,19,25)
#0D0D12
(13,13,18)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #314351

#314351
(49,67,81)
#435460
(67,84,96)
#55656F
(85,101,111)
#67767E
(103,118,126)
#79878D
(121,135,141)
#8B989C
(139,152,156)
#9DA9AB
(157,169,171)
#AFBABA
(175,186,186)
#C1CBC9
(193,203,201)
#D3DCD8
(211,220,216)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314351 color. Also use rgb(49,67,81) instead hex code.

Text Font Color

.myTextColor { color: #314351; }

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

This text font color is #314351.


Background Color

.myBgColor { background-color: #314351; }

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

This div background color is #314351.


Border color

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

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

This div border color is #314351.


Opacity

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

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

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

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

This text has shadow with #314351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314351 on black background.


Color preview on white background

This text has color #314351 on white background.



Black color preview on #314351 background

This text has black color on #314351 background.


White color preview on #314351 background

This text has white color on #314351 background.