COLOR #15364D

HEX: #15364D
RGB: (21,54,77)

Color info

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

RGB color model

#15364D color RGB value is (21,54,77).

  • red value is 21;
  • green value is 54;
  • blue value is 77.
RGB:
(21,54,77)
(8%,21%,30%)

RGB channels and saturation

R 21 of 255 = 8%
G 54 of 255 = 21%
B 77 of 255 = 30%

21
54
77

R + G + B ~ 20%. #15364D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 54 + 77 = 152 (100%)
R 21 of 152 ~ 13.82%
G 54 of 152 ~ 35.53%
B 77 of 152 ~ 50.66%

%13.82
%35.53
%50.66

CMYK color model

#15364D color CMYK value is (73,30,0,70).

  • cyan value is 72.73%
  • magenta value is 29.87%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(73,30,0,70)
C73M30Y0K70 
(73%,30%,0%,70%)
(0.73/0.30/0.00/0.70)	

CMYK percentages

%72.73
%29.87
%0
%69.8

Codes

Color #15364D in popluar color models

15364D
RGB215477
HSL205°57.14%19.22%
HSB/HSV205°72.73%30.20%
CMYK72.73%29.87%0.00%
69.80%

Color #15364D in popluar number systems.

HEX15364D
Decimal215477
Binary101011101101001101
Octal2566115

Shades and tints

Shades of #15364D

#15364D
(21,54,77)
#143246
(20,50,70)
#132E3F
(19,46,63)
#122A38
(18,42,56)
#112631
(17,38,49)
#10222A
(16,34,42)
#0F1E23
(15,30,35)
#0E1A1C
(14,26,28)
#0D1615
(13,22,21)
#0C120E
(12,18,14)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #15364D

#15364D
(21,54,77)
#2A485D
(42,72,93)
#3F5A6D
(63,90,109)
#546C7D
(84,108,125)
#697E8D
(105,126,141)
#7E909D
(126,144,157)
#93A2AD
(147,162,173)
#A8B4BD
(168,180,189)
#BDC6CD
(189,198,205)
#D2D8DD
(210,216,221)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15364D color. Also use rgb(21,54,77) instead hex code.

Text Font Color

.myTextColor { color: #15364D; }

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

This text font color is #15364D.


Background Color

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

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

This div background color is #15364D.


Border color

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

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

This div border color is #15364D.


Opacity

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

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

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

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

This text has shadow with #15364D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15364D on black background.


Color preview on white background

This text has color #15364D on white background.



Black color preview on #15364D background

This text has black color on #15364D background.


White color preview on #15364D background

This text has white color on #15364D background.