COLOR #313037

HEX: #313037
RGB: (49,48,55)

Color info

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

RGB color model

#313037 color RGB value is (49,48,55).

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

RGB channels and saturation

R 49 of 255 = 19%
G 48 of 255 = 19%
B 55 of 255 = 22%

49
48
55

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

Portions of RGB colors in percentages

R + G + B =
49 + 48 + 55 = 152 (100%)
R 49 of 152 ~ 32.24%
G 48 of 152 ~ 31.58%
B 55 of 152 ~ 36.18%

%32.24
%31.58
%36.18

CMYK color model

#313037 color CMYK value is (11,13,0,78).

  • cyan value is 10.91%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(11,13,0,78)
C11M13Y0K78 
(11%,13%,0%,78%)
(0.11/0.13/0.00/0.78)	

CMYK percentages

%10.91
%12.73
%0
%78.43

Codes

Color #313037 in popluar color models

313037
RGB494855
HSL249°6.80%20.20%
HSB/HSV249°12.73%21.57%
CMYK10.91%12.73%0.00%
78.43%

Color #313037 in popluar number systems.

HEX313037
Decimal494855
Binary110001110000110111
Octal616067

Shades and tints

Shades of #313037

#313037
(49,48,55)
#2D2C32
(45,44,50)
#29282D
(41,40,45)
#252428
(37,36,40)
#212023
(33,32,35)
#1D1C1E
(29,28,30)
#191819
(25,24,25)
#151414
(21,20,20)
#11100F
(17,16,15)
#0D0C0A
(13,12,10)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #313037

#313037
(49,48,55)
#434249
(67,66,73)
#55545B
(85,84,91)
#67666D
(103,102,109)
#79787F
(121,120,127)
#8B8A91
(139,138,145)
#9D9CA3
(157,156,163)
#AFAEB5
(175,174,181)
#C1C0C7
(193,192,199)
#D3D2D9
(211,210,217)
#E5E4EB
(229,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313037; }

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

This text font color is #313037.


Background Color

.myBgColor { background-color: #313037; }

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

This div background color is #313037.


Border color

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

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

This div border color is #313037.


Opacity

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

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

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

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

This text has shadow with #313037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313037 on black background.


Color preview on white background

This text has color #313037 on white background.



Black color preview on #313037 background

This text has black color on #313037 background.


White color preview on #313037 background

This text has white color on #313037 background.