COLOR #313131

HEX: #313131
RGB: (49,49,49)

Color info

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

RGB color model

#313131 color RGB value is (49,49,49).

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

RGB channels and saturation

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

49
49
49

R + G + B ~ 19%. #313131 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 49 + 49 = 147 (100%)
R 49 of 147 ~ 33.33%
G 49 of 147 ~ 33.33%
B 49 of 147 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#313131 color CMYK value is (0,0,0,81).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(0,0,0,81)
C0M0Y0K81 
(0%,0%,0%,81%)
(0.00/0.00/0.00/0.81)	

CMYK percentages

%0
%0
%0
%80.78

Codes

Color #313131 in popluar color models

313131
RGB494949
HSL0.00%0.19%
HSB/HSV0.00%0.19%
CMYK0.00%0.00%0.00%
80.78%

Color #313131 in popluar number systems.

HEX313131
Decimal494949
Binary110001110001110001
Octal616161

Shades and tints

Shades of #313131

#313131
(49,49,49)
#2D2D2D
(45,45,45)
#292929
(41,41,41)
#252525
(37,37,37)
#212121
(33,33,33)
#1D1D1D
(29,29,29)
#191919
(25,25,25)
#151515
(21,21,21)
#111111
(17,17,17)
#0D0D0D
(13,13,13)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #313131

#313131
(49,49,49)
#434343
(67,67,67)
#555555
(85,85,85)
#676767
(103,103,103)
#797979
(121,121,121)
#8B8B8B
(139,139,139)
#9D9D9D
(157,157,157)
#AFAFAF
(175,175,175)
#C1C1C1
(193,193,193)
#D3D3D3
(211,211,211)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313131; }

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

This text font color is #313131.


Background Color

.myBgColor { background-color: #313131; }

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

This div background color is #313131.


Border color

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

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

This div border color is #313131.


Opacity

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

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

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

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

This text has shadow with #313131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313131 on black background.


Color preview on white background

This text has color #313131 on white background.



Black color preview on #313131 background

This text has black color on #313131 background.


White color preview on #313131 background

This text has white color on #313131 background.