COLOR #321819

HEX: #321819 RGB: (50,24,25)

Color info

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

RGB color model

#321819 color RGB value is (50,24,25).

RGB: (50,24,25) (20%, 9%, 10%)

RGB channels and saturation

R 50 of 255 = 20%
G 24 of 255 = 9%
B 25 of 255 = 10%

50
24
25

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

Portions of RGB colors in percentages

R + G + B = 50 + 24 + 25 = 99 (100%)
R 50 of 99 ~ 50.51%
G 24 of 99 ~ 24.24%
B 25 of 99 ~ 25.25'%

%50.51
%24.24
%25.25

CMYK color model

#321819 color CMYK value is (0,52,50,80).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 50.00%
  • key color value is 80.39%

CMYK: (0,52,50,80)
C0M52Y50K80 (0%, 52%, 50%, 80%)
(0.00 / 0.52 / 0.50 / 0.80)

CMYK percentages

%0
%52
%50
%80.39

Codes

Color #321819 in popluar color models

32 18 19
RGB 50 24 25
HSL 358° 35.14% 14.51%
HSB/HSV 358° 52.00% 19.61%
CMYK 0.00% 52.00% 50.00%
80.39%

Color #321819 in popluar number systems.

HEX 32 18 19
Decimal 50 24 25
Binary 110010 11000 11001
Octal 62 30 31

Shades and tints

Shades of #321819

#321819
(50,24,25)
#2E1617
(46,22,23)
#2A1415
(42,20,21)
#261213
(38,18,19)
#221011
(34,16,17)
#1E0E0F
(30,14,15)
#1A0C0D
(26,12,13)
#160A0B
(22,10,11)
#120809
(18,8,9)
#0E0607
(14,6,7)
#0A0405
(10,4,5)
#000000
(0,0,0)

Tints of #321819

#321819
(50,24,25)
#442D2D
(68,45,45)
#564241
(86,66,65)
#685755
(104,87,85)
#7A6C69
(122,108,105)
#8C817D
(140,129,125)
#9E9691
(158,150,145)
#B0ABA5
(176,171,165)
#C2C0B9
(194,192,185)
#D4D5CD
(212,213,205)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321819; }

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

This text font color is #321819.

Background Color

.myBgColor { background-color: #321819; }

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

This div background color is #321819.

Border color

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

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

This div border color is #321819.

Opacity

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

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

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

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

This text has shadow with #321819 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321819.

Preview

Color preview on black background

This text has color #321819 on black background.


Color preview on white background

This text has color #321819 on white background.


Black color preview on #321819 background

This text has black color on #321819 background.


White color preview on #321819 background

This text has white color on #321819 background.


Related colors

Complementary color

Complementary color for #hex is #CDE7E6.


I love getcolorcode.com

Triadic colors

1 #193218 and #181932 with #321819 are triadic colors.

2 #191832 and #183219 with #321819 are triadic colors.