COLOR #311313

HEX: #311313
RGB: (49,19,19)

Color info

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

RGB color model

#311313 color RGB value is (49,19,19).

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

RGB channels and saturation

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

49
19
19

R + G + B ~ 11%. #311313 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 19 + 19 = 87 (100%)
R 49 of 87 ~ 56.32%
G 19 of 87 ~ 21.84%
B 19 of 87 ~ 21.84%

%56.32
%21.84
%21.84

CMYK color model

#311313 color CMYK value is (0,61,61,81).

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

CMYK percentages

%0
%61.22
%61.22
%80.78

Codes

Color #311313 in popluar color models

311313
RGB491919
HSL44.12%13.33%
HSB/HSV61.22%19.22%
CMYK0.00%61.22%61.22%
80.78%

Color #311313 in popluar number systems.

HEX311313
Decimal491919
Binary1100011001110011
Octal612323

Shades and tints

Shades of #311313

#311313
(49,19,19)
#2D1212
(45,18,18)
#291111
(41,17,17)
#251010
(37,16,16)
#210F0F
(33,15,15)
#1D0E0E
(29,14,14)
#190D0D
(25,13,13)
#150C0C
(21,12,12)
#110B0B
(17,11,11)
#0D0A0A
(13,10,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #311313

#311313
(49,19,19)
#432828
(67,40,40)
#553D3D
(85,61,61)
#675252
(103,82,82)
#796767
(121,103,103)
#8B7C7C
(139,124,124)
#9D9191
(157,145,145)
#AFA6A6
(175,166,166)
#C1BBBB
(193,187,187)
#D3D0D0
(211,208,208)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311313; }

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

This text font color is #311313.


Background Color

.myBgColor { background-color: #311313; }

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

This div background color is #311313.


Border color

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

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

This div border color is #311313.


Opacity

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

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

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

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

This text has shadow with #311313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311313 on black background.


Color preview on white background

This text has color #311313 on white background.



Black color preview on #311313 background

This text has black color on #311313 background.


White color preview on #311313 background

This text has white color on #311313 background.