COLOR #311B26

HEX: #311B26
RGB: (49,27,38)

Color info

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

RGB color model

#311B26 color RGB value is (49,27,38).

  • red value is 49;
  • green value is 27;
  • blue value is 38.
RGB:
(49,27,38)
(19%,11%,15%)

RGB channels and saturation

R 49 of 255 = 19%
G 27 of 255 = 11%
B 38 of 255 = 15%

49
27
38

R + G + B ~ 15%. #311B26 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 27 + 38 = 114 (100%)
R 49 of 114 ~ 42.98%
G 27 of 114 ~ 23.68%
B 38 of 114 ~ 33.33%

%42.98
%23.68
%33.33

CMYK color model

#311B26 color CMYK value is (0,45,22,81).

  • cyan value is 0.00%
  • magenta value is 44.90%
  • yellow value is 22.45%
  • key color value is 80.78%
CMYK:
(0,45,22,81)
C0M45Y22K81 
(0%,45%,22%,81%)
(0.00/0.45/0.22/0.81)	

CMYK percentages

%0
%44.9
%22.45
%80.78

Codes

Color #311B26 in popluar color models

311B26
RGB492738
HSL330°28.95%14.90%
HSB/HSV330°44.90%19.22%
CMYK0.00%44.90%22.45%
80.78%

Color #311B26 in popluar number systems.

HEX311B26
Decimal492738
Binary11000111011100110
Octal613346

Shades and tints

Shades of #311B26

#311B26
(49,27,38)
#2D1923
(45,25,35)
#291720
(41,23,32)
#25151D
(37,21,29)
#21131A
(33,19,26)
#1D1117
(29,17,23)
#190F14
(25,15,20)
#150D11
(21,13,17)
#110B0E
(17,11,14)
#0D090B
(13,9,11)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #311B26

#311B26
(49,27,38)
#432F39
(67,47,57)
#55434C
(85,67,76)
#67575F
(103,87,95)
#796B72
(121,107,114)
#8B7F85
(139,127,133)
#9D9398
(157,147,152)
#AFA7AB
(175,167,171)
#C1BBBE
(193,187,190)
#D3CFD1
(211,207,209)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311B26 color. Also use rgb(49,27,38) instead hex code.

Text Font Color

.myTextColor { color: #311B26; }

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

This text font color is #311B26.


Background Color

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

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

This div background color is #311B26.


Border color

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

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

This div border color is #311B26.


Opacity

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

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

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

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

This text has shadow with #311B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311B26 on black background.


Color preview on white background

This text has color #311B26 on white background.



Black color preview on #311B26 background

This text has black color on #311B26 background.


White color preview on #311B26 background

This text has white color on #311B26 background.