COLOR #313D33

HEX: #313D33
RGB: (49,61,51)

Color info

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

RGB color model

#313D33 color RGB value is (49,61,51).

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

RGB channels and saturation

R 49 of 255 = 19%
G 61 of 255 = 24%
B 51 of 255 = 20%

49
61
51

R + G + B ~ 21%. #313D33 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 61 + 51 = 161 (100%)
R 49 of 161 ~ 30.43%
G 61 of 161 ~ 37.89%
B 51 of 161 ~ 31.68%

%30.43
%37.89
%31.68

CMYK color model

#313D33 color CMYK value is (20,0,16,76).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 76.08%
CMYK:
(20,0,16,76)
C20M0Y16K76 
(20%,0%,16%,76%)
(0.20/0.00/0.16/0.76)	

CMYK percentages

%19.67
%0
%16.39
%76.08

Codes

Color #313D33 in popluar color models

313D33
RGB496151
HSL130°10.91%21.57%
HSB/HSV130°19.67%23.92%
CMYK19.67%0.00%16.39%
76.08%

Color #313D33 in popluar number systems.

HEX313D33
Decimal496151
Binary110001111101110011
Octal617563

Shades and tints

Shades of #313D33

#313D33
(49,61,51)
#2D382F
(45,56,47)
#29332B
(41,51,43)
#252E27
(37,46,39)
#212923
(33,41,35)
#1D241F
(29,36,31)
#191F1B
(25,31,27)
#151A17
(21,26,23)
#111513
(17,21,19)
#0D100F
(13,16,15)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #313D33

#313D33
(49,61,51)
#434E45
(67,78,69)
#555F57
(85,95,87)
#677069
(103,112,105)
#79817B
(121,129,123)
#8B928D
(139,146,141)
#9DA39F
(157,163,159)
#AFB4B1
(175,180,177)
#C1C5C3
(193,197,195)
#D3D6D5
(211,214,213)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313D33; }

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

This text font color is #313D33.


Background Color

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

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

This div background color is #313D33.


Border color

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

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

This div border color is #313D33.


Opacity

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

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

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

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

This text has shadow with #313D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313D33 on black background.


Color preview on white background

This text has color #313D33 on white background.



Black color preview on #313D33 background

This text has black color on #313D33 background.


White color preview on #313D33 background

This text has white color on #313D33 background.