COLOR #311516

HEX: #311516
RGB: (49,21,22)

Color info

#311516 contains red, green and blue colors in about the same proportion. Web safe color of #311516 is #330000 (or #300).

RGB color model

#311516 color RGB value is (49,21,22).

  • red value is 49;
  • green value is 21;
  • blue value is 22.
RGB:
(49,21,22)
(19%,8%,9%)

RGB channels and saturation

R 49 of 255 = 19%
G 21 of 255 = 8%
B 22 of 255 = 9%

49
21
22

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

Portions of RGB colors in percentages

R + G + B =
49 + 21 + 22 = 92 (100%)
R 49 of 92 ~ 53.26%
G 21 of 92 ~ 22.83%
B 22 of 92 ~ 23.91%

%53.26
%22.83
%23.91

CMYK color model

#311516 color CMYK value is (0,57,55,81).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 55.10%
  • key color value is 80.78%
CMYK:
(0,57,55,81)
C0M57Y55K81 
(0%,57%,55%,81%)
(0.00/0.57/0.55/0.81)	

CMYK percentages

%0
%57.14
%55.1
%80.78

Codes

Color #311516 in popluar color models

311516
RGB492122
HSL358°40.00%13.73%
HSB/HSV358°57.14%19.22%
CMYK0.00%57.14%55.10%
80.78%

Color #311516 in popluar number systems.

HEX311516
Decimal492122
Binary1100011010110110
Octal612526

Shades and tints

Shades of #311516

#311516
(49,21,22)
#2D1414
(45,20,20)
#291312
(41,19,18)
#251210
(37,18,16)
#21110E
(33,17,14)
#1D100C
(29,16,12)
#190F0A
(25,15,10)
#150E08
(21,14,8)
#110D06
(17,13,6)
#0D0C04
(13,12,4)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #311516

#311516
(49,21,22)
#432A2B
(67,42,43)
#553F40
(85,63,64)
#675455
(103,84,85)
#79696A
(121,105,106)
#8B7E7F
(139,126,127)
#9D9394
(157,147,148)
#AFA8A9
(175,168,169)
#C1BDBE
(193,189,190)
#D3D2D3
(211,210,211)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311516 color. Also use rgb(49,21,22) instead hex code.

Text Font Color

.myTextColor { color: #311516; }

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

This text font color is #311516.


Background Color

.myBgColor { background-color: #311516; }

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

This div background color is #311516.


Border color

.myBorderColor { border: 1px solid #311516; }

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

This div border color is #311516.


Opacity

.myOpacity80 { color: #311516; opacity: 0.8; }

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

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

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

This text has shadow with #311516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311516 on black background.


Color preview on white background

This text has color #311516 on white background.



Black color preview on #311516 background

This text has black color on #311516 background.


White color preview on #311516 background

This text has white color on #311516 background.