COLOR #15345F

HEX: #15345F
RGB: (21,52,95)

Color info

#15345F contains mainly green and blue colors. Web safe color of #15345F is #003366 (or #036).

RGB color model

#15345F color RGB value is (21,52,95).

  • red value is 21;
  • green value is 52;
  • blue value is 95.
RGB:
(21,52,95)
(8%,20%,37%)

RGB channels and saturation

R 21 of 255 = 8%
G 52 of 255 = 20%
B 95 of 255 = 37%

21
52
95

R + G + B ~ 22%. #15345F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 52 + 95 = 168 (100%)
R 21 of 168 ~ 12.5%
G 52 of 168 ~ 30.95%
B 95 of 168 ~ 56.55%

%12.5
%30.95
%56.55

CMYK color model

#15345F color CMYK value is (78,45,0,63).

  • cyan value is 77.89%
  • magenta value is 45.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(78,45,0,63)
C78M45Y0K63 
(78%,45%,0%,63%)
(0.78/0.45/0.00/0.63)	

CMYK percentages

%77.89
%45.26
%0
%62.75

Codes

Color #15345F in popluar color models

15345F
RGB215295
HSL215°63.79%22.75%
HSB/HSV215°77.89%37.25%
CMYK77.89%45.26%0.00%
62.75%

Color #15345F in popluar number systems.

HEX15345F
Decimal215295
Binary101011101001011111
Octal2564137

Shades and tints

Shades of #15345F

#15345F
(21,52,95)
#143057
(20,48,87)
#132C4F
(19,44,79)
#122847
(18,40,71)
#11243F
(17,36,63)
#102037
(16,32,55)
#0F1C2F
(15,28,47)
#0E1827
(14,24,39)
#0D141F
(13,20,31)
#0C1017
(12,16,23)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #15345F

#15345F
(21,52,95)
#2A466D
(42,70,109)
#3F587B
(63,88,123)
#546A89
(84,106,137)
#697C97
(105,124,151)
#7E8EA5
(126,142,165)
#93A0B3
(147,160,179)
#A8B2C1
(168,178,193)
#BDC4CF
(189,196,207)
#D2D6DD
(210,214,221)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15345F color. Also use rgb(21,52,95) instead hex code.

Text Font Color

.myTextColor { color: #15345F; }

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

This text font color is #15345F.


Background Color

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

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

This div background color is #15345F.


Border color

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

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

This div border color is #15345F.


Opacity

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

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

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

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

This text has shadow with #15345F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15345F on black background.


Color preview on white background

This text has color #15345F on white background.



Black color preview on #15345F background

This text has black color on #15345F background.


White color preview on #15345F background

This text has white color on #15345F background.