COLOR #15464B

HEX: #15464B RGB: (21,70,75)

Color info

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

RGB color model

#15464B color RGB value is (21,70,75).

RGB: (21,70,75) (8%, 27%, 29%)

RGB channels and saturation

R 21 of 255 = 8%
G 70 of 255 = 27%
B 75 of 255 = 29%

21
70
75

R + G + B ~ 21%. #15464B is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 70 + 75 = 166 (100%)
R 21 of 166 ~ 12.65%
G 70 of 166 ~ 42.17%
B 75 of 166 ~ 45.18'%

%12.65
%42.17
%45.18

CMYK color model

#15464B color CMYK value is (72,7,0,71).

  • cyan value is 72.00%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (72,7,0,71)
C72M7Y0K71 (72%, 7%, 0%, 71%)
(0.72 / 0.07 / 0.00 / 0.71)

CMYK percentages

%72
%6.67
%0
%70.59

Codes

Color #15464B in popluar color models

15 46 4B
RGB 21 70 75
HSL 186° 56.25% 18.82%
HSB/HSV 186° 72.00% 29.41%
CMYK 72.00% 6.67% 0.00%
70.59%

Color #15464B in popluar number systems.

HEX 15 46 4B
Decimal 21 70 75
Binary 10101 1000110 1001011
Octal 25 106 113

Shades and tints

Shades of #15464B

#15464B
(21,70,75)
#144045
(20,64,69)
#133A3F
(19,58,63)
#123439
(18,52,57)
#112E33
(17,46,51)
#10282D
(16,40,45)
#0F2227
(15,34,39)
#0E1C21
(14,28,33)
#0D161B
(13,22,27)
#0C1015
(12,16,21)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #15464B

#15464B
(21,70,75)
#2A565B
(42,86,91)
#3F666B
(63,102,107)
#54767B
(84,118,123)
#69868B
(105,134,139)
#7E969B
(126,150,155)
#93A6AB
(147,166,171)
#A8B6BB
(168,182,187)
#BDC6CB
(189,198,203)
#D2D6DB
(210,214,219)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15464B color. Also use rgb(21,70,75) instead hex code.

Text Font Color

.myTextColor { color: #15464B; }

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

This text font color is #15464B.

Background Color

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

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

This div background color is #15464B.

Border color

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

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

This div border color is #15464B.

Opacity

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

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

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

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

This text has shadow with #15464B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15464B.

Preview

Color preview on black background

This text has color #15464B on black background.


Color preview on white background

This text has color #15464B on white background.


Black color preview on #15464B background

This text has black color on #15464B background.


White color preview on #15464B background

This text has white color on #15464B background.


Related colors

Complementary color

Complementary color for #hex is #EAB9B4.


I love getcolorcode.com

Triadic colors

1 #4B1546 and #464B15 with #15464B are triadic colors.

2 #4B4615 and #46154B with #15464B are triadic colors.