COLOR #314348

HEX: #314348
RGB: (49,67,72)

Color info

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

RGB color model

#314348 color RGB value is (49,67,72).

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

RGB channels and saturation

R 49 of 255 = 19%
G 67 of 255 = 26%
B 72 of 255 = 28%

49
67
72

R + G + B ~ 24%. #314348 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 67 + 72 = 188 (100%)
R 49 of 188 ~ 26.06%
G 67 of 188 ~ 35.64%
B 72 of 188 ~ 38.3%

%26.06
%35.64
%38.3

CMYK color model

#314348 color CMYK value is (32,7,0,72).

  • cyan value is 31.94%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(32,7,0,72)
C32M7Y0K72 
(32%,7%,0%,72%)
(0.32/0.07/0.00/0.72)	

CMYK percentages

%31.94
%6.94
%0
%71.76

Codes

Color #314348 in popluar color models

314348
RGB496772
HSL193°19.01%23.73%
HSB/HSV193°31.94%28.24%
CMYK31.94%6.94%0.00%
71.76%

Color #314348 in popluar number systems.

HEX314348
Decimal496772
Binary11000110000111001000
Octal61103110

Shades and tints

Shades of #314348

#314348
(49,67,72)
#2D3D42
(45,61,66)
#29373C
(41,55,60)
#253136
(37,49,54)
#212B30
(33,43,48)
#1D252A
(29,37,42)
#191F24
(25,31,36)
#15191E
(21,25,30)
#111318
(17,19,24)
#0D0D12
(13,13,18)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #314348

#314348
(49,67,72)
#435458
(67,84,88)
#556568
(85,101,104)
#677678
(103,118,120)
#798788
(121,135,136)
#8B9898
(139,152,152)
#9DA9A8
(157,169,168)
#AFBAB8
(175,186,184)
#C1CBC8
(193,203,200)
#D3DCD8
(211,220,216)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314348; }

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

This text font color is #314348.


Background Color

.myBgColor { background-color: #314348; }

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

This div background color is #314348.


Border color

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

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

This div border color is #314348.


Opacity

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

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

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

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

This text has shadow with #314348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314348 on black background.


Color preview on white background

This text has color #314348 on white background.



Black color preview on #314348 background

This text has black color on #314348 background.


White color preview on #314348 background

This text has white color on #314348 background.