COLOR #313B3B

HEX: #313B3B
RGB: (49,59,59)

Color info

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

RGB color model

#313B3B color RGB value is (49,59,59).

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

RGB channels and saturation

R 49 of 255 = 19%
G 59 of 255 = 23%
B 59 of 255 = 23%

49
59
59

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

Portions of RGB colors in percentages

R + G + B =
49 + 59 + 59 = 167 (100%)
R 49 of 167 ~ 29.34%
G 59 of 167 ~ 35.33%
B 59 of 167 ~ 35.33%

%29.34
%35.33
%35.33

CMYK color model

#313B3B color CMYK value is (17,0,0,77).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(17,0,0,77)
C17M0Y0K77 
(17%,0%,0%,77%)
(0.17/0.00/0.00/0.77)	

CMYK percentages

%16.95
%0
%0
%76.86

Codes

Color #313B3B in popluar color models

313B3B
RGB495959
HSL180°9.26%21.18%
HSB/HSV180°16.95%23.14%
CMYK16.95%0.00%0.00%
76.86%

Color #313B3B in popluar number systems.

HEX313B3B
Decimal495959
Binary110001111011111011
Octal617373

Shades and tints

Shades of #313B3B

#313B3B
(49,59,59)
#2D3636
(45,54,54)
#293131
(41,49,49)
#252C2C
(37,44,44)
#212727
(33,39,39)
#1D2222
(29,34,34)
#191D1D
(25,29,29)
#151818
(21,24,24)
#111313
(17,19,19)
#0D0E0E
(13,14,14)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #313B3B

#313B3B
(49,59,59)
#434C4C
(67,76,76)
#555D5D
(85,93,93)
#676E6E
(103,110,110)
#797F7F
(121,127,127)
#8B9090
(139,144,144)
#9DA1A1
(157,161,161)
#AFB2B2
(175,178,178)
#C1C3C3
(193,195,195)
#D3D4D4
(211,212,212)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313B3B; }

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

This text font color is #313B3B.


Background Color

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

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

This div background color is #313B3B.


Border color

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

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

This div border color is #313B3B.


Opacity

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

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

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

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

This text has shadow with #313B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313B3B on black background.


Color preview on white background

This text has color #313B3B on white background.



Black color preview on #313B3B background

This text has black color on #313B3B background.


White color preview on #313B3B background

This text has white color on #313B3B background.