COLOR #321D11

HEX: #321D11 RGB: (50,29,17)

Color info

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

RGB color model

#321D11 color RGB value is (50,29,17).

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

RGB channels and saturation

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

50
29
17

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

Portions of RGB colors in percentages

R + G + B = 50 + 29 + 17 = 96 (100%)
R 50 of 96 ~ 52.08%
G 29 of 96 ~ 30.21%
B 17 of 96 ~ 17.71'%

%52.08
%30.21
%17.71

CMYK color model

#321D11 color CMYK value is (0,42,66,80).

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

CMYK: (0,42,66,80)
C0M42Y66K80 (0%, 42%, 66%, 80%)
(0.00 / 0.42 / 0.66 / 0.80)

CMYK percentages

%0
%42
%66
%80.39

Codes

Color #321D11 in popluar color models

32 1D 11
RGB 50 29 17
HSL 22° 49.25% 13.14%
HSB/HSV 22° 66.00% 19.61%
CMYK 0.00% 42.00% 66.00%
80.39%

Color #321D11 in popluar number systems.

HEX 32 1D 11
Decimal 50 29 17
Binary 110010 11101 10001
Octal 62 35 21

Shades and tints

Shades of #321D11

#321D11
(50,29,17)
#2E1B10
(46,27,16)
#2A190F
(42,25,15)
#26170E
(38,23,14)
#22150D
(34,21,13)
#1E130C
(30,19,12)
#1A110B
(26,17,11)
#160F0A
(22,15,10)
#120D09
(18,13,9)
#0E0B08
(14,11,8)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #321D11

#321D11
(50,29,17)
#443126
(68,49,38)
#56453B
(86,69,59)
#685950
(104,89,80)
#7A6D65
(122,109,101)
#8C817A
(140,129,122)
#9E958F
(158,149,143)
#B0A9A4
(176,169,164)
#C2BDB9
(194,189,185)
#D4D1CE
(212,209,206)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321D11; }

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

This text font color is #321D11.

Background Color

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

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

This div background color is #321D11.

Border color

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

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

This div border color is #321D11.

Opacity

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

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

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

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

This text has shadow with #321D11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321D11.

Preview

Color preview on black background

This text has color #321D11 on black background.


Color preview on white background

This text has color #321D11 on white background.


Black color preview on #321D11 background

This text has black color on #321D11 background.


White color preview on #321D11 background

This text has white color on #321D11 background.


Related colors

Complementary color

Complementary color for #hex is #CDE2EE.


I love getcolorcode.com

Triadic colors

1 #11321D and #1D1132 with #321D11 are triadic colors.

2 #111D32 and #1D3211 with #321D11 are triadic colors.