COLOR #311E35

HEX: #311E35
RGB: (49,30,53)

Color info

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

RGB color model

#311E35 color RGB value is (49,30,53).

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

RGB channels and saturation

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

49
30
53

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

Portions of RGB colors in percentages

R + G + B =
49 + 30 + 53 = 132 (100%)
R 49 of 132 ~ 37.12%
G 30 of 132 ~ 22.73%
B 53 of 132 ~ 40.15%

%37.12
%22.73
%40.15

CMYK color model

#311E35 color CMYK value is (8,43,0,79).

  • cyan value is 7.55%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(8,43,0,79)
C8M43Y0K79 
(8%,43%,0%,79%)
(0.08/0.43/0.00/0.79)	

CMYK percentages

%7.55
%43.4
%0
%79.22

Codes

Color #311E35 in popluar color models

311E35
RGB493053
HSL290°27.71%16.27%
HSB/HSV290°43.40%20.78%
CMYK7.55%43.40%0.00%
79.22%

Color #311E35 in popluar number systems.

HEX311E35
Decimal493053
Binary11000111110110101
Octal613665

Shades and tints

Shades of #311E35

#311E35
(49,30,53)
#2D1C31
(45,28,49)
#291A2D
(41,26,45)
#251829
(37,24,41)
#211625
(33,22,37)
#1D1421
(29,20,33)
#19121D
(25,18,29)
#151019
(21,16,25)
#110E15
(17,14,21)
#0D0C11
(13,12,17)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #311E35

#311E35
(49,30,53)
#433247
(67,50,71)
#554659
(85,70,89)
#675A6B
(103,90,107)
#796E7D
(121,110,125)
#8B828F
(139,130,143)
#9D96A1
(157,150,161)
#AFAAB3
(175,170,179)
#C1BEC5
(193,190,197)
#D3D2D7
(211,210,215)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311E35; }

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

This text font color is #311E35.


Background Color

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

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

This div background color is #311E35.


Border color

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

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

This div border color is #311E35.


Opacity

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

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

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

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

This text has shadow with #311E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311E35 on black background.


Color preview on white background

This text has color #311E35 on white background.



Black color preview on #311E35 background

This text has black color on #311E35 background.


White color preview on #311E35 background

This text has white color on #311E35 background.