COLOR #313143

HEX: #313143
RGB: (49,49,67)

Color info

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

RGB color model

#313143 color RGB value is (49,49,67).

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

RGB channels and saturation

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

49
49
67

R + G + B ~ 21%. #313143 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 49 + 67 = 165 (100%)
R 49 of 165 ~ 29.7%
G 49 of 165 ~ 29.7%
B 67 of 165 ~ 40.61%

%29.7
%29.7
%40.61

CMYK color model

#313143 color CMYK value is (27,27,0,74).

  • cyan value is 26.87%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(27,27,0,74)
C27M27Y0K74 
(27%,27%,0%,74%)
(0.27/0.27/0.00/0.74)	

CMYK percentages

%26.87
%26.87
%0
%73.73

Codes

Color #313143 in popluar color models

313143
RGB494967
HSL240°15.52%22.75%
HSB/HSV240°26.87%26.27%
CMYK26.87%26.87%0.00%
73.73%

Color #313143 in popluar number systems.

HEX313143
Decimal494967
Binary1100011100011000011
Octal6161103

Shades and tints

Shades of #313143

#313143
(49,49,67)
#2D2D3D
(45,45,61)
#292937
(41,41,55)
#252531
(37,37,49)
#21212B
(33,33,43)
#1D1D25
(29,29,37)
#19191F
(25,25,31)
#151519
(21,21,25)
#111113
(17,17,19)
#0D0D0D
(13,13,13)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #313143

#313143
(49,49,67)
#434354
(67,67,84)
#555565
(85,85,101)
#676776
(103,103,118)
#797987
(121,121,135)
#8B8B98
(139,139,152)
#9D9DA9
(157,157,169)
#AFAFBA
(175,175,186)
#C1C1CB
(193,193,203)
#D3D3DC
(211,211,220)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313143; }

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

This text font color is #313143.


Background Color

.myBgColor { background-color: #313143; }

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

This div background color is #313143.


Border color

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

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

This div border color is #313143.


Opacity

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

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

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

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

This text has shadow with #313143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313143 on black background.


Color preview on white background

This text has color #313143 on white background.



Black color preview on #313143 background

This text has black color on #313143 background.


White color preview on #313143 background

This text has white color on #313143 background.