COLOR #15322B

HEX: #15322B
RGB: (21,50,43)

Color info

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

RGB color model

#15322B color RGB value is (21,50,43).

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

RGB channels and saturation

R 21 of 255 = 8%
G 50 of 255 = 20%
B 43 of 255 = 17%

21
50
43

R + G + B ~ 15%. #15322B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 50 + 43 = 114 (100%)
R 21 of 114 ~ 18.42%
G 50 of 114 ~ 43.86%
B 43 of 114 ~ 37.72%

%18.42
%43.86
%37.72

CMYK color model

#15322B color CMYK value is (58,0,14,80).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 80.39%
CMYK:
(58,0,14,80)
C58M0Y14K80 
(58%,0%,14%,80%)
(0.58/0.00/0.14/0.80)	

CMYK percentages

%58
%0
%14
%80.39

Codes

Color #15322B in popluar color models

15322B
RGB215043
HSL166°40.85%13.92%
HSB/HSV166°58.00%19.61%
CMYK58.00%0.00%14.00%
80.39%

Color #15322B in popluar number systems.

HEX15322B
Decimal215043
Binary10101110010101011
Octal256253

Shades and tints

Shades of #15322B

#15322B
(21,50,43)
#142E28
(20,46,40)
#132A25
(19,42,37)
#122622
(18,38,34)
#11221F
(17,34,31)
#101E1C
(16,30,28)
#0F1A19
(15,26,25)
#0E1616
(14,22,22)
#0D1213
(13,18,19)
#0C0E10
(12,14,16)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #15322B

#15322B
(21,50,43)
#2A443E
(42,68,62)
#3F5651
(63,86,81)
#546864
(84,104,100)
#697A77
(105,122,119)
#7E8C8A
(126,140,138)
#939E9D
(147,158,157)
#A8B0B0
(168,176,176)
#BDC2C3
(189,194,195)
#D2D4D6
(210,212,214)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15322B color. Also use rgb(21,50,43) instead hex code.

Text Font Color

.myTextColor { color: #15322B; }

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

This text font color is #15322B.


Background Color

.myBgColor { background-color: #15322B; }

<div style="background-color:#15322B">Inner text</div>

This div background color is #15322B.


Border color

.myBorderColor { border: 1px solid #15322B; }

<div style="border:3px solid #15322B">Div</div>

This div border color is #15322B.


Opacity

.myOpacity80 { color: #15322B; opacity: 0.8; }

<p style="color:#15322B;opacity:0.8;">80%</p>

Text with #15322B 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 #15322B;}

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

This text has shadow with #15322B color.

.textShadow {text-shadow: 3px 3px 1px #15322B, 3px 3px 1px red;}

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

This text has shadow with #15322B primary color and red secondary color.


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

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

This text has shadow with #15322B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15322B on black background.


Color preview on white background

This text has color #15322B on white background.



Black color preview on #15322B background

This text has black color on #15322B background.


White color preview on #15322B background

This text has white color on #15322B background.