COLOR #311D13

HEX: #311D13
RGB: (49,29,19)

Color info

#311D13 contains red, green and blue colors in about the same proportion. Web safe color of #311D13 is #333300 (or #330).

RGB color model

#311D13 color RGB value is (49,29,19).

  • red value is 49;
  • green value is 29;
  • blue value is 19.
RGB:
(49,29,19)
(19%,11%,7%)

RGB channels and saturation

R 49 of 255 = 19%
G 29 of 255 = 11%
B 19 of 255 = 7%

49
29
19

R + G + B ~ 12%. #311D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 29 + 19 = 97 (100%)
R 49 of 97 ~ 50.52%
G 29 of 97 ~ 29.9%
B 19 of 97 ~ 19.59%

%50.52
%29.9
%19.59

CMYK color model

#311D13 color CMYK value is (0,41,61,81).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 61.22%
  • key color value is 80.78%
CMYK:
(0,41,61,81)
C0M41Y61K81 
(0%,41%,61%,81%)
(0.00/0.41/0.61/0.81)	

CMYK percentages

%0
%40.82
%61.22
%80.78

Codes

Color #311D13 in popluar color models

311D13
RGB492919
HSL20°44.12%13.33%
HSB/HSV20°61.22%19.22%
CMYK0.00%40.82%61.22%
80.78%

Color #311D13 in popluar number systems.

HEX311D13
Decimal492919
Binary1100011110110011
Octal613523

Shades and tints

Shades of #311D13

#311D13
(49,29,19)
#2D1B12
(45,27,18)
#291911
(41,25,17)
#251710
(37,23,16)
#21150F
(33,21,15)
#1D130E
(29,19,14)
#19110D
(25,17,13)
#150F0C
(21,15,12)
#110D0B
(17,13,11)
#0D0B0A
(13,11,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #311D13

#311D13
(49,29,19)
#433128
(67,49,40)
#55453D
(85,69,61)
#675952
(103,89,82)
#796D67
(121,109,103)
#8B817C
(139,129,124)
#9D9591
(157,149,145)
#AFA9A6
(175,169,166)
#C1BDBB
(193,189,187)
#D3D1D0
(211,209,208)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311D13 color. Also use rgb(49,29,19) instead hex code.

Text Font Color

.myTextColor { color: #311D13; }

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

This text font color is #311D13.


Background Color

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

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

This div background color is #311D13.


Border color

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

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

This div border color is #311D13.


Opacity

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

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

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

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

This text has shadow with #311D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311D13 on black background.


Color preview on white background

This text has color #311D13 on white background.



Black color preview on #311D13 background

This text has black color on #311D13 background.


White color preview on #311D13 background

This text has white color on #311D13 background.