COLOR #15321D

HEX: #15321D
RGB: (21,50,29)

Color info

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

RGB color model

#15321D color RGB value is (21,50,29).

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

RGB channels and saturation

R 21 of 255 = 8%
G 50 of 255 = 20%
B 29 of 255 = 11%

21
50
29

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

Portions of RGB colors in percentages

R + G + B =
21 + 50 + 29 = 100 (100%)
R 21 of 100 ~ 21%
G 50 of 100 ~ 50%
B 29 of 100 ~ 29%

%21
%50
%29

CMYK color model

#15321D color CMYK value is (58,0,42,80).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 80.39%
CMYK:
(58,0,42,80)
C58M0Y42K80 
(58%,0%,42%,80%)
(0.58/0.00/0.42/0.80)	

CMYK percentages

%58
%0
%42
%80.39

Codes

Color #15321D in popluar color models

15321D
RGB215029
HSL137°40.85%13.92%
HSB/HSV137°58.00%19.61%
CMYK58.00%0.00%42.00%
80.39%

Color #15321D in popluar number systems.

HEX15321D
Decimal215029
Binary1010111001011101
Octal256235

Shades and tints

Shades of #15321D

#15321D
(21,50,29)
#142E1B
(20,46,27)
#132A19
(19,42,25)
#122617
(18,38,23)
#112215
(17,34,21)
#101E13
(16,30,19)
#0F1A11
(15,26,17)
#0E160F
(14,22,15)
#0D120D
(13,18,13)
#0C0E0B
(12,14,11)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #15321D

#15321D
(21,50,29)
#2A4431
(42,68,49)
#3F5645
(63,86,69)
#546859
(84,104,89)
#697A6D
(105,122,109)
#7E8C81
(126,140,129)
#939E95
(147,158,149)
#A8B0A9
(168,176,169)
#BDC2BD
(189,194,189)
#D2D4D1
(210,212,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15321D; }

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

This text font color is #15321D.


Background Color

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

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

This div background color is #15321D.


Border color

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

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

This div border color is #15321D.


Opacity

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

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

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

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

This text has shadow with #15321D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15321D on black background.


Color preview on white background

This text has color #15321D on white background.



Black color preview on #15321D background

This text has black color on #15321D background.


White color preview on #15321D background

This text has white color on #15321D background.