COLOR #31393F

HEX: #31393F RGB: (49,57,63)

Color info

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

RGB color model

#31393F color RGB value is (49,57,63).

RGB: (49,57,63) (19%, 22%, 25%)

RGB channels and saturation

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

49
57
63

R + G + B ~ 22%. #31393F is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 57 + 63 = 169 (100%)
R 49 of 169 ~ 28.99%
G 57 of 169 ~ 33.73%
B 63 of 169 ~ 37.28'%

%28.99
%33.73
%37.28

CMYK color model

#31393F color CMYK value is (22,10,0,75).

  • cyan value is 22.22%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (22,10,0,75)
C22M10Y0K75 (22%, 10%, 0%, 75%)
(0.22 / 0.10 / 0.00 / 0.75)

CMYK percentages

%22.22
%9.52
%0
%75.29

Codes

Color #31393F in popluar color models

31 39 3F
RGB 49 57 63
HSL 206° 12.50% 21.96%
HSB/HSV 206° 22.22% 24.71%
CMYK 22.22% 9.52% 0.00%
75.29%

Color #31393F in popluar number systems.

HEX 31 39 3F
Decimal 49 57 63
Binary 110001 111001 111111
Octal 61 71 77

Shades and tints

Shades of #31393F

#31393F
(49,57,63)
#2D343A
(45,52,58)
#292F35
(41,47,53)
#252A30
(37,42,48)
#21252B
(33,37,43)
#1D2026
(29,32,38)
#191B21
(25,27,33)
#15161C
(21,22,28)
#111117
(17,17,23)
#0D0C12
(13,12,18)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #31393F

#31393F
(49,57,63)
#434B50
(67,75,80)
#555D61
(85,93,97)
#676F72
(103,111,114)
#798183
(121,129,131)
#8B9394
(139,147,148)
#9DA5A5
(157,165,165)
#AFB7B6
(175,183,182)
#C1C9C7
(193,201,199)
#D3DBD8
(211,219,216)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31393F; }

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

This text font color is #31393F.

Background Color

.myBgColor { background-color: #31393F; }

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

This div background color is #31393F.

Border color

.myBorderColor { border: 1px solid #31393F; }

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

This div border color is #31393F.

Opacity

.myOpacity80 { color: #31393F; opacity: 0.8; }

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

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

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

This text has shadow with #31393F color.


.textShadow {text-shadow: 3px 3px 1px #31393F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #31393F; -webkit-box-shadow: 1px 1px 3px 2px #31393F; box-shadow:1px 1px 3px 2px #31393F;">
Div content here
</div>

This div box has shadow with color #31393F.

Preview

Color preview on black background

This text has color #31393F on black background.


Color preview on white background

This text has color #31393F on white background.


Black color preview on #31393F background

This text has black color on #31393F background.


White color preview on #31393F background

This text has white color on #31393F background.


Related colors

Complementary color

Complementary color for #hex is #CEC6C0.


I love getcolorcode.com

Triadic colors

1 #3F3139 and #393F31 with #31393F are triadic colors.

2 #3F3931 and #39313F with #31393F are triadic colors.