COLOR #15282E

HEX: #15282E
RGB: (21,40,46)

Color info

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

RGB color model

#15282E color RGB value is (21,40,46).

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

RGB channels and saturation

R 21 of 255 = 8%
G 40 of 255 = 16%
B 46 of 255 = 18%

21
40
46

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

Portions of RGB colors in percentages

R + G + B =
21 + 40 + 46 = 107 (100%)
R 21 of 107 ~ 19.63%
G 40 of 107 ~ 37.38%
B 46 of 107 ~ 42.99%

%19.63
%37.38
%42.99

CMYK color model

#15282E color CMYK value is (54,13,0,82).

  • cyan value is 54.35%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(54,13,0,82)
C54M13Y0K82 
(54%,13%,0%,82%)
(0.54/0.13/0.00/0.82)	

CMYK percentages

%54.35
%13.04
%0
%81.96

Codes

Color #15282E in popluar color models

15282E
RGB214046
HSL194°37.31%13.14%
HSB/HSV194°54.35%18.04%
CMYK54.35%13.04%0.00%
81.96%

Color #15282E in popluar number systems.

HEX15282E
Decimal214046
Binary10101101000101110
Octal255056

Shades and tints

Shades of #15282E

#15282E
(21,40,46)
#14252A
(20,37,42)
#132226
(19,34,38)
#121F22
(18,31,34)
#111C1E
(17,28,30)
#10191A
(16,25,26)
#0F1616
(15,22,22)
#0E1312
(14,19,18)
#0D100E
(13,16,14)
#0C0D0A
(12,13,10)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #15282E

#15282E
(21,40,46)
#2A3B41
(42,59,65)
#3F4E54
(63,78,84)
#546167
(84,97,103)
#69747A
(105,116,122)
#7E878D
(126,135,141)
#939AA0
(147,154,160)
#A8ADB3
(168,173,179)
#BDC0C6
(189,192,198)
#D2D3D9
(210,211,217)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15282E; }

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

This text font color is #15282E.


Background Color

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

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

This div background color is #15282E.


Border color

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

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

This div border color is #15282E.


Opacity

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

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

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

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

This text has shadow with #15282E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15282E on black background.


Color preview on white background

This text has color #15282E on white background.



Black color preview on #15282E background

This text has black color on #15282E background.


White color preview on #15282E background

This text has white color on #15282E background.