COLOR #321C11

HEX: #321C11 RGB: (50,28,17)

Color info

#321C11 contains red, green and blue colors in about the same proportion. Web safe color of #321C11 is #333300 (or #330).

RGB color model

#321C11 color RGB value is (50,28,17).

RGB: (50,28,17) (20%, 11%, 7%)

RGB channels and saturation

R 50 of 255 = 20%
G 28 of 255 = 11%
B 17 of 255 = 7%

50
28
17

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

Portions of RGB colors in percentages

R + G + B = 50 + 28 + 17 = 95 (100%)
R 50 of 95 ~ 52.63%
G 28 of 95 ~ 29.47%
B 17 of 95 ~ 17.89'%

%52.63
%29.47
%17.89

CMYK color model

#321C11 color CMYK value is (0,44,66,80).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 66.00%
  • key color value is 80.39%

CMYK: (0,44,66,80)
C0M44Y66K80 (0%, 44%, 66%, 80%)
(0.00 / 0.44 / 0.66 / 0.80)

CMYK percentages

%0
%44
%66
%80.39

Codes

Color #321C11 in popluar color models

32 1C 11
RGB 50 28 17
HSL 20° 49.25% 13.14%
HSB/HSV 20° 66.00% 19.61%
CMYK 0.00% 44.00% 66.00%
80.39%

Color #321C11 in popluar number systems.

HEX 32 1C 11
Decimal 50 28 17
Binary 110010 11100 10001
Octal 62 34 21

Shades and tints

Shades of #321C11

#321C11
(50,28,17)
#2E1A10
(46,26,16)
#2A180F
(42,24,15)
#26160E
(38,22,14)
#22140D
(34,20,13)
#1E120C
(30,18,12)
#1A100B
(26,16,11)
#160E0A
(22,14,10)
#120C09
(18,12,9)
#0E0A08
(14,10,8)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #321C11

#321C11
(50,28,17)
#443026
(68,48,38)
#56443B
(86,68,59)
#685850
(104,88,80)
#7A6C65
(122,108,101)
#8C807A
(140,128,122)
#9E948F
(158,148,143)
#B0A8A4
(176,168,164)
#C2BCB9
(194,188,185)
#D4D0CE
(212,208,206)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321C11 color. Also use rgb(50,28,17) instead hex code.

Text Font Color

.myTextColor { color: #321C11; }

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

This text font color is #321C11.

Background Color

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

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

This div background color is #321C11.

Border color

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

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

This div border color is #321C11.

Opacity

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

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

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

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

This text has shadow with #321C11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321C11.

Preview

Color preview on black background

This text has color #321C11 on black background.


Color preview on white background

This text has color #321C11 on white background.


Black color preview on #321C11 background

This text has black color on #321C11 background.


White color preview on #321C11 background

This text has white color on #321C11 background.


Related colors

Complementary color

Complementary color for #hex is #CDE3EE.


I love getcolorcode.com

Triadic colors

1 #11321C and #1C1132 with #321C11 are triadic colors.

2 #111C32 and #1C3211 with #321C11 are triadic colors.