COLOR #313332

HEX: #313332
RGB: (49,51,50)

Color info

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

RGB color model

#313332 color RGB value is (49,51,50).

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

RGB channels and saturation

R 49 of 255 = 19%
G 51 of 255 = 20%
B 50 of 255 = 20%

49
51
50

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

Portions of RGB colors in percentages

R + G + B =
49 + 51 + 50 = 150 (100%)
R 49 of 150 ~ 32.67%
G 51 of 150 ~ 34%
B 50 of 150 ~ 33.33%

%32.67
%34
%33.33

CMYK color model

#313332 color CMYK value is (4,0,2,80).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 80.00%
CMYK:
(4,0,2,80)
C4M0Y2K80 
(4%,0%,2%,80%)
(0.04/0.00/0.02/0.80)	

CMYK percentages

%3.92
%0
%1.96
%80

Codes

Color #313332 in popluar color models

313332
RGB495150
HSL150°2.00%19.61%
HSB/HSV150°3.92%20.00%
CMYK3.92%0.00%1.96%
80.00%

Color #313332 in popluar number systems.

HEX313332
Decimal495150
Binary110001110011110010
Octal616362

Shades and tints

Shades of #313332

#313332
(49,51,50)
#2D2F2E
(45,47,46)
#292B2A
(41,43,42)
#252726
(37,39,38)
#212322
(33,35,34)
#1D1F1E
(29,31,30)
#191B1A
(25,27,26)
#151716
(21,23,22)
#111312
(17,19,18)
#0D0F0E
(13,15,14)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #313332

#313332
(49,51,50)
#434544
(67,69,68)
#555756
(85,87,86)
#676968
(103,105,104)
#797B7A
(121,123,122)
#8B8D8C
(139,141,140)
#9D9F9E
(157,159,158)
#AFB1B0
(175,177,176)
#C1C3C2
(193,195,194)
#D3D5D4
(211,213,212)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313332; }

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

This text font color is #313332.


Background Color

.myBgColor { background-color: #313332; }

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

This div background color is #313332.


Border color

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

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

This div border color is #313332.


Opacity

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

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

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

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

This text has shadow with #313332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313332 on black background.


Color preview on white background

This text has color #313332 on white background.



Black color preview on #313332 background

This text has black color on #313332 background.


White color preview on #313332 background

This text has white color on #313332 background.