COLOR #321B13

HEX: #321B13 RGB: (50,27,19)

Color info

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

RGB color model

#321B13 color RGB value is (50,27,19).

RGB: (50,27,19) (20%, 11%, 7%)

RGB channels and saturation

R 50 of 255 = 20%
G 27 of 255 = 11%
B 19 of 255 = 7%

50
27
19

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

Portions of RGB colors in percentages

R + G + B = 50 + 27 + 19 = 96 (100%)
R 50 of 96 ~ 52.08%
G 27 of 96 ~ 28.13%
B 19 of 96 ~ 19.79'%

%52.08
%28.13
%19.79

CMYK color model

#321B13 color CMYK value is (0,46,62,80).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 62.00%
  • key color value is 80.39%

CMYK: (0,46,62,80)
C0M46Y62K80 (0%, 46%, 62%, 80%)
(0.00 / 0.46 / 0.62 / 0.80)

CMYK percentages

%0
%46
%62
%80.39

Codes

Color #321B13 in popluar color models

32 1B 13
RGB 50 27 19
HSL 15° 44.93% 13.53%
HSB/HSV 15° 62.00% 19.61%
CMYK 0.00% 46.00% 62.00%
80.39%

Color #321B13 in popluar number systems.

HEX 32 1B 13
Decimal 50 27 19
Binary 110010 11011 10011
Octal 62 33 23

Shades and tints

Shades of #321B13

#321B13
(50,27,19)
#2E1912
(46,25,18)
#2A1711
(42,23,17)
#261510
(38,21,16)
#22130F
(34,19,15)
#1E110E
(30,17,14)
#1A0F0D
(26,15,13)
#160D0C
(22,13,12)
#120B0B
(18,11,11)
#0E090A
(14,9,10)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #321B13

#321B13
(50,27,19)
#442F28
(68,47,40)
#56433D
(86,67,61)
#685752
(104,87,82)
#7A6B67
(122,107,103)
#8C7F7C
(140,127,124)
#9E9391
(158,147,145)
#B0A7A6
(176,167,166)
#C2BBBB
(194,187,187)
#D4CFD0
(212,207,208)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321B13; }

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

This text font color is #321B13.

Background Color

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

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

This div background color is #321B13.

Border color

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

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

This div border color is #321B13.

Opacity

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

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

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

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

This text has shadow with #321B13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321B13.

Preview

Color preview on black background

This text has color #321B13 on black background.


Color preview on white background

This text has color #321B13 on white background.


Black color preview on #321B13 background

This text has black color on #321B13 background.


White color preview on #321B13 background

This text has white color on #321B13 background.


Related colors

Complementary color

Complementary color for #hex is #CDE4EC.


I love getcolorcode.com

Triadic colors

1 #13321B and #1B1332 with #321B13 are triadic colors.

2 #131B32 and #1B3213 with #321B13 are triadic colors.