COLOR #321314

HEX: #321314
RGB: (50,19,20)

Color info

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

RGB color model

#321314 color RGB value is (50,19,20).

  • red value is 50;
  • green value is 19;
  • blue value is 20.
RGB:
(50,19,20)
(20%,7%,8%)

RGB channels and saturation

R 50 of 255 = 20%
G 19 of 255 = 7%
B 20 of 255 = 8%

50
19
20

R + G + B ~ 12%. #321314 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 19 + 20 = 89 (100%)
R 50 of 89 ~ 56.18%
G 19 of 89 ~ 21.35%
B 20 of 89 ~ 22.47%

%56.18
%21.35
%22.47

CMYK color model

#321314 color CMYK value is (0,62,60,80).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 60.00%
  • key color value is 80.39%
CMYK:
(0,62,60,80)
C0M62Y60K80 
(0%,62%,60%,80%)
(0.00/0.62/0.60/0.80)	

CMYK percentages

%0
%62
%60
%80.39

Codes

Color #321314 in popluar color models

321314
RGB501920
HSL358°44.93%13.53%
HSB/HSV358°62.00%19.61%
CMYK0.00%62.00%60.00%
80.39%

Color #321314 in popluar number systems.

HEX321314
Decimal501920
Binary1100101001110100
Octal622324

Shades and tints

Shades of #321314

#321314
(50,19,20)
#2E1213
(46,18,19)
#2A1112
(42,17,18)
#261011
(38,16,17)
#220F10
(34,15,16)
#1E0E0F
(30,14,15)
#1A0D0E
(26,13,14)
#160C0D
(22,12,13)
#120B0C
(18,11,12)
#0E0A0B
(14,10,11)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #321314

#321314
(50,19,20)
#442829
(68,40,41)
#563D3E
(86,61,62)
#685253
(104,82,83)
#7A6768
(122,103,104)
#8C7C7D
(140,124,125)
#9E9192
(158,145,146)
#B0A6A7
(176,166,167)
#C2BBBC
(194,187,188)
#D4D0D1
(212,208,209)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321314 color. Also use rgb(50,19,20) instead hex code.

Text Font Color

.myTextColor { color: #321314; }

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

This text font color is #321314.


Background Color

.myBgColor { background-color: #321314; }

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

This div background color is #321314.


Border color

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

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

This div border color is #321314.


Opacity

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

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

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

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

This text has shadow with #321314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321314 on black background.


Color preview on white background

This text has color #321314 on white background.



Black color preview on #321314 background

This text has black color on #321314 background.


White color preview on #321314 background

This text has white color on #321314 background.