COLOR #31373B

HEX: #31373B
RGB: (49,55,59)

Color info

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

RGB color model

#31373B color RGB value is (49,55,59).

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

RGB channels and saturation

R 49 of 255 = 19%
G 55 of 255 = 22%
B 59 of 255 = 23%

49
55
59

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

Portions of RGB colors in percentages

R + G + B =
49 + 55 + 59 = 163 (100%)
R 49 of 163 ~ 30.06%
G 55 of 163 ~ 33.74%
B 59 of 163 ~ 36.2%

%30.06
%33.74
%36.2

CMYK color model

#31373B color CMYK value is (17,7,0,77).

  • cyan value is 16.95%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(17,7,0,77)
C17M7Y0K77 
(17%,7%,0%,77%)
(0.17/0.07/0.00/0.77)	

CMYK percentages

%16.95
%6.78
%0
%76.86

Codes

Color #31373B in popluar color models

31373B
RGB495559
HSL204°9.26%21.18%
HSB/HSV204°16.95%23.14%
CMYK16.95%6.78%0.00%
76.86%

Color #31373B in popluar number systems.

HEX31373B
Decimal495559
Binary110001110111111011
Octal616773

Shades and tints

Shades of #31373B

#31373B
(49,55,59)
#2D3236
(45,50,54)
#292D31
(41,45,49)
#25282C
(37,40,44)
#212327
(33,35,39)
#1D1E22
(29,30,34)
#19191D
(25,25,29)
#151418
(21,20,24)
#110F13
(17,15,19)
#0D0A0E
(13,10,14)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #31373B

#31373B
(49,55,59)
#43494C
(67,73,76)
#555B5D
(85,91,93)
#676D6E
(103,109,110)
#797F7F
(121,127,127)
#8B9190
(139,145,144)
#9DA3A1
(157,163,161)
#AFB5B2
(175,181,178)
#C1C7C3
(193,199,195)
#D3D9D4
(211,217,212)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31373B; }

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

This text font color is #31373B.


Background Color

.myBgColor { background-color: #31373B; }

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

This div background color is #31373B.


Border color

.myBorderColor { border: 1px solid #31373B; }

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

This div border color is #31373B.


Opacity

.myOpacity80 { color: #31373B; opacity: 0.8; }

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

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

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

This text has shadow with #31373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31373B on black background.


Color preview on white background

This text has color #31373B on white background.



Black color preview on #31373B background

This text has black color on #31373B background.


White color preview on #31373B background

This text has white color on #31373B background.