COLOR #312631

HEX: #312631
RGB: (49,38,49)

Color info

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

RGB color model

#312631 color RGB value is (49,38,49).

  • red value is 49;
  • green value is 38;
  • blue value is 49.
RGB:
(49,38,49)
(19%,15%,19%)

RGB channels and saturation

R 49 of 255 = 19%
G 38 of 255 = 15%
B 49 of 255 = 19%

49
38
49

R + G + B ~ 18%. #312631 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 38 + 49 = 136 (100%)
R 49 of 136 ~ 36.03%
G 38 of 136 ~ 27.94%
B 49 of 136 ~ 36.03%

%36.03
%27.94
%36.03

CMYK color model

#312631 color CMYK value is (0,22,0,81).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(0,22,0,81)
C0M22Y0K81 
(0%,22%,0%,81%)
(0.00/0.22/0.00/0.81)	

CMYK percentages

%0
%22.45
%0
%80.78

Codes

Color #312631 in popluar color models

312631
RGB493849
HSL300°12.64%17.06%
HSB/HSV300°22.45%19.22%
CMYK0.00%22.45%0.00%
80.78%

Color #312631 in popluar number systems.

HEX312631
Decimal493849
Binary110001100110110001
Octal614661

Shades and tints

Shades of #312631

#312631
(49,38,49)
#2D232D
(45,35,45)
#292029
(41,32,41)
#251D25
(37,29,37)
#211A21
(33,26,33)
#1D171D
(29,23,29)
#191419
(25,20,25)
#151115
(21,17,21)
#110E11
(17,14,17)
#0D0B0D
(13,11,13)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #312631

#312631
(49,38,49)
#433943
(67,57,67)
#554C55
(85,76,85)
#675F67
(103,95,103)
#797279
(121,114,121)
#8B858B
(139,133,139)
#9D989D
(157,152,157)
#AFABAF
(175,171,175)
#C1BEC1
(193,190,193)
#D3D1D3
(211,209,211)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312631; }

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

This text font color is #312631.


Background Color

.myBgColor { background-color: #312631; }

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

This div background color is #312631.


Border color

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

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

This div border color is #312631.


Opacity

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

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

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

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

This text has shadow with #312631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312631 on black background.


Color preview on white background

This text has color #312631 on white background.



Black color preview on #312631 background

This text has black color on #312631 background.


White color preview on #312631 background

This text has white color on #312631 background.