COLOR #15324F

HEX: #15324F
RGB: (21,50,79)

Color info

#15324F contains red, green and blue colors in about the same proportion. Web safe color of #15324F is #003366 (or #036).

RGB color model

#15324F color RGB value is (21,50,79).

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

RGB channels and saturation

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

21
50
79

R + G + B ~ 20%. #15324F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 50 + 79 = 150 (100%)
R 21 of 150 ~ 14%
G 50 of 150 ~ 33.33%
B 79 of 150 ~ 52.67%

%14
%33.33
%52.67

CMYK color model

#15324F color CMYK value is (73,37,0,69).

  • cyan value is 73.42%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(73,37,0,69)
C73M37Y0K69 
(73%,37%,0%,69%)
(0.73/0.37/0.00/0.69)	

CMYK percentages

%73.42
%36.71
%0
%69.02

Codes

Color #15324F in popluar color models

15324F
RGB215079
HSL210°58.00%19.61%
HSB/HSV210°73.42%30.98%
CMYK73.42%36.71%0.00%
69.02%

Color #15324F in popluar number systems.

HEX15324F
Decimal215079
Binary101011100101001111
Octal2562117

Shades and tints

Shades of #15324F

#15324F
(21,50,79)
#142E48
(20,46,72)
#132A41
(19,42,65)
#12263A
(18,38,58)
#112233
(17,34,51)
#101E2C
(16,30,44)
#0F1A25
(15,26,37)
#0E161E
(14,22,30)
#0D1217
(13,18,23)
#0C0E10
(12,14,16)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #15324F

#15324F
(21,50,79)
#2A445F
(42,68,95)
#3F566F
(63,86,111)
#54687F
(84,104,127)
#697A8F
(105,122,143)
#7E8C9F
(126,140,159)
#939EAF
(147,158,175)
#A8B0BF
(168,176,191)
#BDC2CF
(189,194,207)
#D2D4DF
(210,212,223)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15324F; }

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

This text font color is #15324F.


Background Color

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

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

This div background color is #15324F.


Border color

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

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

This div border color is #15324F.


Opacity

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

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

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

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

This text has shadow with #15324F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15324F on black background.


Color preview on white background

This text has color #15324F on white background.



Black color preview on #15324F background

This text has black color on #15324F background.


White color preview on #15324F background

This text has white color on #15324F background.