COLOR #313D3B

HEX: #313D3B
RGB: (49,61,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

49
61
59

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

Portions of RGB colors in percentages

R + G + B =
49 + 61 + 59 = 169 (100%)
R 49 of 169 ~ 28.99%
G 61 of 169 ~ 36.09%
B 59 of 169 ~ 34.91%

%28.99
%36.09
%34.91

CMYK color model

#313D3B color CMYK value is (20,0,3,76).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 76.08%
CMYK:
(20,0,3,76)
C20M0Y3K76 
(20%,0%,3%,76%)
(0.20/0.00/0.03/0.76)	

CMYK percentages

%19.67
%0
%3.28
%76.08

Codes

Color #313D3B in popluar color models

313D3B
RGB496159
HSL170°10.91%21.57%
HSB/HSV170°19.67%23.92%
CMYK19.67%0.00%3.28%
76.08%

Color #313D3B in popluar number systems.

HEX313D3B
Decimal496159
Binary110001111101111011
Octal617573

Shades and tints

Shades of #313D3B

#313D3B
(49,61,59)
#2D3836
(45,56,54)
#293331
(41,51,49)
#252E2C
(37,46,44)
#212927
(33,41,39)
#1D2422
(29,36,34)
#191F1D
(25,31,29)
#151A18
(21,26,24)
#111513
(17,21,19)
#0D100E
(13,16,14)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #313D3B

#313D3B
(49,61,59)
#434E4C
(67,78,76)
#555F5D
(85,95,93)
#67706E
(103,112,110)
#79817F
(121,129,127)
#8B9290
(139,146,144)
#9DA3A1
(157,163,161)
#AFB4B2
(175,180,178)
#C1C5C3
(193,197,195)
#D3D6D4
(211,214,212)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313D3B; }

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

This text font color is #313D3B.


Background Color

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

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

This div background color is #313D3B.


Border color

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

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

This div border color is #313D3B.


Opacity

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

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

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

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

This text has shadow with #313D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313D3B on black background.


Color preview on white background

This text has color #313D3B on white background.



Black color preview on #313D3B background

This text has black color on #313D3B background.


White color preview on #313D3B background

This text has white color on #313D3B background.