COLOR #311312

HEX: #311312
RGB: (49,19,18)

Color info

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

RGB color model

#311312 color RGB value is (49,19,18).

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

RGB channels and saturation

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

49
19
18

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

Portions of RGB colors in percentages

R + G + B =
49 + 19 + 18 = 86 (100%)
R 49 of 86 ~ 56.98%
G 19 of 86 ~ 22.09%
B 18 of 86 ~ 20.93%

%56.98
%22.09
%20.93

CMYK color model

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

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

CMYK percentages

%0
%61.22
%63.27
%80.78

Codes

Color #311312 in popluar color models

311312
RGB491918
HSL46.27%13.14%
HSB/HSV63.27%19.22%
CMYK0.00%61.22%63.27%
80.78%

Color #311312 in popluar number systems.

HEX311312
Decimal491918
Binary1100011001110010
Octal612322

Shades and tints

Shades of #311312

#311312
(49,19,18)
#2D1211
(45,18,17)
#291110
(41,17,16)
#25100F
(37,16,15)
#210F0E
(33,15,14)
#1D0E0D
(29,14,13)
#190D0C
(25,13,12)
#150C0B
(21,12,11)
#110B0A
(17,11,10)
#0D0A09
(13,10,9)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #311312

#311312
(49,19,18)
#432827
(67,40,39)
#553D3C
(85,61,60)
#675251
(103,82,81)
#796766
(121,103,102)
#8B7C7B
(139,124,123)
#9D9190
(157,145,144)
#AFA6A5
(175,166,165)
#C1BBBA
(193,187,186)
#D3D0CF
(211,208,207)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311312; }

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

This text font color is #311312.


Background Color

.myBgColor { background-color: #311312; }

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

This div background color is #311312.


Border color

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

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

This div border color is #311312.


Opacity

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

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

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

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

This text has shadow with #311312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311312 on black background.


Color preview on white background

This text has color #311312 on white background.



Black color preview on #311312 background

This text has black color on #311312 background.


White color preview on #311312 background

This text has white color on #311312 background.