COLOR #313219

HEX: #313219 RGB: (49,50,25)

Color info

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

RGB color model

#313219 color RGB value is (49,50,25).

RGB: (49,50,25) (19%, 20%, 10%)

RGB channels and saturation

R 49 of 255 = 19%
G 50 of 255 = 20%
B 25 of 255 = 10%

49
50
25

R + G + B ~ 16%. #313219 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 50 + 25 = 124 (100%)
R 49 of 124 ~ 39.52%
G 50 of 124 ~ 40.32%
B 25 of 124 ~ 20.16'%

%39.52
%40.32
%20.16

CMYK color model

#313219 color CMYK value is (2,0,50,80).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 80.39%

CMYK: (2,0,50,80)
C2M0Y50K80 (2%, 0%, 50%, 80%)
(0.02 / 0.00 / 0.50 / 0.80)

CMYK percentages

%2
%0
%50
%80.39

Codes

Color #313219 in popluar color models

31 32 19
RGB 49 50 25
HSL 62° 33.33% 14.71%
HSB/HSV 62° 50.00% 19.61%
CMYK 2.00% 0.00% 50.00%
80.39%

Color #313219 in popluar number systems.

HEX 31 32 19
Decimal 49 50 25
Binary 110001 110010 11001
Octal 61 62 31

Shades and tints

Shades of #313219

#313219
(49,50,25)
#2D2E17
(45,46,23)
#292A15
(41,42,21)
#252613
(37,38,19)
#212211
(33,34,17)
#1D1E0F
(29,30,15)
#191A0D
(25,26,13)
#15160B
(21,22,11)
#111209
(17,18,9)
#0D0E07
(13,14,7)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #313219

#313219
(49,50,25)
#43442D
(67,68,45)
#555641
(85,86,65)
#676855
(103,104,85)
#797A69
(121,122,105)
#8B8C7D
(139,140,125)
#9D9E91
(157,158,145)
#AFB0A5
(175,176,165)
#C1C2B9
(193,194,185)
#D3D4CD
(211,212,205)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313219; }

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

This text font color is #313219.

Background Color

.myBgColor { background-color: #313219; }

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

This div background color is #313219.

Border color

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

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

This div border color is #313219.

Opacity

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

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

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

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

This text has shadow with #313219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313219.

Preview

Color preview on black background

This text has color #313219 on black background.


Color preview on white background

This text has color #313219 on white background.


Black color preview on #313219 background

This text has black color on #313219 background.


White color preview on #313219 background

This text has white color on #313219 background.


Related colors

Complementary color

Complementary color for #hex is #CECDE6.


I love getcolorcode.com

Triadic colors

1 #193132 and #321931 with #313219 are triadic colors.

2 #193231 and #323119 with #313219 are triadic colors.