COLOR #321011

HEX: #321011
RGB: (50,16,17)

Color info

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

RGB color model

#321011 color RGB value is (50,16,17).

  • red value is 50;
  • green value is 16;
  • blue value is 17.
RGB:
(50,16,17)
(20%,6%,7%)

RGB channels and saturation

R 50 of 255 = 20%
G 16 of 255 = 6%
B 17 of 255 = 7%

50
16
17

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

Portions of RGB colors in percentages

R + G + B =
50 + 16 + 17 = 83 (100%)
R 50 of 83 ~ 60.24%
G 16 of 83 ~ 19.28%
B 17 of 83 ~ 20.48%

%60.24
%19.28
%20.48

CMYK color model

#321011 color CMYK value is (0,68,66,80).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 66.00%
  • key color value is 80.39%
CMYK:
(0,68,66,80)
C0M68Y66K80 
(0%,68%,66%,80%)
(0.00/0.68/0.66/0.80)	

CMYK percentages

%0
%68
%66
%80.39

Codes

Color #321011 in popluar color models

321011
RGB501617
HSL358°51.52%12.94%
HSB/HSV358°68.00%19.61%
CMYK0.00%68.00%66.00%
80.39%

Color #321011 in popluar number systems.

HEX321011
Decimal501617
Binary1100101000010001
Octal622021

Shades and tints

Shades of #321011

#321011
(50,16,17)
#2E0F10
(46,15,16)
#2A0E0F
(42,14,15)
#260D0E
(38,13,14)
#220C0D
(34,12,13)
#1E0B0C
(30,11,12)
#1A0A0B
(26,10,11)
#16090A
(22,9,10)
#120809
(18,8,9)
#0E0708
(14,7,8)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #321011

#321011
(50,16,17)
#442526
(68,37,38)
#563A3B
(86,58,59)
#684F50
(104,79,80)
#7A6465
(122,100,101)
#8C797A
(140,121,122)
#9E8E8F
(158,142,143)
#B0A3A4
(176,163,164)
#C2B8B9
(194,184,185)
#D4CDCE
(212,205,206)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321011 color. Also use rgb(50,16,17) instead hex code.

Text Font Color

.myTextColor { color: #321011; }

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

This text font color is #321011.


Background Color

.myBgColor { background-color: #321011; }

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

This div background color is #321011.


Border color

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

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

This div border color is #321011.


Opacity

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

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

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

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

This text has shadow with #321011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321011 on black background.


Color preview on white background

This text has color #321011 on white background.



Black color preview on #321011 background

This text has black color on #321011 background.


White color preview on #321011 background

This text has white color on #321011 background.