COLOR #313F37

HEX: #313F37
RGB: (49,63,55)

Color info

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

RGB color model

#313F37 color RGB value is (49,63,55).

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

RGB channels and saturation

R 49 of 255 = 19%
G 63 of 255 = 25%
B 55 of 255 = 22%

49
63
55

R + G + B ~ 22%. #313F37 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 63 + 55 = 167 (100%)
R 49 of 167 ~ 29.34%
G 63 of 167 ~ 37.72%
B 55 of 167 ~ 32.93%

%29.34
%37.72
%32.93

CMYK color model

#313F37 color CMYK value is (22,0,13,75).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 75.29%
CMYK:
(22,0,13,75)
C22M0Y13K75 
(22%,0%,13%,75%)
(0.22/0.00/0.13/0.75)	

CMYK percentages

%22.22
%0
%12.7
%75.29

Codes

Color #313F37 in popluar color models

313F37
RGB496355
HSL146°12.50%21.96%
HSB/HSV146°22.22%24.71%
CMYK22.22%0.00%12.70%
75.29%

Color #313F37 in popluar number systems.

HEX313F37
Decimal496355
Binary110001111111110111
Octal617767

Shades and tints

Shades of #313F37

#313F37
(49,63,55)
#2D3A32
(45,58,50)
#29352D
(41,53,45)
#253028
(37,48,40)
#212B23
(33,43,35)
#1D261E
(29,38,30)
#192119
(25,33,25)
#151C14
(21,28,20)
#11170F
(17,23,15)
#0D120A
(13,18,10)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #313F37

#313F37
(49,63,55)
#435049
(67,80,73)
#55615B
(85,97,91)
#67726D
(103,114,109)
#79837F
(121,131,127)
#8B9491
(139,148,145)
#9DA5A3
(157,165,163)
#AFB6B5
(175,182,181)
#C1C7C7
(193,199,199)
#D3D8D9
(211,216,217)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313F37; }

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

This text font color is #313F37.


Background Color

.myBgColor { background-color: #313F37; }

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

This div background color is #313F37.


Border color

.myBorderColor { border: 1px solid #313F37; }

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

This div border color is #313F37.


Opacity

.myOpacity80 { color: #313F37; opacity: 0.8; }

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

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

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

This text has shadow with #313F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313F37 on black background.


Color preview on white background

This text has color #313F37 on white background.



Black color preview on #313F37 background

This text has black color on #313F37 background.


White color preview on #313F37 background

This text has white color on #313F37 background.