COLOR #15403E

HEX: #15403E RGB: (21,64,62)

Color info

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

RGB color model

#15403E color RGB value is (21,64,62).

RGB: (21,64,62) (8%, 25%, 24%)

RGB channels and saturation

R 21 of 255 = 8%
G 64 of 255 = 25%
B 62 of 255 = 24%

21
64
62

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

Portions of RGB colors in percentages

R + G + B = 21 + 64 + 62 = 147 (100%)
R 21 of 147 ~ 14.29%
G 64 of 147 ~ 43.54%
B 62 of 147 ~ 42.18'%

%14.29
%43.54
%42.18

CMYK color model

#15403E color CMYK value is (67,0,3,75).

  • cyan value is 67.19%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 74.90%

CMYK: (67,0,3,75)
C67M0Y3K75 (67%, 0%, 3%, 75%)
(0.67 / 0.00 / 0.03 / 0.75)

CMYK percentages

%67.19
%0
%3.12
%74.9

Codes

Color #15403E in popluar color models

15 40 3E
RGB 21 64 62
HSL 177° 50.59% 16.67%
HSB/HSV 177° 67.19% 25.10%
CMYK 67.19% 0.00% 3.12%
74.90%

Color #15403E in popluar number systems.

HEX 15 40 3E
Decimal 21 64 62
Binary 10101 1000000 111110
Octal 25 100 76

Shades and tints

Shades of #15403E

#15403E
(21,64,62)
#143B39
(20,59,57)
#133634
(19,54,52)
#12312F
(18,49,47)
#112C2A
(17,44,42)
#102725
(16,39,37)
#0F2220
(15,34,32)
#0E1D1B
(14,29,27)
#0D1816
(13,24,22)
#0C1311
(12,19,17)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #15403E

#15403E
(21,64,62)
#2A514F
(42,81,79)
#3F6260
(63,98,96)
#547371
(84,115,113)
#698482
(105,132,130)
#7E9593
(126,149,147)
#93A6A4
(147,166,164)
#A8B7B5
(168,183,181)
#BDC8C6
(189,200,198)
#D2D9D7
(210,217,215)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15403E; }

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

This text font color is #15403E.

Background Color

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

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

This div background color is #15403E.

Border color

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

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

This div border color is #15403E.

Opacity

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

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

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

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

This text has shadow with #15403E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15403E.

Preview

Color preview on black background

This text has color #15403E on black background.


Color preview on white background

This text has color #15403E on white background.


Black color preview on #15403E background

This text has black color on #15403E background.


White color preview on #15403E background

This text has white color on #15403E background.


Related colors

Complementary color

Complementary color for #hex is #EABFC1.


I love getcolorcode.com

Triadic colors

1 #3E1540 and #403E15 with #15403E are triadic colors.

2 #3E4015 and #40153E with #15403E are triadic colors.