COLOR #313437

HEX: #313437
RGB: (49,52,55)

Color info

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

RGB color model

#313437 color RGB value is (49,52,55).

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

RGB channels and saturation

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

49
52
55

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

Portions of RGB colors in percentages

R + G + B =
49 + 52 + 55 = 156 (100%)
R 49 of 156 ~ 31.41%
G 52 of 156 ~ 33.33%
B 55 of 156 ~ 35.26%

%31.41
%33.33
%35.26

CMYK color model

#313437 color CMYK value is (11,5,0,78).

  • cyan value is 10.91%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(11,5,0,78)
C11M5Y0K78 
(11%,5%,0%,78%)
(0.11/0.05/0.00/0.78)	

CMYK percentages

%10.91
%5.45
%0
%78.43

Codes

Color #313437 in popluar color models

313437
RGB495255
HSL210°5.77%20.39%
HSB/HSV210°10.91%21.57%
CMYK10.91%5.45%0.00%
78.43%

Color #313437 in popluar number systems.

HEX313437
Decimal495255
Binary110001110100110111
Octal616467

Shades and tints

Shades of #313437

#313437
(49,52,55)
#2D3032
(45,48,50)
#292C2D
(41,44,45)
#252828
(37,40,40)
#212423
(33,36,35)
#1D201E
(29,32,30)
#191C19
(25,28,25)
#151814
(21,24,20)
#11140F
(17,20,15)
#0D100A
(13,16,10)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #313437

#313437
(49,52,55)
#434649
(67,70,73)
#55585B
(85,88,91)
#676A6D
(103,106,109)
#797C7F
(121,124,127)
#8B8E91
(139,142,145)
#9DA0A3
(157,160,163)
#AFB2B5
(175,178,181)
#C1C4C7
(193,196,199)
#D3D6D9
(211,214,217)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313437; }

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

This text font color is #313437.


Background Color

.myBgColor { background-color: #313437; }

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

This div background color is #313437.


Border color

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

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

This div border color is #313437.


Opacity

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

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

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

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

This text has shadow with #313437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313437 on black background.


Color preview on white background

This text has color #313437 on white background.



Black color preview on #313437 background

This text has black color on #313437 background.


White color preview on #313437 background

This text has white color on #313437 background.