COLOR #311F32

HEX: #311F32
RGB: (49,31,50)

Color info

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

RGB color model

#311F32 color RGB value is (49,31,50).

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

RGB channels and saturation

R 49 of 255 = 19%
G 31 of 255 = 12%
B 50 of 255 = 20%

49
31
50

R + G + B ~ 17%. #311F32 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 31 + 50 = 130 (100%)
R 49 of 130 ~ 37.69%
G 31 of 130 ~ 23.85%
B 50 of 130 ~ 38.46%

%37.69
%23.85
%38.46

CMYK color model

#311F32 color CMYK value is (2,38,0,80).

  • cyan value is 2.00%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(2,38,0,80)
C2M38Y0K80 
(2%,38%,0%,80%)
(0.02/0.38/0.00/0.80)	

CMYK percentages

%2
%38
%0
%80.39

Codes

Color #311F32 in popluar color models

311F32
RGB493150
HSL297°23.46%15.88%
HSB/HSV297°38.00%19.61%
CMYK2.00%38.00%0.00%
80.39%

Color #311F32 in popluar number systems.

HEX311F32
Decimal493150
Binary11000111111110010
Octal613762

Shades and tints

Shades of #311F32

#311F32
(49,31,50)
#2D1D2E
(45,29,46)
#291B2A
(41,27,42)
#251926
(37,25,38)
#211722
(33,23,34)
#1D151E
(29,21,30)
#19131A
(25,19,26)
#151116
(21,17,22)
#110F12
(17,15,18)
#0D0D0E
(13,13,14)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #311F32

#311F32
(49,31,50)
#433344
(67,51,68)
#554756
(85,71,86)
#675B68
(103,91,104)
#796F7A
(121,111,122)
#8B838C
(139,131,140)
#9D979E
(157,151,158)
#AFABB0
(175,171,176)
#C1BFC2
(193,191,194)
#D3D3D4
(211,211,212)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311F32; }

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

This text font color is #311F32.


Background Color

.myBgColor { background-color: #311F32; }

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

This div background color is #311F32.


Border color

.myBorderColor { border: 1px solid #311F32; }

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

This div border color is #311F32.


Opacity

.myOpacity80 { color: #311F32; opacity: 0.8; }

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

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

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

This text has shadow with #311F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311F32 on black background.


Color preview on white background

This text has color #311F32 on white background.



Black color preview on #311F32 background

This text has black color on #311F32 background.


White color preview on #311F32 background

This text has white color on #311F32 background.