COLOR #313344

HEX: #313344 RGB: (49,51,68)

Color info

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

RGB color model

#313344 color RGB value is (49,51,68).

RGB: (49,51,68) (19%, 20%, 27%)

RGB channels and saturation

R 49 of 255 = 19%
G 51 of 255 = 20%
B 68 of 255 = 27%

49
51
68

R + G + B ~ 22%. #313344 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 51 + 68 = 168 (100%)
R 49 of 168 ~ 29.17%
G 51 of 168 ~ 30.36%
B 68 of 168 ~ 40.48'%

%29.17
%30.36
%40.48

CMYK color model

#313344 color CMYK value is (28,25,0,73).

  • cyan value is 27.94%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (28,25,0,73)
C28M25Y0K73 (28%, 25%, 0%, 73%)
(0.28 / 0.25 / 0.00 / 0.73)

CMYK percentages

%27.94
%25
%0
%73.33

Codes

Color #313344 in popluar color models

31 33 44
RGB 49 51 68
HSL 234° 16.24% 22.94%
HSB/HSV 234° 27.94% 26.67%
CMYK 27.94% 25.00% 0.00%
73.33%

Color #313344 in popluar number systems.

HEX 31 33 44
Decimal 49 51 68
Binary 110001 110011 1000100
Octal 61 63 104

Shades and tints

Shades of #313344

#313344
(49,51,68)
#2D2F3E
(45,47,62)
#292B38
(41,43,56)
#252732
(37,39,50)
#21232C
(33,35,44)
#1D1F26
(29,31,38)
#191B20
(25,27,32)
#15171A
(21,23,26)
#111314
(17,19,20)
#0D0F0E
(13,15,14)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #313344

#313344
(49,51,68)
#434555
(67,69,85)
#555766
(85,87,102)
#676977
(103,105,119)
#797B88
(121,123,136)
#8B8D99
(139,141,153)
#9D9FAA
(157,159,170)
#AFB1BB
(175,177,187)
#C1C3CC
(193,195,204)
#D3D5DD
(211,213,221)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313344 color. Also use rgb(49,51,68) instead hex code.

Text Font Color

.myTextColor { color: #313344; }

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

This text font color is #313344.

Background Color

.myBgColor { background-color: #313344; }

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

This div background color is #313344.

Border color

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

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

This div border color is #313344.

Opacity

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

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

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

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

This text has shadow with #313344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313344.

Preview

Color preview on black background

This text has color #313344 on black background.


Color preview on white background

This text has color #313344 on white background.


Black color preview on #313344 background

This text has black color on #313344 background.


White color preview on #313344 background

This text has white color on #313344 background.


Related colors

Complementary color

Complementary color for #hex is #CECCBB.


I love getcolorcode.com

Triadic colors

1 #443133 and #334431 with #313344 are triadic colors.

2 #443331 and #333144 with #313344 are triadic colors.