COLOR #313337

HEX: #313337
RGB: (49,51,55)

Color info

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

RGB color model

#313337 color RGB value is (49,51,55).

  • red value is 49;
  • green value is 51;
  • blue value is 55.
RGB:
(49,51,55)
(19%,20%,22%)

RGB channels and saturation

R 49 of 255 = 19%
G 51 of 255 = 20%
B 55 of 255 = 22%

49
51
55

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

Portions of RGB colors in percentages

R + G + B =
49 + 51 + 55 = 155 (100%)
R 49 of 155 ~ 31.61%
G 51 of 155 ~ 32.9%
B 55 of 155 ~ 35.48%

%31.61
%32.9
%35.48

CMYK color model

#313337 color CMYK value is (11,7,0,78).

  • cyan value is 10.91%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(11,7,0,78)
C11M7Y0K78 
(11%,7%,0%,78%)
(0.11/0.07/0.00/0.78)	

CMYK percentages

%10.91
%7.27
%0
%78.43

Codes

Color #313337 in popluar color models

313337
RGB495155
HSL220°5.77%20.39%
HSB/HSV220°10.91%21.57%
CMYK10.91%7.27%0.00%
78.43%

Color #313337 in popluar number systems.

HEX313337
Decimal495155
Binary110001110011110111
Octal616367

Shades and tints

Shades of #313337

#313337
(49,51,55)
#2D2F32
(45,47,50)
#292B2D
(41,43,45)
#252728
(37,39,40)
#212323
(33,35,35)
#1D1F1E
(29,31,30)
#191B19
(25,27,25)
#151714
(21,23,20)
#11130F
(17,19,15)
#0D0F0A
(13,15,10)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #313337

#313337
(49,51,55)
#434549
(67,69,73)
#55575B
(85,87,91)
#67696D
(103,105,109)
#797B7F
(121,123,127)
#8B8D91
(139,141,145)
#9D9FA3
(157,159,163)
#AFB1B5
(175,177,181)
#C1C3C7
(193,195,199)
#D3D5D9
(211,213,217)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313337; }

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

This text font color is #313337.


Background Color

.myBgColor { background-color: #313337; }

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

This div background color is #313337.


Border color

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

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

This div border color is #313337.


Opacity

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

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

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

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

This text has shadow with #313337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313337 on black background.


Color preview on white background

This text has color #313337 on white background.



Black color preview on #313337 background

This text has black color on #313337 background.


White color preview on #313337 background

This text has white color on #313337 background.