COLOR #313224

HEX: #313224
RGB: (49,50,36)

Color info

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

RGB color model

#313224 color RGB value is (49,50,36).

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

RGB channels and saturation

R 49 of 255 = 19%
G 50 of 255 = 20%
B 36 of 255 = 14%

49
50
36

R + G + B ~ 18%. #313224 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 50 + 36 = 135 (100%)
R 49 of 135 ~ 36.3%
G 50 of 135 ~ 37.04%
B 36 of 135 ~ 26.67%

%36.3
%37.04
%26.67

CMYK color model

#313224 color CMYK value is (2,0,28,80).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 80.39%
CMYK:
(2,0,28,80)
C2M0Y28K80 
(2%,0%,28%,80%)
(0.02/0.00/0.28/0.80)	

CMYK percentages

%2
%0
%28
%80.39

Codes

Color #313224 in popluar color models

313224
RGB495036
HSL64°16.28%16.86%
HSB/HSV64°28.00%19.61%
CMYK2.00%0.00%28.00%
80.39%

Color #313224 in popluar number systems.

HEX313224
Decimal495036
Binary110001110010100100
Octal616244

Shades and tints

Shades of #313224

#313224
(49,50,36)
#2D2E21
(45,46,33)
#292A1E
(41,42,30)
#25261B
(37,38,27)
#212218
(33,34,24)
#1D1E15
(29,30,21)
#191A12
(25,26,18)
#15160F
(21,22,15)
#11120C
(17,18,12)
#0D0E09
(13,14,9)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #313224

#313224
(49,50,36)
#434437
(67,68,55)
#55564A
(85,86,74)
#67685D
(103,104,93)
#797A70
(121,122,112)
#8B8C83
(139,140,131)
#9D9E96
(157,158,150)
#AFB0A9
(175,176,169)
#C1C2BC
(193,194,188)
#D3D4CF
(211,212,207)
#E5E6E2
(229,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313224; }

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

This text font color is #313224.


Background Color

.myBgColor { background-color: #313224; }

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

This div background color is #313224.


Border color

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

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

This div border color is #313224.


Opacity

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

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

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

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

This text has shadow with #313224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313224 on black background.


Color preview on white background

This text has color #313224 on white background.



Black color preview on #313224 background

This text has black color on #313224 background.


White color preview on #313224 background

This text has white color on #313224 background.