COLOR #15354A

HEX: #15354A
RGB: (21,53,74)

Color info

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

RGB color model

#15354A color RGB value is (21,53,74).

  • red value is 21;
  • green value is 53;
  • blue value is 74.
RGB:
(21,53,74)
(8%,21%,29%)

RGB channels and saturation

R 21 of 255 = 8%
G 53 of 255 = 21%
B 74 of 255 = 29%

21
53
74

R + G + B ~ 19%. #15354A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 53 + 74 = 148 (100%)
R 21 of 148 ~ 14.19%
G 53 of 148 ~ 35.81%
B 74 of 148 ~ 50%

%14.19
%35.81
%50

CMYK color model

#15354A color CMYK value is (72,28,0,71).

  • cyan value is 71.62%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(72,28,0,71)
C72M28Y0K71 
(72%,28%,0%,71%)
(0.72/0.28/0.00/0.71)	

CMYK percentages

%71.62
%28.38
%0
%70.98

Codes

Color #15354A in popluar color models

15354A
RGB215374
HSL204°55.79%18.63%
HSB/HSV204°71.62%29.02%
CMYK71.62%28.38%0.00%
70.98%

Color #15354A in popluar number systems.

HEX15354A
Decimal215374
Binary101011101011001010
Octal2565112

Shades and tints

Shades of #15354A

#15354A
(21,53,74)
#143144
(20,49,68)
#132D3E
(19,45,62)
#122938
(18,41,56)
#112532
(17,37,50)
#10212C
(16,33,44)
#0F1D26
(15,29,38)
#0E1920
(14,25,32)
#0D151A
(13,21,26)
#0C1114
(12,17,20)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #15354A

#15354A
(21,53,74)
#2A475A
(42,71,90)
#3F596A
(63,89,106)
#546B7A
(84,107,122)
#697D8A
(105,125,138)
#7E8F9A
(126,143,154)
#93A1AA
(147,161,170)
#A8B3BA
(168,179,186)
#BDC5CA
(189,197,202)
#D2D7DA
(210,215,218)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15354A color. Also use rgb(21,53,74) instead hex code.

Text Font Color

.myTextColor { color: #15354A; }

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

This text font color is #15354A.


Background Color

.myBgColor { background-color: #15354A; }

<div style="background-color:#15354A">Inner text</div>

This div background color is #15354A.


Border color

.myBorderColor { border: 1px solid #15354A; }

<div style="border:3px solid #15354A">Div</div>

This div border color is #15354A.


Opacity

.myOpacity80 { color: #15354A; opacity: 0.8; }

<p style="color:#15354A;opacity:0.8;">80%</p>

Text with #15354A 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 #15354A;}

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

This text has shadow with #15354A color.

.textShadow {text-shadow: 3px 3px 1px #15354A, 3px 3px 1px red;}

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

This text has shadow with #15354A primary color and red secondary color.


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

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

This text has shadow with #15354A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15354A on black background.


Color preview on white background

This text has color #15354A on white background.



Black color preview on #15354A background

This text has black color on #15354A background.


White color preview on #15354A background

This text has white color on #15354A background.