COLOR #321B28

HEX: #321B28
RGB: (50,27,40)

Color info

#321B28 contains red, green and blue colors in about the same proportion. Web safe color of #321B28 is #333333 (or #333).

RGB color model

#321B28 color RGB value is (50,27,40).

  • red value is 50;
  • green value is 27;
  • blue value is 40.
RGB:
(50,27,40)
(20%,11%,16%)

RGB channels and saturation

R 50 of 255 = 20%
G 27 of 255 = 11%
B 40 of 255 = 16%

50
27
40

R + G + B ~ 16%. #321B28 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 27 + 40 = 117 (100%)
R 50 of 117 ~ 42.74%
G 27 of 117 ~ 23.08%
B 40 of 117 ~ 34.19%

%42.74
%23.08
%34.19

CMYK color model

#321B28 color CMYK value is (0,46,20,80).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 20.00%
  • key color value is 80.39%
CMYK:
(0,46,20,80)
C0M46Y20K80 
(0%,46%,20%,80%)
(0.00/0.46/0.20/0.80)	

CMYK percentages

%0
%46
%20
%80.39

Codes

Color #321B28 in popluar color models

321B28
RGB502740
HSL326°29.87%15.10%
HSB/HSV326°46.00%19.61%
CMYK0.00%46.00%20.00%
80.39%

Color #321B28 in popluar number systems.

HEX321B28
Decimal502740
Binary11001011011101000
Octal623350

Shades and tints

Shades of #321B28

#321B28
(50,27,40)
#2E1925
(46,25,37)
#2A1722
(42,23,34)
#26151F
(38,21,31)
#22131C
(34,19,28)
#1E1119
(30,17,25)
#1A0F16
(26,15,22)
#160D13
(22,13,19)
#120B10
(18,11,16)
#0E090D
(14,9,13)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #321B28

#321B28
(50,27,40)
#442F3B
(68,47,59)
#56434E
(86,67,78)
#685761
(104,87,97)
#7A6B74
(122,107,116)
#8C7F87
(140,127,135)
#9E939A
(158,147,154)
#B0A7AD
(176,167,173)
#C2BBC0
(194,187,192)
#D4CFD3
(212,207,211)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321B28 color. Also use rgb(50,27,40) instead hex code.

Text Font Color

.myTextColor { color: #321B28; }

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

This text font color is #321B28.


Background Color

.myBgColor { background-color: #321B28; }

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

This div background color is #321B28.


Border color

.myBorderColor { border: 1px solid #321B28; }

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

This div border color is #321B28.


Opacity

.myOpacity80 { color: #321B28; opacity: 0.8; }

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

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

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

This text has shadow with #321B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321B28 on black background.


Color preview on white background

This text has color #321B28 on white background.



Black color preview on #321B28 background

This text has black color on #321B28 background.


White color preview on #321B28 background

This text has white color on #321B28 background.