COLOR #311F35

HEX: #311F35
RGB: (49,31,53)

Color info

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

RGB color model

#311F35 color RGB value is (49,31,53).

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

RGB channels and saturation

R 49 of 255 = 19%
G 31 of 255 = 12%
B 53 of 255 = 21%

49
31
53

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

Portions of RGB colors in percentages

R + G + B =
49 + 31 + 53 = 133 (100%)
R 49 of 133 ~ 36.84%
G 31 of 133 ~ 23.31%
B 53 of 133 ~ 39.85%

%36.84
%23.31
%39.85

CMYK color model

#311F35 color CMYK value is (8,42,0,79).

  • cyan value is 7.55%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(8,42,0,79)
C8M42Y0K79 
(8%,42%,0%,79%)
(0.08/0.42/0.00/0.79)	

CMYK percentages

%7.55
%41.51
%0
%79.22

Codes

Color #311F35 in popluar color models

311F35
RGB493153
HSL289°26.19%16.47%
HSB/HSV289°41.51%20.78%
CMYK7.55%41.51%0.00%
79.22%

Color #311F35 in popluar number systems.

HEX311F35
Decimal493153
Binary11000111111110101
Octal613765

Shades and tints

Shades of #311F35

#311F35
(49,31,53)
#2D1D31
(45,29,49)
#291B2D
(41,27,45)
#251929
(37,25,41)
#211725
(33,23,37)
#1D1521
(29,21,33)
#19131D
(25,19,29)
#151119
(21,17,25)
#110F15
(17,15,21)
#0D0D11
(13,13,17)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #311F35

#311F35
(49,31,53)
#433347
(67,51,71)
#554759
(85,71,89)
#675B6B
(103,91,107)
#796F7D
(121,111,125)
#8B838F
(139,131,143)
#9D97A1
(157,151,161)
#AFABB3
(175,171,179)
#C1BFC5
(193,191,197)
#D3D3D7
(211,211,215)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311F35; }

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

This text font color is #311F35.


Background Color

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

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

This div background color is #311F35.


Border color

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

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

This div border color is #311F35.


Opacity

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

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

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

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

This text has shadow with #311F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311F35 on black background.


Color preview on white background

This text has color #311F35 on white background.



Black color preview on #311F35 background

This text has black color on #311F35 background.


White color preview on #311F35 background

This text has white color on #311F35 background.