COLOR #313939

HEX: #313939 RGB: (49,57,57)

Color info

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

RGB color model

#313939 color RGB value is (49,57,57).

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

RGB channels and saturation

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

49
57
57

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

Portions of RGB colors in percentages

R + G + B = 49 + 57 + 57 = 163 (100%)
R 49 of 163 ~ 30.06%
G 57 of 163 ~ 34.97%
B 57 of 163 ~ 34.97'%

%30.06
%34.97
%34.97

CMYK color model

#313939 color CMYK value is (14,0,0,78).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (14,0,0,78)
C14M0Y0K78 (14%, 0%, 0%, 78%)
(0.14 / 0.00 / 0.00 / 0.78)

CMYK percentages

%14.04
%0
%0
%77.65

Codes

Color #313939 in popluar color models

31 39 39
RGB 49 57 57
HSL 180° 7.55% 20.78%
HSB/HSV 180° 14.04% 22.35%
CMYK 14.04% 0.00% 0.00%
77.65%

Color #313939 in popluar number systems.

HEX 31 39 39
Decimal 49 57 57
Binary 110001 111001 111001
Octal 61 71 71

Shades and tints

Shades of #313939

#313939
(49,57,57)
#2D3434
(45,52,52)
#292F2F
(41,47,47)
#252A2A
(37,42,42)
#212525
(33,37,37)
#1D2020
(29,32,32)
#191B1B
(25,27,27)
#151616
(21,22,22)
#111111
(17,17,17)
#0D0C0C
(13,12,12)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #313939

#313939
(49,57,57)
#434B4B
(67,75,75)
#555D5D
(85,93,93)
#676F6F
(103,111,111)
#798181
(121,129,129)
#8B9393
(139,147,147)
#9DA5A5
(157,165,165)
#AFB7B7
(175,183,183)
#C1C9C9
(193,201,201)
#D3DBDB
(211,219,219)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313939; }

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

This text font color is #313939.

Background Color

.myBgColor { background-color: #313939; }

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

This div background color is #313939.

Border color

.myBorderColor { border: 1px solid #313939; }

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

This div border color is #313939.

Opacity

.myOpacity80 { color: #313939; opacity: 0.8; }

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

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

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

This text has shadow with #313939 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313939.

Preview

Color preview on black background

This text has color #313939 on black background.


Color preview on white background

This text has color #313939 on white background.


Black color preview on #313939 background

This text has black color on #313939 background.


White color preview on #313939 background

This text has white color on #313939 background.


Related colors

Complementary color

Complementary color for #hex is #CEC6C6.


I love getcolorcode.com