COLOR #313C45

HEX: #313C45
RGB: (49,60,69)

Color info

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

RGB color model

#313C45 color RGB value is (49,60,69).

  • red value is 49;
  • green value is 60;
  • blue value is 69.
RGB:
(49,60,69)
(19%,24%,27%)

RGB channels and saturation

R 49 of 255 = 19%
G 60 of 255 = 24%
B 69 of 255 = 27%

49
60
69

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

Portions of RGB colors in percentages

R + G + B =
49 + 60 + 69 = 178 (100%)
R 49 of 178 ~ 27.53%
G 60 of 178 ~ 33.71%
B 69 of 178 ~ 38.76%

%27.53
%33.71
%38.76

CMYK color model

#313C45 color CMYK value is (29,13,0,73).

  • cyan value is 28.99%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(29,13,0,73)
C29M13Y0K73 
(29%,13%,0%,73%)
(0.29/0.13/0.00/0.73)	

CMYK percentages

%28.99
%13.04
%0
%72.94

Codes

Color #313C45 in popluar color models

313C45
RGB496069
HSL207°16.95%23.14%
HSB/HSV207°28.99%27.06%
CMYK28.99%13.04%0.00%
72.94%

Color #313C45 in popluar number systems.

HEX313C45
Decimal496069
Binary1100011111001000101
Octal6174105

Shades and tints

Shades of #313C45

#313C45
(49,60,69)
#2D373F
(45,55,63)
#293239
(41,50,57)
#252D33
(37,45,51)
#21282D
(33,40,45)
#1D2327
(29,35,39)
#191E21
(25,30,33)
#15191B
(21,25,27)
#111415
(17,20,21)
#0D0F0F
(13,15,15)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #313C45

#313C45
(49,60,69)
#434D55
(67,77,85)
#555E65
(85,94,101)
#676F75
(103,111,117)
#798085
(121,128,133)
#8B9195
(139,145,149)
#9DA2A5
(157,162,165)
#AFB3B5
(175,179,181)
#C1C4C5
(193,196,197)
#D3D5D5
(211,213,213)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313C45 color. Also use rgb(49,60,69) instead hex code.

Text Font Color

.myTextColor { color: #313C45; }

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

This text font color is #313C45.


Background Color

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

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

This div background color is #313C45.


Border color

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

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

This div border color is #313C45.


Opacity

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

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

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

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

This text has shadow with #313C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313C45 on black background.


Color preview on white background

This text has color #313C45 on white background.



Black color preview on #313C45 background

This text has black color on #313C45 background.


White color preview on #313C45 background

This text has white color on #313C45 background.