COLOR #31313C

HEX: #31313C
RGB: (49,49,60)

Color info

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

RGB color model

#31313C color RGB value is (49,49,60).

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

RGB channels and saturation

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

49
49
60

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

Portions of RGB colors in percentages

R + G + B =
49 + 49 + 60 = 158 (100%)
R 49 of 158 ~ 31.01%
G 49 of 158 ~ 31.01%
B 60 of 158 ~ 37.97%

%31.01
%31.01
%37.97

CMYK color model

#31313C color CMYK value is (18,18,0,76).

  • cyan value is 18.33%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(18,18,0,76)
C18M18Y0K76 
(18%,18%,0%,76%)
(0.18/0.18/0.00/0.76)	

CMYK percentages

%18.33
%18.33
%0
%76.47

Codes

Color #31313C in popluar color models

31313C
RGB494960
HSL240°10.09%21.37%
HSB/HSV240°18.33%23.53%
CMYK18.33%18.33%0.00%
76.47%

Color #31313C in popluar number systems.

HEX31313C
Decimal494960
Binary110001110001111100
Octal616174

Shades and tints

Shades of #31313C

#31313C
(49,49,60)
#2D2D37
(45,45,55)
#292932
(41,41,50)
#25252D
(37,37,45)
#212128
(33,33,40)
#1D1D23
(29,29,35)
#19191E
(25,25,30)
#151519
(21,21,25)
#111114
(17,17,20)
#0D0D0F
(13,13,15)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #31313C

#31313C
(49,49,60)
#43434D
(67,67,77)
#55555E
(85,85,94)
#67676F
(103,103,111)
#797980
(121,121,128)
#8B8B91
(139,139,145)
#9D9DA2
(157,157,162)
#AFAFB3
(175,175,179)
#C1C1C4
(193,193,196)
#D3D3D5
(211,211,213)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31313C; }

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

This text font color is #31313C.


Background Color

.myBgColor { background-color: #31313C; }

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

This div background color is #31313C.


Border color

.myBorderColor { border: 1px solid #31313C; }

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

This div border color is #31313C.


Opacity

.myOpacity80 { color: #31313C; opacity: 0.8; }

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

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

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

This text has shadow with #31313C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31313C on black background.


Color preview on white background

This text has color #31313C on white background.



Black color preview on #31313C background

This text has black color on #31313C background.


White color preview on #31313C background

This text has white color on #31313C background.