COLOR #321E13

HEX: #321E13
RGB: (50,30,19)

Color info

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

RGB color model

#321E13 color RGB value is (50,30,19).

  • red value is 50;
  • green value is 30;
  • blue value is 19.
RGB:
(50,30,19)
(20%,12%,7%)

RGB channels and saturation

R 50 of 255 = 20%
G 30 of 255 = 12%
B 19 of 255 = 7%

50
30
19

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

Portions of RGB colors in percentages

R + G + B =
50 + 30 + 19 = 99 (100%)
R 50 of 99 ~ 50.51%
G 30 of 99 ~ 30.3%
B 19 of 99 ~ 19.19%

%50.51
%30.3
%19.19

CMYK color model

#321E13 color CMYK value is (0,40,62,80).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 62.00%
  • key color value is 80.39%
CMYK:
(0,40,62,80)
C0M40Y62K80 
(0%,40%,62%,80%)
(0.00/0.40/0.62/0.80)	

CMYK percentages

%0
%40
%62
%80.39

Codes

Color #321E13 in popluar color models

321E13
RGB503019
HSL21°44.93%13.53%
HSB/HSV21°62.00%19.61%
CMYK0.00%40.00%62.00%
80.39%

Color #321E13 in popluar number systems.

HEX321E13
Decimal503019
Binary1100101111010011
Octal623623

Shades and tints

Shades of #321E13

#321E13
(50,30,19)
#2E1C12
(46,28,18)
#2A1A11
(42,26,17)
#261810
(38,24,16)
#22160F
(34,22,15)
#1E140E
(30,20,14)
#1A120D
(26,18,13)
#16100C
(22,16,12)
#120E0B
(18,14,11)
#0E0C0A
(14,12,10)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #321E13

#321E13
(50,30,19)
#443228
(68,50,40)
#56463D
(86,70,61)
#685A52
(104,90,82)
#7A6E67
(122,110,103)
#8C827C
(140,130,124)
#9E9691
(158,150,145)
#B0AAA6
(176,170,166)
#C2BEBB
(194,190,187)
#D4D2D0
(212,210,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321E13; }

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

This text font color is #321E13.


Background Color

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

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

This div background color is #321E13.


Border color

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

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

This div border color is #321E13.


Opacity

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

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

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

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

This text has shadow with #321E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321E13 on black background.


Color preview on white background

This text has color #321E13 on white background.



Black color preview on #321E13 background

This text has black color on #321E13 background.


White color preview on #321E13 background

This text has white color on #321E13 background.