COLOR #312F39

HEX: #312F39
RGB: (49,47,57)

Color info

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

RGB color model

#312F39 color RGB value is (49,47,57).

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

RGB channels and saturation

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

49
47
57

R + G + B ~ 20%. #312F39 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 47 + 57 = 153 (100%)
R 49 of 153 ~ 32.03%
G 47 of 153 ~ 30.72%
B 57 of 153 ~ 37.25%

%32.03
%30.72
%37.25

CMYK color model

#312F39 color CMYK value is (14,18,0,78).

  • cyan value is 14.04%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(14,18,0,78)
C14M18Y0K78 
(14%,18%,0%,78%)
(0.14/0.18/0.00/0.78)	

CMYK percentages

%14.04
%17.54
%0
%77.65

Codes

Color #312F39 in popluar color models

312F39
RGB494757
HSL252°9.62%20.39%
HSB/HSV252°17.54%22.35%
CMYK14.04%17.54%0.00%
77.65%

Color #312F39 in popluar number systems.

HEX312F39
Decimal494757
Binary110001101111111001
Octal615771

Shades and tints

Shades of #312F39

#312F39
(49,47,57)
#2D2B34
(45,43,52)
#29272F
(41,39,47)
#25232A
(37,35,42)
#211F25
(33,31,37)
#1D1B20
(29,27,32)
#19171B
(25,23,27)
#151316
(21,19,22)
#110F11
(17,15,17)
#0D0B0C
(13,11,12)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #312F39

#312F39
(49,47,57)
#43414B
(67,65,75)
#55535D
(85,83,93)
#67656F
(103,101,111)
#797781
(121,119,129)
#8B8993
(139,137,147)
#9D9BA5
(157,155,165)
#AFADB7
(175,173,183)
#C1BFC9
(193,191,201)
#D3D1DB
(211,209,219)
#E5E3ED
(229,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312F39; }

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

This text font color is #312F39.


Background Color

.myBgColor { background-color: #312F39; }

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

This div background color is #312F39.


Border color

.myBorderColor { border: 1px solid #312F39; }

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

This div border color is #312F39.


Opacity

.myOpacity80 { color: #312F39; opacity: 0.8; }

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

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

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

This text has shadow with #312F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312F39 on black background.


Color preview on white background

This text has color #312F39 on white background.



Black color preview on #312F39 background

This text has black color on #312F39 background.


White color preview on #312F39 background

This text has white color on #312F39 background.