COLOR #31373D

HEX: #31373D
RGB: (49,55,61)

Color info

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

RGB color model

#31373D color RGB value is (49,55,61).

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

RGB channels and saturation

R 49 of 255 = 19%
G 55 of 255 = 22%
B 61 of 255 = 24%

49
55
61

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

Portions of RGB colors in percentages

R + G + B =
49 + 55 + 61 = 165 (100%)
R 49 of 165 ~ 29.7%
G 55 of 165 ~ 33.33%
B 61 of 165 ~ 36.97%

%29.7
%33.33
%36.97

CMYK color model

#31373D color CMYK value is (20,10,0,76).

  • cyan value is 19.67%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(20,10,0,76)
C20M10Y0K76 
(20%,10%,0%,76%)
(0.20/0.10/0.00/0.76)	

CMYK percentages

%19.67
%9.84
%0
%76.08

Codes

Color #31373D in popluar color models

31373D
RGB495561
HSL210°10.91%21.57%
HSB/HSV210°19.67%23.92%
CMYK19.67%9.84%0.00%
76.08%

Color #31373D in popluar number systems.

HEX31373D
Decimal495561
Binary110001110111111101
Octal616775

Shades and tints

Shades of #31373D

#31373D
(49,55,61)
#2D3238
(45,50,56)
#292D33
(41,45,51)
#25282E
(37,40,46)
#212329
(33,35,41)
#1D1E24
(29,30,36)
#19191F
(25,25,31)
#15141A
(21,20,26)
#110F15
(17,15,21)
#0D0A10
(13,10,16)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #31373D

#31373D
(49,55,61)
#43494E
(67,73,78)
#555B5F
(85,91,95)
#676D70
(103,109,112)
#797F81
(121,127,129)
#8B9192
(139,145,146)
#9DA3A3
(157,163,163)
#AFB5B4
(175,181,180)
#C1C7C5
(193,199,197)
#D3D9D6
(211,217,214)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31373D; }

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

This text font color is #31373D.


Background Color

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

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

This div background color is #31373D.


Border color

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

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

This div border color is #31373D.


Opacity

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

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

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

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

This text has shadow with #31373D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31373D on black background.


Color preview on white background

This text has color #31373D on white background.



Black color preview on #31373D background

This text has black color on #31373D background.


White color preview on #31373D background

This text has white color on #31373D background.