COLOR #313048

HEX: #313048
RGB: (49,48,72)

Color info

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

RGB color model

#313048 color RGB value is (49,48,72).

  • red value is 49;
  • green value is 48;
  • blue value is 72.
RGB:
(49,48,72)
(19%,19%,28%)

RGB channels and saturation

R 49 of 255 = 19%
G 48 of 255 = 19%
B 72 of 255 = 28%

49
48
72

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

Portions of RGB colors in percentages

R + G + B =
49 + 48 + 72 = 169 (100%)
R 49 of 169 ~ 28.99%
G 48 of 169 ~ 28.4%
B 72 of 169 ~ 42.6%

%28.99
%28.4
%42.6

CMYK color model

#313048 color CMYK value is (32,33,0,72).

  • cyan value is 31.94%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(32,33,0,72)
C32M33Y0K72 
(32%,33%,0%,72%)
(0.32/0.33/0.00/0.72)	

CMYK percentages

%31.94
%33.33
%0
%71.76

Codes

Color #313048 in popluar color models

313048
RGB494872
HSL243°20.00%23.53%
HSB/HSV243°33.33%28.24%
CMYK31.94%33.33%0.00%
71.76%

Color #313048 in popluar number systems.

HEX313048
Decimal494872
Binary1100011100001001000
Octal6160110

Shades and tints

Shades of #313048

#313048
(49,48,72)
#2D2C42
(45,44,66)
#29283C
(41,40,60)
#252436
(37,36,54)
#212030
(33,32,48)
#1D1C2A
(29,28,42)
#191824
(25,24,36)
#15141E
(21,20,30)
#111018
(17,16,24)
#0D0C12
(13,12,18)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #313048

#313048
(49,48,72)
#434258
(67,66,88)
#555468
(85,84,104)
#676678
(103,102,120)
#797888
(121,120,136)
#8B8A98
(139,138,152)
#9D9CA8
(157,156,168)
#AFAEB8
(175,174,184)
#C1C0C8
(193,192,200)
#D3D2D8
(211,210,216)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313048; }

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

This text font color is #313048.


Background Color

.myBgColor { background-color: #313048; }

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

This div background color is #313048.


Border color

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

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

This div border color is #313048.


Opacity

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

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

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

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

This text has shadow with #313048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313048 on black background.


Color preview on white background

This text has color #313048 on white background.



Black color preview on #313048 background

This text has black color on #313048 background.


White color preview on #313048 background

This text has white color on #313048 background.