COLOR #321F15

HEX: #321F15
RGB: (50,31,21)

Color info

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

RGB color model

#321F15 color RGB value is (50,31,21).

  • red value is 50;
  • green value is 31;
  • blue value is 21.
RGB:
(50,31,21)
(20%,12%,8%)

RGB channels and saturation

R 50 of 255 = 20%
G 31 of 255 = 12%
B 21 of 255 = 8%

50
31
21

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

Portions of RGB colors in percentages

R + G + B =
50 + 31 + 21 = 102 (100%)
R 50 of 102 ~ 49.02%
G 31 of 102 ~ 30.39%
B 21 of 102 ~ 20.59%

%49.02
%30.39
%20.59

CMYK color model

#321F15 color CMYK value is (0,38,58,80).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 58.00%
  • key color value is 80.39%
CMYK:
(0,38,58,80)
C0M38Y58K80 
(0%,38%,58%,80%)
(0.00/0.38/0.58/0.80)	

CMYK percentages

%0
%38
%58
%80.39

Codes

Color #321F15 in popluar color models

321F15
RGB503121
HSL21°40.85%13.92%
HSB/HSV21°58.00%19.61%
CMYK0.00%38.00%58.00%
80.39%

Color #321F15 in popluar number systems.

HEX321F15
Decimal503121
Binary1100101111110101
Octal623725

Shades and tints

Shades of #321F15

#321F15
(50,31,21)
#2E1D14
(46,29,20)
#2A1B13
(42,27,19)
#261912
(38,25,18)
#221711
(34,23,17)
#1E1510
(30,21,16)
#1A130F
(26,19,15)
#16110E
(22,17,14)
#120F0D
(18,15,13)
#0E0D0C
(14,13,12)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #321F15

#321F15
(50,31,21)
#44332A
(68,51,42)
#56473F
(86,71,63)
#685B54
(104,91,84)
#7A6F69
(122,111,105)
#8C837E
(140,131,126)
#9E9793
(158,151,147)
#B0ABA8
(176,171,168)
#C2BFBD
(194,191,189)
#D4D3D2
(212,211,210)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321F15 color. Also use rgb(50,31,21) instead hex code.

Text Font Color

.myTextColor { color: #321F15; }

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

This text font color is #321F15.


Background Color

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

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

This div background color is #321F15.


Border color

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

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

This div border color is #321F15.


Opacity

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

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

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

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

This text has shadow with #321F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321F15 on black background.


Color preview on white background

This text has color #321F15 on white background.



Black color preview on #321F15 background

This text has black color on #321F15 background.


White color preview on #321F15 background

This text has white color on #321F15 background.