COLOR #312939

HEX: #312939
RGB: (49,41,57)

Color info

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

RGB color model

#312939 color RGB value is (49,41,57).

  • red value is 49;
  • green value is 41;
  • blue value is 57.
RGB:
(49,41,57)
(19%,16%,22%)

RGB channels and saturation

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

49
41
57

R + G + B ~ 19%. #312939 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 41 + 57 = 147 (100%)
R 49 of 147 ~ 33.33%
G 41 of 147 ~ 27.89%
B 57 of 147 ~ 38.78%

%33.33
%27.89
%38.78

CMYK color model

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

  • cyan value is 14.04%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(14,28,0,78)
C14M28Y0K78 
(14%,28%,0%,78%)
(0.14/0.28/0.00/0.78)	

CMYK percentages

%14.04
%28.07
%0
%77.65

Codes

Color #312939 in popluar color models

312939
RGB494157
HSL270°16.33%19.22%
HSB/HSV270°28.07%22.35%
CMYK14.04%28.07%0.00%
77.65%

Color #312939 in popluar number systems.

HEX312939
Decimal494157
Binary110001101001111001
Octal615171

Shades and tints

Shades of #312939

#312939
(49,41,57)
#2D2634
(45,38,52)
#29232F
(41,35,47)
#25202A
(37,32,42)
#211D25
(33,29,37)
#1D1A20
(29,26,32)
#19171B
(25,23,27)
#151416
(21,20,22)
#111111
(17,17,17)
#0D0E0C
(13,14,12)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #312939

#312939
(49,41,57)
#433C4B
(67,60,75)
#554F5D
(85,79,93)
#67626F
(103,98,111)
#797581
(121,117,129)
#8B8893
(139,136,147)
#9D9BA5
(157,155,165)
#AFAEB7
(175,174,183)
#C1C1C9
(193,193,201)
#D3D4DB
(211,212,219)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312939; }

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

This text font color is #312939.


Background Color

.myBgColor { background-color: #312939; }

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

This div background color is #312939.


Border color

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

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

This div border color is #312939.


Opacity

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

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

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

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

This text has shadow with #312939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312939 on black background.


Color preview on white background

This text has color #312939 on white background.



Black color preview on #312939 background

This text has black color on #312939 background.


White color preview on #312939 background

This text has white color on #312939 background.