COLOR #15321F

HEX: #15321F
RGB: (21,50,31)

Color info

#15321F contains red, green and blue colors in about the same proportion. Web safe color of #15321F is #003333 (or #033).

RGB color model

#15321F color RGB value is (21,50,31).

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

RGB channels and saturation

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

21
50
31

R + G + B ~ 13%. #15321F is dark color.

Portions of RGB colors in percentages

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

%20.59
%49.02
%30.39

CMYK color model

#15321F color CMYK value is (58,0,38,80).

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

CMYK percentages

%58
%0
%38
%80.39

Codes

Color #15321F in popluar color models

15321F
RGB215031
HSL141°40.85%13.92%
HSB/HSV141°58.00%19.61%
CMYK58.00%0.00%38.00%
80.39%

Color #15321F in popluar number systems.

HEX15321F
Decimal215031
Binary1010111001011111
Octal256237

Shades and tints

Shades of #15321F

#15321F
(21,50,31)
#142E1D
(20,46,29)
#132A1B
(19,42,27)
#122619
(18,38,25)
#112217
(17,34,23)
#101E15
(16,30,21)
#0F1A13
(15,26,19)
#0E1611
(14,22,17)
#0D120F
(13,18,15)
#0C0E0D
(12,14,13)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #15321F

#15321F
(21,50,31)
#2A4433
(42,68,51)
#3F5647
(63,86,71)
#54685B
(84,104,91)
#697A6F
(105,122,111)
#7E8C83
(126,140,131)
#939E97
(147,158,151)
#A8B0AB
(168,176,171)
#BDC2BF
(189,194,191)
#D2D4D3
(210,212,211)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15321F; }

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

This text font color is #15321F.


Background Color

.myBgColor { background-color: #15321F; }

<div style="background-color:#15321F">Inner text</div>

This div background color is #15321F.


Border color

.myBorderColor { border: 1px solid #15321F; }

<div style="border:3px solid #15321F">Div</div>

This div border color is #15321F.


Opacity

.myOpacity80 { color: #15321F; opacity: 0.8; }

<p style="color:#15321F;opacity:0.8;">80%</p>

Text with #15321F 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 #15321F;}

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

This text has shadow with #15321F color.

.textShadow {text-shadow: 3px 3px 1px #15321F, 3px 3px 1px red;}

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

This text has shadow with #15321F primary color and red secondary color.


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

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

This text has shadow with #15321F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15321F on black background.


Color preview on white background

This text has color #15321F on white background.



Black color preview on #15321F background

This text has black color on #15321F background.


White color preview on #15321F background

This text has white color on #15321F background.