COLOR #311C26

HEX: #311C26
RGB: (49,28,38)

Color info

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

RGB color model

#311C26 color RGB value is (49,28,38).

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

RGB channels and saturation

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

49
28
38

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

Portions of RGB colors in percentages

R + G + B =
49 + 28 + 38 = 115 (100%)
R 49 of 115 ~ 42.61%
G 28 of 115 ~ 24.35%
B 38 of 115 ~ 33.04%

%42.61
%24.35
%33.04

CMYK color model

#311C26 color CMYK value is (0,43,22,81).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 22.45%
  • key color value is 80.78%
CMYK:
(0,43,22,81)
C0M43Y22K81 
(0%,43%,22%,81%)
(0.00/0.43/0.22/0.81)	

CMYK percentages

%0
%42.86
%22.45
%80.78

Codes

Color #311C26 in popluar color models

311C26
RGB492838
HSL331°27.27%15.10%
HSB/HSV331°42.86%19.22%
CMYK0.00%42.86%22.45%
80.78%

Color #311C26 in popluar number systems.

HEX311C26
Decimal492838
Binary11000111100100110
Octal613446

Shades and tints

Shades of #311C26

#311C26
(49,28,38)
#2D1A23
(45,26,35)
#291820
(41,24,32)
#25161D
(37,22,29)
#21141A
(33,20,26)
#1D1217
(29,18,23)
#191014
(25,16,20)
#150E11
(21,14,17)
#110C0E
(17,12,14)
#0D0A0B
(13,10,11)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #311C26

#311C26
(49,28,38)
#433039
(67,48,57)
#55444C
(85,68,76)
#67585F
(103,88,95)
#796C72
(121,108,114)
#8B8085
(139,128,133)
#9D9498
(157,148,152)
#AFA8AB
(175,168,171)
#C1BCBE
(193,188,190)
#D3D0D1
(211,208,209)
#E5E4E4
(229,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311C26; }

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

This text font color is #311C26.


Background Color

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

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

This div background color is #311C26.


Border color

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

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

This div border color is #311C26.


Opacity

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

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

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

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

This text has shadow with #311C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311C26 on black background.


Color preview on white background

This text has color #311C26 on white background.



Black color preview on #311C26 background

This text has black color on #311C26 background.


White color preview on #311C26 background

This text has white color on #311C26 background.