COLOR #313647

HEX: #313647
RGB: (49,54,71)

Color info

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

RGB color model

#313647 color RGB value is (49,54,71).

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

RGB channels and saturation

R 49 of 255 = 19%
G 54 of 255 = 21%
B 71 of 255 = 28%

49
54
71

R + G + B ~ 23%. #313647 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 54 + 71 = 174 (100%)
R 49 of 174 ~ 28.16%
G 54 of 174 ~ 31.03%
B 71 of 174 ~ 40.8%

%28.16
%31.03
%40.8

CMYK color model

#313647 color CMYK value is (31,24,0,72).

  • cyan value is 30.99%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(31,24,0,72)
C31M24Y0K72 
(31%,24%,0%,72%)
(0.31/0.24/0.00/0.72)	

CMYK percentages

%30.99
%23.94
%0
%72.16

Codes

Color #313647 in popluar color models

313647
RGB495471
HSL226°18.33%23.53%
HSB/HSV226°30.99%27.84%
CMYK30.99%23.94%0.00%
72.16%

Color #313647 in popluar number systems.

HEX313647
Decimal495471
Binary1100011101101000111
Octal6166107

Shades and tints

Shades of #313647

#313647
(49,54,71)
#2D3241
(45,50,65)
#292E3B
(41,46,59)
#252A35
(37,42,53)
#21262F
(33,38,47)
#1D2229
(29,34,41)
#191E23
(25,30,35)
#151A1D
(21,26,29)
#111617
(17,22,23)
#0D1211
(13,18,17)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #313647

#313647
(49,54,71)
#434857
(67,72,87)
#555A67
(85,90,103)
#676C77
(103,108,119)
#797E87
(121,126,135)
#8B9097
(139,144,151)
#9DA2A7
(157,162,167)
#AFB4B7
(175,180,183)
#C1C6C7
(193,198,199)
#D3D8D7
(211,216,215)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313647; }

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

This text font color is #313647.


Background Color

.myBgColor { background-color: #313647; }

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

This div background color is #313647.


Border color

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

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

This div border color is #313647.


Opacity

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

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

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

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

This text has shadow with #313647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313647 on black background.


Color preview on white background

This text has color #313647 on white background.



Black color preview on #313647 background

This text has black color on #313647 background.


White color preview on #313647 background

This text has white color on #313647 background.