COLOR #31343E

HEX: #31343E
RGB: (49,52,62)

Color info

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

RGB color model

#31343E color RGB value is (49,52,62).

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

RGB channels and saturation

R 49 of 255 = 19%
G 52 of 255 = 20%
B 62 of 255 = 24%

49
52
62

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

Portions of RGB colors in percentages

R + G + B =
49 + 52 + 62 = 163 (100%)
R 49 of 163 ~ 30.06%
G 52 of 163 ~ 31.9%
B 62 of 163 ~ 38.04%

%30.06
%31.9
%38.04

CMYK color model

#31343E color CMYK value is (21,16,0,76).

  • cyan value is 20.97%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(21,16,0,76)
C21M16Y0K76 
(21%,16%,0%,76%)
(0.21/0.16/0.00/0.76)	

CMYK percentages

%20.97
%16.13
%0
%75.69

Codes

Color #31343E in popluar color models

31343E
RGB495262
HSL226°11.71%21.76%
HSB/HSV226°20.97%24.31%
CMYK20.97%16.13%0.00%
75.69%

Color #31343E in popluar number systems.

HEX31343E
Decimal495262
Binary110001110100111110
Octal616476

Shades and tints

Shades of #31343E

#31343E
(49,52,62)
#2D3039
(45,48,57)
#292C34
(41,44,52)
#25282F
(37,40,47)
#21242A
(33,36,42)
#1D2025
(29,32,37)
#191C20
(25,28,32)
#15181B
(21,24,27)
#111416
(17,20,22)
#0D1011
(13,16,17)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #31343E

#31343E
(49,52,62)
#43464F
(67,70,79)
#555860
(85,88,96)
#676A71
(103,106,113)
#797C82
(121,124,130)
#8B8E93
(139,142,147)
#9DA0A4
(157,160,164)
#AFB2B5
(175,178,181)
#C1C4C6
(193,196,198)
#D3D6D7
(211,214,215)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31343E; }

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

This text font color is #31343E.


Background Color

.myBgColor { background-color: #31343E; }

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

This div background color is #31343E.


Border color

.myBorderColor { border: 1px solid #31343E; }

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

This div border color is #31343E.


Opacity

.myOpacity80 { color: #31343E; opacity: 0.8; }

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

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

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

This text has shadow with #31343E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31343E on black background.


Color preview on white background

This text has color #31343E on white background.



Black color preview on #31343E background

This text has black color on #31343E background.


White color preview on #31343E background

This text has white color on #31343E background.