COLOR #15282B

HEX: #15282B
RGB: (21,40,43)

Color info

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

RGB color model

#15282B color RGB value is (21,40,43).

  • red value is 21;
  • green value is 40;
  • blue value is 43.
RGB:
(21,40,43)
(8%,16%,17%)

RGB channels and saturation

R 21 of 255 = 8%
G 40 of 255 = 16%
B 43 of 255 = 17%

21
40
43

R + G + B ~ 14%. #15282B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 40 + 43 = 104 (100%)
R 21 of 104 ~ 20.19%
G 40 of 104 ~ 38.46%
B 43 of 104 ~ 41.35%

%20.19
%38.46
%41.35

CMYK color model

#15282B color CMYK value is (51,7,0,83).

  • cyan value is 51.16%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(51,7,0,83)
C51M7Y0K83 
(51%,7%,0%,83%)
(0.51/0.07/0.00/0.83)	

CMYK percentages

%51.16
%6.98
%0
%83.14

Codes

Color #15282B in popluar color models

15282B
RGB214043
HSL188°34.38%12.55%
HSB/HSV188°51.16%16.86%
CMYK51.16%6.98%0.00%
83.14%

Color #15282B in popluar number systems.

HEX15282B
Decimal214043
Binary10101101000101011
Octal255053

Shades and tints

Shades of #15282B

#15282B
(21,40,43)
#142528
(20,37,40)
#132225
(19,34,37)
#121F22
(18,31,34)
#111C1F
(17,28,31)
#10191C
(16,25,28)
#0F1619
(15,22,25)
#0E1316
(14,19,22)
#0D1013
(13,16,19)
#0C0D10
(12,13,16)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #15282B

#15282B
(21,40,43)
#2A3B3E
(42,59,62)
#3F4E51
(63,78,81)
#546164
(84,97,100)
#697477
(105,116,119)
#7E878A
(126,135,138)
#939A9D
(147,154,157)
#A8ADB0
(168,173,176)
#BDC0C3
(189,192,195)
#D2D3D6
(210,211,214)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15282B color. Also use rgb(21,40,43) instead hex code.

Text Font Color

.myTextColor { color: #15282B; }

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

This text font color is #15282B.


Background Color

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

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

This div background color is #15282B.


Border color

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

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

This div border color is #15282B.


Opacity

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

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

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

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

This text has shadow with #15282B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15282B on black background.


Color preview on white background

This text has color #15282B on white background.



Black color preview on #15282B background

This text has black color on #15282B background.


White color preview on #15282B background

This text has white color on #15282B background.