COLOR #321015

HEX: #321015
RGB: (50,16,21)

Color info

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

RGB color model

#321015 color RGB value is (50,16,21).

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

RGB channels and saturation

R 50 of 255 = 20%
G 16 of 255 = 6%
B 21 of 255 = 8%

50
16
21

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

Portions of RGB colors in percentages

R + G + B =
50 + 16 + 21 = 87 (100%)
R 50 of 87 ~ 57.47%
G 16 of 87 ~ 18.39%
B 21 of 87 ~ 24.14%

%57.47
%18.39
%24.14

CMYK color model

#321015 color CMYK value is (0,68,58,80).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 58.00%
  • key color value is 80.39%
CMYK:
(0,68,58,80)
C0M68Y58K80 
(0%,68%,58%,80%)
(0.00/0.68/0.58/0.80)	

CMYK percentages

%0
%68
%58
%80.39

Codes

Color #321015 in popluar color models

321015
RGB501621
HSL351°51.52%12.94%
HSB/HSV351°68.00%19.61%
CMYK0.00%68.00%58.00%
80.39%

Color #321015 in popluar number systems.

HEX321015
Decimal501621
Binary1100101000010101
Octal622025

Shades and tints

Shades of #321015

#321015
(50,16,21)
#2E0F14
(46,15,20)
#2A0E13
(42,14,19)
#260D12
(38,13,18)
#220C11
(34,12,17)
#1E0B10
(30,11,16)
#1A0A0F
(26,10,15)
#16090E
(22,9,14)
#12080D
(18,8,13)
#0E070C
(14,7,12)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #321015

#321015
(50,16,21)
#44252A
(68,37,42)
#563A3F
(86,58,63)
#684F54
(104,79,84)
#7A6469
(122,100,105)
#8C797E
(140,121,126)
#9E8E93
(158,142,147)
#B0A3A8
(176,163,168)
#C2B8BD
(194,184,189)
#D4CDD2
(212,205,210)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321015; }

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

This text font color is #321015.


Background Color

.myBgColor { background-color: #321015; }

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

This div background color is #321015.


Border color

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

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

This div border color is #321015.


Opacity

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

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

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

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

This text has shadow with #321015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321015 on black background.


Color preview on white background

This text has color #321015 on white background.



Black color preview on #321015 background

This text has black color on #321015 background.


White color preview on #321015 background

This text has white color on #321015 background.