COLOR #321718

HEX: #321718
RGB: (50,23,24)

Color info

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

RGB color model

#321718 color RGB value is (50,23,24).

  • red value is 50;
  • green value is 23;
  • blue value is 24.
RGB:
(50,23,24)
(20%,9%,9%)

RGB channels and saturation

R 50 of 255 = 20%
G 23 of 255 = 9%
B 24 of 255 = 9%

50
23
24

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

Portions of RGB colors in percentages

R + G + B =
50 + 23 + 24 = 97 (100%)
R 50 of 97 ~ 51.55%
G 23 of 97 ~ 23.71%
B 24 of 97 ~ 24.74%

%51.55
%23.71
%24.74

CMYK color model

#321718 color CMYK value is (0,54,52,80).

  • cyan value is 0.00%
  • magenta value is 54.00%
  • yellow value is 52.00%
  • key color value is 80.39%
CMYK:
(0,54,52,80)
C0M54Y52K80 
(0%,54%,52%,80%)
(0.00/0.54/0.52/0.80)	

CMYK percentages

%0
%54
%52
%80.39

Codes

Color #321718 in popluar color models

321718
RGB502324
HSL358°36.99%14.31%
HSB/HSV358°54.00%19.61%
CMYK0.00%54.00%52.00%
80.39%

Color #321718 in popluar number systems.

HEX321718
Decimal502324
Binary1100101011111000
Octal622730

Shades and tints

Shades of #321718

#321718
(50,23,24)
#2E1516
(46,21,22)
#2A1314
(42,19,20)
#261112
(38,17,18)
#220F10
(34,15,16)
#1E0D0E
(30,13,14)
#1A0B0C
(26,11,12)
#16090A
(22,9,10)
#120708
(18,7,8)
#0E0506
(14,5,6)
#0A0304
(10,3,4)
#000000
(0,0,0)

Tints of #321718

#321718
(50,23,24)
#442C2D
(68,44,45)
#564142
(86,65,66)
#685657
(104,86,87)
#7A6B6C
(122,107,108)
#8C8081
(140,128,129)
#9E9596
(158,149,150)
#B0AAAB
(176,170,171)
#C2BFC0
(194,191,192)
#D4D4D5
(212,212,213)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321718; }

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

This text font color is #321718.


Background Color

.myBgColor { background-color: #321718; }

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

This div background color is #321718.


Border color

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

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

This div border color is #321718.


Opacity

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

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

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

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

This text has shadow with #321718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321718 on black background.


Color preview on white background

This text has color #321718 on white background.



Black color preview on #321718 background

This text has black color on #321718 background.


White color preview on #321718 background

This text has white color on #321718 background.