COLOR #312836

HEX: #312836
RGB: (49,40,54)

Color info

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

RGB color model

#312836 color RGB value is (49,40,54).

  • red value is 49;
  • green value is 40;
  • blue value is 54.
RGB:
(49,40,54)
(19%,16%,21%)

RGB channels and saturation

R 49 of 255 = 19%
G 40 of 255 = 16%
B 54 of 255 = 21%

49
40
54

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

Portions of RGB colors in percentages

R + G + B =
49 + 40 + 54 = 143 (100%)
R 49 of 143 ~ 34.27%
G 40 of 143 ~ 27.97%
B 54 of 143 ~ 37.76%

%34.27
%27.97
%37.76

CMYK color model

#312836 color CMYK value is (9,26,0,79).

  • cyan value is 9.26%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(9,26,0,79)
C9M26Y0K79 
(9%,26%,0%,79%)
(0.09/0.26/0.00/0.79)	

CMYK percentages

%9.26
%25.93
%0
%78.82

Codes

Color #312836 in popluar color models

312836
RGB494054
HSL279°14.89%18.43%
HSB/HSV279°25.93%21.18%
CMYK9.26%25.93%0.00%
78.82%

Color #312836 in popluar number systems.

HEX312836
Decimal494054
Binary110001101000110110
Octal615066

Shades and tints

Shades of #312836

#312836
(49,40,54)
#2D2532
(45,37,50)
#29222E
(41,34,46)
#251F2A
(37,31,42)
#211C26
(33,28,38)
#1D1922
(29,25,34)
#19161E
(25,22,30)
#15131A
(21,19,26)
#111016
(17,16,22)
#0D0D12
(13,13,18)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #312836

#312836
(49,40,54)
#433B48
(67,59,72)
#554E5A
(85,78,90)
#67616C
(103,97,108)
#79747E
(121,116,126)
#8B8790
(139,135,144)
#9D9AA2
(157,154,162)
#AFADB4
(175,173,180)
#C1C0C6
(193,192,198)
#D3D3D8
(211,211,216)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312836; }

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

This text font color is #312836.


Background Color

.myBgColor { background-color: #312836; }

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

This div background color is #312836.


Border color

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

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

This div border color is #312836.


Opacity

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

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

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

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

This text has shadow with #312836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312836 on black background.


Color preview on white background

This text has color #312836 on white background.



Black color preview on #312836 background

This text has black color on #312836 background.


White color preview on #312836 background

This text has white color on #312836 background.