COLOR #312119

HEX: #312119
RGB: (49,33,25)

Color info

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

RGB color model

#312119 color RGB value is (49,33,25).

  • red value is 49;
  • green value is 33;
  • blue value is 25.
RGB:
(49,33,25)
(19%,13%,10%)

RGB channels and saturation

R 49 of 255 = 19%
G 33 of 255 = 13%
B 25 of 255 = 10%

49
33
25

R + G + B ~ 14%. #312119 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 33 + 25 = 107 (100%)
R 49 of 107 ~ 45.79%
G 33 of 107 ~ 30.84%
B 25 of 107 ~ 23.36%

%45.79
%30.84
%23.36

CMYK color model

#312119 color CMYK value is (0,33,49,81).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 48.98%
  • key color value is 80.78%
CMYK:
(0,33,49,81)
C0M33Y49K81 
(0%,33%,49%,81%)
(0.00/0.33/0.49/0.81)	

CMYK percentages

%0
%32.65
%48.98
%80.78

Codes

Color #312119 in popluar color models

312119
RGB493325
HSL20°32.43%14.51%
HSB/HSV20°48.98%19.22%
CMYK0.00%32.65%48.98%
80.78%

Color #312119 in popluar number systems.

HEX312119
Decimal493325
Binary11000110000111001
Octal614131

Shades and tints

Shades of #312119

#312119
(49,33,25)
#2D1E17
(45,30,23)
#291B15
(41,27,21)
#251813
(37,24,19)
#211511
(33,21,17)
#1D120F
(29,18,15)
#190F0D
(25,15,13)
#150C0B
(21,12,11)
#110909
(17,9,9)
#0D0607
(13,6,7)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #312119

#312119
(49,33,25)
#43352D
(67,53,45)
#554941
(85,73,65)
#675D55
(103,93,85)
#797169
(121,113,105)
#8B857D
(139,133,125)
#9D9991
(157,153,145)
#AFADA5
(175,173,165)
#C1C1B9
(193,193,185)
#D3D5CD
(211,213,205)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312119; }

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

This text font color is #312119.


Background Color

.myBgColor { background-color: #312119; }

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

This div background color is #312119.


Border color

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

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

This div border color is #312119.


Opacity

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

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

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

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

This text has shadow with #312119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312119 on black background.


Color preview on white background

This text has color #312119 on white background.



Black color preview on #312119 background

This text has black color on #312119 background.


White color preview on #312119 background

This text has white color on #312119 background.