COLOR #321717

HEX: #321717
RGB: (50,23,23)

Color info

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

RGB color model

#321717 color RGB value is (50,23,23).

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

RGB channels and saturation

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

50
23
23

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

Portions of RGB colors in percentages

R + G + B =
50 + 23 + 23 = 96 (100%)
R 50 of 96 ~ 52.08%
G 23 of 96 ~ 23.96%
B 23 of 96 ~ 23.96%

%52.08
%23.96
%23.96

CMYK color model

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

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

CMYK percentages

%0
%54
%54
%80.39

Codes

Color #321717 in popluar color models

321717
RGB502323
HSL36.99%14.31%
HSB/HSV54.00%19.61%
CMYK0.00%54.00%54.00%
80.39%

Color #321717 in popluar number systems.

HEX321717
Decimal502323
Binary1100101011110111
Octal622727

Shades and tints

Shades of #321717

#321717
(50,23,23)
#2E1515
(46,21,21)
#2A1313
(42,19,19)
#261111
(38,17,17)
#220F0F
(34,15,15)
#1E0D0D
(30,13,13)
#1A0B0B
(26,11,11)
#160909
(22,9,9)
#120707
(18,7,7)
#0E0505
(14,5,5)
#0A0303
(10,3,3)
#000000
(0,0,0)

Tints of #321717

#321717
(50,23,23)
#442C2C
(68,44,44)
#564141
(86,65,65)
#685656
(104,86,86)
#7A6B6B
(122,107,107)
#8C8080
(140,128,128)
#9E9595
(158,149,149)
#B0AAAA
(176,170,170)
#C2BFBF
(194,191,191)
#D4D4D4
(212,212,212)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321717; }

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

This text font color is #321717.


Background Color

.myBgColor { background-color: #321717; }

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

This div background color is #321717.


Border color

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

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

This div border color is #321717.


Opacity

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

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

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

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

This text has shadow with #321717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321717 on black background.


Color preview on white background

This text has color #321717 on white background.



Black color preview on #321717 background

This text has black color on #321717 background.


White color preview on #321717 background

This text has white color on #321717 background.