COLOR #321312

HEX: #321312
RGB: (50,19,18)

Color info

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

RGB color model

#321312 color RGB value is (50,19,18).

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

RGB channels and saturation

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

50
19
18

R + G + B ~ 11%. #321312 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 19 + 18 = 87 (100%)
R 50 of 87 ~ 57.47%
G 19 of 87 ~ 21.84%
B 18 of 87 ~ 20.69%

%57.47
%21.84
%20.69

CMYK color model

#321312 color CMYK value is (0,62,64,80).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 64.00%
  • key color value is 80.39%
CMYK:
(0,62,64,80)
C0M62Y64K80 
(0%,62%,64%,80%)
(0.00/0.62/0.64/0.80)	

CMYK percentages

%0
%62
%64
%80.39

Codes

Color #321312 in popluar color models

321312
RGB501918
HSL47.06%13.33%
HSB/HSV64.00%19.61%
CMYK0.00%62.00%64.00%
80.39%

Color #321312 in popluar number systems.

HEX321312
Decimal501918
Binary1100101001110010
Octal622322

Shades and tints

Shades of #321312

#321312
(50,19,18)
#2E1211
(46,18,17)
#2A1110
(42,17,16)
#26100F
(38,16,15)
#220F0E
(34,15,14)
#1E0E0D
(30,14,13)
#1A0D0C
(26,13,12)
#160C0B
(22,12,11)
#120B0A
(18,11,10)
#0E0A09
(14,10,9)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #321312

#321312
(50,19,18)
#442827
(68,40,39)
#563D3C
(86,61,60)
#685251
(104,82,81)
#7A6766
(122,103,102)
#8C7C7B
(140,124,123)
#9E9190
(158,145,144)
#B0A6A5
(176,166,165)
#C2BBBA
(194,187,186)
#D4D0CF
(212,208,207)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321312; }

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

This text font color is #321312.


Background Color

.myBgColor { background-color: #321312; }

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

This div background color is #321312.


Border color

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

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

This div border color is #321312.


Opacity

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

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

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

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

This text has shadow with #321312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321312 on black background.


Color preview on white background

This text has color #321312 on white background.



Black color preview on #321312 background

This text has black color on #321312 background.


White color preview on #321312 background

This text has white color on #321312 background.