COLOR #15403B

HEX: #15403B
RGB: (21,64,59)

Color info

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

RGB color model

#15403B color RGB value is (21,64,59).

  • red value is 21;
  • green value is 64;
  • blue value is 59.
RGB:
(21,64,59)
(8%,25%,23%)

RGB channels and saturation

R 21 of 255 = 8%
G 64 of 255 = 25%
B 59 of 255 = 23%

21
64
59

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

Portions of RGB colors in percentages

R + G + B =
21 + 64 + 59 = 144 (100%)
R 21 of 144 ~ 14.58%
G 64 of 144 ~ 44.44%
B 59 of 144 ~ 40.97%

%14.58
%44.44
%40.97

CMYK color model

#15403B color CMYK value is (67,0,8,75).

  • cyan value is 67.19%
  • magenta value is 0.00%
  • yellow value is 7.81%
  • key color value is 74.90%
CMYK:
(67,0,8,75)
C67M0Y8K75 
(67%,0%,8%,75%)
(0.67/0.00/0.08/0.75)	

CMYK percentages

%67.19
%0
%7.81
%74.9

Codes

Color #15403B in popluar color models

15403B
RGB216459
HSL173°50.59%16.67%
HSB/HSV173°67.19%25.10%
CMYK67.19%0.00%7.81%
74.90%

Color #15403B in popluar number systems.

HEX15403B
Decimal216459
Binary101011000000111011
Octal2510073

Shades and tints

Shades of #15403B

#15403B
(21,64,59)
#143B36
(20,59,54)
#133631
(19,54,49)
#12312C
(18,49,44)
#112C27
(17,44,39)
#102722
(16,39,34)
#0F221D
(15,34,29)
#0E1D18
(14,29,24)
#0D1813
(13,24,19)
#0C130E
(12,19,14)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #15403B

#15403B
(21,64,59)
#2A514C
(42,81,76)
#3F625D
(63,98,93)
#54736E
(84,115,110)
#69847F
(105,132,127)
#7E9590
(126,149,144)
#93A6A1
(147,166,161)
#A8B7B2
(168,183,178)
#BDC8C3
(189,200,195)
#D2D9D4
(210,217,212)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15403B color. Also use rgb(21,64,59) instead hex code.

Text Font Color

.myTextColor { color: #15403B; }

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

This text font color is #15403B.


Background Color

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

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

This div background color is #15403B.


Border color

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

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

This div border color is #15403B.


Opacity

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

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

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

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

This text has shadow with #15403B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15403B on black background.


Color preview on white background

This text has color #15403B on white background.



Black color preview on #15403B background

This text has black color on #15403B background.


White color preview on #15403B background

This text has white color on #15403B background.