COLOR #313E67

HEX: #313E67
RGB: (49,62,103)

Color info

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

RGB color model

#313E67 color RGB value is (49,62,103).

  • red value is 49;
  • green value is 62;
  • blue value is 103.
RGB:
(49,62,103)
(19%,24%,40%)

RGB channels and saturation

R 49 of 255 = 19%
G 62 of 255 = 24%
B 103 of 255 = 40%

49
62
103

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

Portions of RGB colors in percentages

R + G + B =
49 + 62 + 103 = 214 (100%)
R 49 of 214 ~ 22.9%
G 62 of 214 ~ 28.97%
B 103 of 214 ~ 48.13%

%22.9
%28.97
%48.13

CMYK color model

#313E67 color CMYK value is (52,40,0,60).

  • cyan value is 52.43%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(52,40,0,60)
C52M40Y0K60 
(52%,40%,0%,60%)
(0.52/0.40/0.00/0.60)	

CMYK percentages

%52.43
%39.81
%0
%59.61

Codes

Color #313E67 in popluar color models

313E67
RGB4962103
HSL226°35.53%29.80%
HSB/HSV226°52.43%40.39%
CMYK52.43%39.81%0.00%
59.61%

Color #313E67 in popluar number systems.

HEX313E67
Decimal4962103
Binary1100011111101100111
Octal6176147

Shades and tints

Shades of #313E67

#313E67
(49,62,103)
#2D395E
(45,57,94)
#293455
(41,52,85)
#252F4C
(37,47,76)
#212A43
(33,42,67)
#1D253A
(29,37,58)
#192031
(25,32,49)
#151B28
(21,27,40)
#11161F
(17,22,31)
#0D1116
(13,17,22)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #313E67

#313E67
(49,62,103)
#434F74
(67,79,116)
#556081
(85,96,129)
#67718E
(103,113,142)
#79829B
(121,130,155)
#8B93A8
(139,147,168)
#9DA4B5
(157,164,181)
#AFB5C2
(175,181,194)
#C1C6CF
(193,198,207)
#D3D7DC
(211,215,220)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313E67 color. Also use rgb(49,62,103) instead hex code.

Text Font Color

.myTextColor { color: #313E67; }

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

This text font color is #313E67.


Background Color

.myBgColor { background-color: #313E67; }

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

This div background color is #313E67.


Border color

.myBorderColor { border: 1px solid #313E67; }

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

This div border color is #313E67.


Opacity

.myOpacity80 { color: #313E67; opacity: 0.8; }

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

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

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

This text has shadow with #313E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313E67 on black background.


Color preview on white background

This text has color #313E67 on white background.



Black color preview on #313E67 background

This text has black color on #313E67 background.


White color preview on #313E67 background

This text has white color on #313E67 background.