COLOR #313036

HEX: #313036
RGB: (49,48,54)

Color info

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

RGB color model

#313036 color RGB value is (49,48,54).

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

RGB channels and saturation

R 49 of 255 = 19%
G 48 of 255 = 19%
B 54 of 255 = 21%

49
48
54

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

Portions of RGB colors in percentages

R + G + B =
49 + 48 + 54 = 151 (100%)
R 49 of 151 ~ 32.45%
G 48 of 151 ~ 31.79%
B 54 of 151 ~ 35.76%

%32.45
%31.79
%35.76

CMYK color model

#313036 color CMYK value is (9,11,0,79).

  • cyan value is 9.26%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(9,11,0,79)
C9M11Y0K79 
(9%,11%,0%,79%)
(0.09/0.11/0.00/0.79)	

CMYK percentages

%9.26
%11.11
%0
%78.82

Codes

Color #313036 in popluar color models

313036
RGB494854
HSL250°5.88%20.00%
HSB/HSV250°11.11%21.18%
CMYK9.26%11.11%0.00%
78.82%

Color #313036 in popluar number systems.

HEX313036
Decimal494854
Binary110001110000110110
Octal616066

Shades and tints

Shades of #313036

#313036
(49,48,54)
#2D2C32
(45,44,50)
#29282E
(41,40,46)
#25242A
(37,36,42)
#212026
(33,32,38)
#1D1C22
(29,28,34)
#19181E
(25,24,30)
#15141A
(21,20,26)
#111016
(17,16,22)
#0D0C12
(13,12,18)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #313036

#313036
(49,48,54)
#434248
(67,66,72)
#55545A
(85,84,90)
#67666C
(103,102,108)
#79787E
(121,120,126)
#8B8A90
(139,138,144)
#9D9CA2
(157,156,162)
#AFAEB4
(175,174,180)
#C1C0C6
(193,192,198)
#D3D2D8
(211,210,216)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313036; }

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

This text font color is #313036.


Background Color

.myBgColor { background-color: #313036; }

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

This div background color is #313036.


Border color

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

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

This div border color is #313036.


Opacity

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

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

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

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

This text has shadow with #313036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313036 on black background.


Color preview on white background

This text has color #313036 on white background.



Black color preview on #313036 background

This text has black color on #313036 background.


White color preview on #313036 background

This text has white color on #313036 background.