COLOR #321317

HEX: #321317
RGB: (50,19,23)

Color info

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

RGB color model

#321317 color RGB value is (50,19,23).

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

RGB channels and saturation

R 50 of 255 = 20%
G 19 of 255 = 7%
B 23 of 255 = 9%

50
19
23

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

Portions of RGB colors in percentages

R + G + B =
50 + 19 + 23 = 92 (100%)
R 50 of 92 ~ 54.35%
G 19 of 92 ~ 20.65%
B 23 of 92 ~ 25%

%54.35
%20.65
%25

CMYK color model

#321317 color CMYK value is (0,62,54,80).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 54.00%
  • key color value is 80.39%
CMYK:
(0,62,54,80)
C0M62Y54K80 
(0%,62%,54%,80%)
(0.00/0.62/0.54/0.80)	

CMYK percentages

%0
%62
%54
%80.39

Codes

Color #321317 in popluar color models

321317
RGB501923
HSL352°44.93%13.53%
HSB/HSV352°62.00%19.61%
CMYK0.00%62.00%54.00%
80.39%

Color #321317 in popluar number systems.

HEX321317
Decimal501923
Binary1100101001110111
Octal622327

Shades and tints

Shades of #321317

#321317
(50,19,23)
#2E1215
(46,18,21)
#2A1113
(42,17,19)
#261011
(38,16,17)
#220F0F
(34,15,15)
#1E0E0D
(30,14,13)
#1A0D0B
(26,13,11)
#160C09
(22,12,9)
#120B07
(18,11,7)
#0E0A05
(14,10,5)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #321317

#321317
(50,19,23)
#44282C
(68,40,44)
#563D41
(86,61,65)
#685256
(104,82,86)
#7A676B
(122,103,107)
#8C7C80
(140,124,128)
#9E9195
(158,145,149)
#B0A6AA
(176,166,170)
#C2BBBF
(194,187,191)
#D4D0D4
(212,208,212)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321317; }

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

This text font color is #321317.


Background Color

.myBgColor { background-color: #321317; }

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

This div background color is #321317.


Border color

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

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

This div border color is #321317.


Opacity

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

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

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

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

This text has shadow with #321317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321317 on black background.


Color preview on white background

This text has color #321317 on white background.



Black color preview on #321317 background

This text has black color on #321317 background.


White color preview on #321317 background

This text has white color on #321317 background.