COLOR #314843

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

49
72
67

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

Portions of RGB colors in percentages

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

%26.06
%38.3
%35.64

CMYK color model

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

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

CMYK percentages

%31.94
%0
%6.94
%71.76

Codes

Color #314843 in popluar color models

314843
RGB497267
HSL167°19.01%23.73%
HSB/HSV167°31.94%28.24%
CMYK31.94%0.00%6.94%
71.76%

Color #314843 in popluar number systems.

HEX314843
Decimal497267
Binary11000110010001000011
Octal61110103

Shades and tints

Shades of #314843

#314843
(49,72,67)
#2D423D
(45,66,61)
#293C37
(41,60,55)
#253631
(37,54,49)
#21302B
(33,48,43)
#1D2A25
(29,42,37)
#19241F
(25,36,31)
#151E19
(21,30,25)
#111813
(17,24,19)
#0D120D
(13,18,13)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #314843

#314843
(49,72,67)
#435854
(67,88,84)
#556865
(85,104,101)
#677876
(103,120,118)
#798887
(121,136,135)
#8B9898
(139,152,152)
#9DA8A9
(157,168,169)
#AFB8BA
(175,184,186)
#C1C8CB
(193,200,203)
#D3D8DC
(211,216,220)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314843; }

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

This text font color is #314843.


Background Color

.myBgColor { background-color: #314843; }

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

This div background color is #314843.


Border color

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

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

This div border color is #314843.


Opacity

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

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

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

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

This text has shadow with #314843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314843 on black background.


Color preview on white background

This text has color #314843 on white background.



Black color preview on #314843 background

This text has black color on #314843 background.


White color preview on #314843 background

This text has white color on #314843 background.