COLOR #313931

HEX: #313931
RGB: (49,57,49)

Color info

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

RGB color model

#313931 color RGB value is (49,57,49).

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

RGB channels and saturation

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

49
57
49

R + G + B ~ 20%. #313931 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 57 + 49 = 155 (100%)
R 49 of 155 ~ 31.61%
G 57 of 155 ~ 36.77%
B 49 of 155 ~ 31.61%

%31.61
%36.77
%31.61

CMYK color model

#313931 color CMYK value is (14,0,14,78).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 77.65%
CMYK:
(14,0,14,78)
C14M0Y14K78 
(14%,0%,14%,78%)
(0.14/0.00/0.14/0.78)	

CMYK percentages

%14.04
%0
%14.04
%77.65

Codes

Color #313931 in popluar color models

313931
RGB495749
HSL120°7.55%20.78%
HSB/HSV120°14.04%22.35%
CMYK14.04%0.00%14.04%
77.65%

Color #313931 in popluar number systems.

HEX313931
Decimal495749
Binary110001111001110001
Octal617161

Shades and tints

Shades of #313931

#313931
(49,57,49)
#2D342D
(45,52,45)
#292F29
(41,47,41)
#252A25
(37,42,37)
#212521
(33,37,33)
#1D201D
(29,32,29)
#191B19
(25,27,25)
#151615
(21,22,21)
#111111
(17,17,17)
#0D0C0D
(13,12,13)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #313931

#313931
(49,57,49)
#434B43
(67,75,67)
#555D55
(85,93,85)
#676F67
(103,111,103)
#798179
(121,129,121)
#8B938B
(139,147,139)
#9DA59D
(157,165,157)
#AFB7AF
(175,183,175)
#C1C9C1
(193,201,193)
#D3DBD3
(211,219,211)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313931; }

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

This text font color is #313931.


Background Color

.myBgColor { background-color: #313931; }

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

This div background color is #313931.


Border color

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

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

This div border color is #313931.


Opacity

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

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

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

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

This text has shadow with #313931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313931 on black background.


Color preview on white background

This text has color #313931 on white background.



Black color preview on #313931 background

This text has black color on #313931 background.


White color preview on #313931 background

This text has white color on #313931 background.