COLOR #321519

HEX: #321519
RGB: (50,21,25)

Color info

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

RGB color model

#321519 color RGB value is (50,21,25).

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

RGB channels and saturation

R 50 of 255 = 20%
G 21 of 255 = 8%
B 25 of 255 = 10%

50
21
25

R + G + B ~ 13%. #321519 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 21 + 25 = 96 (100%)
R 50 of 96 ~ 52.08%
G 21 of 96 ~ 21.88%
B 25 of 96 ~ 26.04%

%52.08
%21.88
%26.04

CMYK color model

#321519 color CMYK value is (0,58,50,80).

  • cyan value is 0.00%
  • magenta value is 58.00%
  • yellow value is 50.00%
  • key color value is 80.39%
CMYK:
(0,58,50,80)
C0M58Y50K80 
(0%,58%,50%,80%)
(0.00/0.58/0.50/0.80)	

CMYK percentages

%0
%58
%50
%80.39

Codes

Color #321519 in popluar color models

321519
RGB502125
HSL352°40.85%13.92%
HSB/HSV352°58.00%19.61%
CMYK0.00%58.00%50.00%
80.39%

Color #321519 in popluar number systems.

HEX321519
Decimal502125
Binary1100101010111001
Octal622531

Shades and tints

Shades of #321519

#321519
(50,21,25)
#2E1417
(46,20,23)
#2A1315
(42,19,21)
#261213
(38,18,19)
#221111
(34,17,17)
#1E100F
(30,16,15)
#1A0F0D
(26,15,13)
#160E0B
(22,14,11)
#120D09
(18,13,9)
#0E0C07
(14,12,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #321519

#321519
(50,21,25)
#442A2D
(68,42,45)
#563F41
(86,63,65)
#685455
(104,84,85)
#7A6969
(122,105,105)
#8C7E7D
(140,126,125)
#9E9391
(158,147,145)
#B0A8A5
(176,168,165)
#C2BDB9
(194,189,185)
#D4D2CD
(212,210,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321519; }

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

This text font color is #321519.


Background Color

.myBgColor { background-color: #321519; }

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

This div background color is #321519.


Border color

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

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

This div border color is #321519.


Opacity

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

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

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

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

This text has shadow with #321519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321519 on black background.


Color preview on white background

This text has color #321519 on white background.



Black color preview on #321519 background

This text has black color on #321519 background.


White color preview on #321519 background

This text has white color on #321519 background.