COLOR #313E39

HEX: #313E39 RGB: (49,62,57)

Color info

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

RGB color model

#313E39 color RGB value is (49,62,57).

RGB: (49,62,57) (19%, 24%, 22%)

RGB channels and saturation

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

49
62
57

R + G + B ~ 22%. #313E39 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 62 + 57 = 168 (100%)
R 49 of 168 ~ 29.17%
G 62 of 168 ~ 36.9%
B 57 of 168 ~ 33.93'%

%29.17
%36.9
%33.93

CMYK color model

#313E39 color CMYK value is (21,0,8,76).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 75.69%

CMYK: (21,0,8,76)
C21M0Y8K76 (21%, 0%, 8%, 76%)
(0.21 / 0.00 / 0.08 / 0.76)

CMYK percentages

%20.97
%0
%8.06
%75.69

Codes

Color #313E39 in popluar color models

31 3E 39
RGB 49 62 57
HSL 157° 11.71% 21.76%
HSB/HSV 157° 20.97% 24.31%
CMYK 20.97% 0.00% 8.06%
75.69%

Color #313E39 in popluar number systems.

HEX 31 3E 39
Decimal 49 62 57
Binary 110001 111110 111001
Octal 61 76 71

Shades and tints

Shades of #313E39

#313E39
(49,62,57)
#2D3934
(45,57,52)
#29342F
(41,52,47)
#252F2A
(37,47,42)
#212A25
(33,42,37)
#1D2520
(29,37,32)
#19201B
(25,32,27)
#151B16
(21,27,22)
#111611
(17,22,17)
#0D110C
(13,17,12)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #313E39

#313E39
(49,62,57)
#434F4B
(67,79,75)
#55605D
(85,96,93)
#67716F
(103,113,111)
#798281
(121,130,129)
#8B9393
(139,147,147)
#9DA4A5
(157,164,165)
#AFB5B7
(175,181,183)
#C1C6C9
(193,198,201)
#D3D7DB
(211,215,219)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313E39; }

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

This text font color is #313E39.

Background Color

.myBgColor { background-color: #313E39; }

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

This div background color is #313E39.

Border color

.myBorderColor { border: 1px solid #313E39; }

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

This div border color is #313E39.

Opacity

.myOpacity80 { color: #313E39; opacity: 0.8; }

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

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

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

This text has shadow with #313E39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313E39.

Preview

Color preview on black background

This text has color #313E39 on black background.


Color preview on white background

This text has color #313E39 on white background.


Black color preview on #313E39 background

This text has black color on #313E39 background.


White color preview on #313E39 background

This text has white color on #313E39 background.


Related colors

Complementary color

Complementary color for #hex is #CEC1C6.


I love getcolorcode.com

Triadic colors

1 #39313E and #3E3931 with #313E39 are triadic colors.

2 #393E31 and #3E3139 with #313E39 are triadic colors.