COLOR #312224

HEX: #312224
RGB: (49,34,36)

Color info

#312224 contains red, green and blue colors in about the same proportion. Web safe color of #312224 is #333333 (or #333).

RGB color model

#312224 color RGB value is (49,34,36).

  • red value is 49;
  • green value is 34;
  • blue value is 36.
RGB:
(49,34,36)
(19%,13%,14%)

RGB channels and saturation

R 49 of 255 = 19%
G 34 of 255 = 13%
B 36 of 255 = 14%

49
34
36

R + G + B ~ 15%. #312224 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 34 + 36 = 119 (100%)
R 49 of 119 ~ 41.18%
G 34 of 119 ~ 28.57%
B 36 of 119 ~ 30.25%

%41.18
%28.57
%30.25

CMYK color model

#312224 color CMYK value is (0,31,27,81).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 26.53%
  • key color value is 80.78%
CMYK:
(0,31,27,81)
C0M31Y27K81 
(0%,31%,27%,81%)
(0.00/0.31/0.27/0.81)	

CMYK percentages

%0
%30.61
%26.53
%80.78

Codes

Color #312224 in popluar color models

312224
RGB493436
HSL352°18.07%16.27%
HSB/HSV352°30.61%19.22%
CMYK0.00%30.61%26.53%
80.78%

Color #312224 in popluar number systems.

HEX312224
Decimal493436
Binary110001100010100100
Octal614244

Shades and tints

Shades of #312224

#312224
(49,34,36)
#2D1F21
(45,31,33)
#291C1E
(41,28,30)
#25191B
(37,25,27)
#211618
(33,22,24)
#1D1315
(29,19,21)
#191012
(25,16,18)
#150D0F
(21,13,15)
#110A0C
(17,10,12)
#0D0709
(13,7,9)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #312224

#312224
(49,34,36)
#433637
(67,54,55)
#554A4A
(85,74,74)
#675E5D
(103,94,93)
#797270
(121,114,112)
#8B8683
(139,134,131)
#9D9A96
(157,154,150)
#AFAEA9
(175,174,169)
#C1C2BC
(193,194,188)
#D3D6CF
(211,214,207)
#E5EAE2
(229,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312224; }

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

This text font color is #312224.


Background Color

.myBgColor { background-color: #312224; }

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

This div background color is #312224.


Border color

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

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

This div border color is #312224.


Opacity

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

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

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

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

This text has shadow with #312224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312224 on black background.


Color preview on white background

This text has color #312224 on white background.



Black color preview on #312224 background

This text has black color on #312224 background.


White color preview on #312224 background

This text has white color on #312224 background.