COLOR #313636

HEX: #313636
RGB: (49,54,54)

Color info

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

RGB color model

#313636 color RGB value is (49,54,54).

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

RGB channels and saturation

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

49
54
54

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

Portions of RGB colors in percentages

R + G + B =
49 + 54 + 54 = 157 (100%)
R 49 of 157 ~ 31.21%
G 54 of 157 ~ 34.39%
B 54 of 157 ~ 34.39%

%31.21
%34.39
%34.39

CMYK color model

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

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

CMYK percentages

%9.26
%0
%0
%78.82

Codes

Color #313636 in popluar color models

313636
RGB495454
HSL180°4.85%20.20%
HSB/HSV180°9.26%21.18%
CMYK9.26%0.00%0.00%
78.82%

Color #313636 in popluar number systems.

HEX313636
Decimal495454
Binary110001110110110110
Octal616666

Shades and tints

Shades of #313636

#313636
(49,54,54)
#2D3232
(45,50,50)
#292E2E
(41,46,46)
#252A2A
(37,42,42)
#212626
(33,38,38)
#1D2222
(29,34,34)
#191E1E
(25,30,30)
#151A1A
(21,26,26)
#111616
(17,22,22)
#0D1212
(13,18,18)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #313636

#313636
(49,54,54)
#434848
(67,72,72)
#555A5A
(85,90,90)
#676C6C
(103,108,108)
#797E7E
(121,126,126)
#8B9090
(139,144,144)
#9DA2A2
(157,162,162)
#AFB4B4
(175,180,180)
#C1C6C6
(193,198,198)
#D3D8D8
(211,216,216)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313636; }

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

This text font color is #313636.


Background Color

.myBgColor { background-color: #313636; }

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

This div background color is #313636.


Border color

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

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

This div border color is #313636.


Opacity

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

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

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

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

This text has shadow with #313636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313636 on black background.


Color preview on white background

This text has color #313636 on white background.



Black color preview on #313636 background

This text has black color on #313636 background.


White color preview on #313636 background

This text has white color on #313636 background.