COLOR #15282C

HEX: #15282C
RGB: (21,40,44)

Color info

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

RGB color model

#15282C color RGB value is (21,40,44).

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

RGB channels and saturation

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

21
40
44

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

Portions of RGB colors in percentages

R + G + B =
21 + 40 + 44 = 105 (100%)
R 21 of 105 ~ 20%
G 40 of 105 ~ 38.1%
B 44 of 105 ~ 41.9%

%20
%38.1
%41.9

CMYK color model

#15282C color CMYK value is (52,9,0,83).

  • cyan value is 52.27%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(52,9,0,83)
C52M9Y0K83 
(52%,9%,0%,83%)
(0.52/0.09/0.00/0.83)	

CMYK percentages

%52.27
%9.09
%0
%82.75

Codes

Color #15282C in popluar color models

15282C
RGB214044
HSL190°35.38%12.75%
HSB/HSV190°52.27%17.25%
CMYK52.27%9.09%0.00%
82.75%

Color #15282C in popluar number systems.

HEX15282C
Decimal214044
Binary10101101000101100
Octal255054

Shades and tints

Shades of #15282C

#15282C
(21,40,44)
#142528
(20,37,40)
#132224
(19,34,36)
#121F20
(18,31,32)
#111C1C
(17,28,28)
#101918
(16,25,24)
#0F1614
(15,22,20)
#0E1310
(14,19,16)
#0D100C
(13,16,12)
#0C0D08
(12,13,8)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #15282C

#15282C
(21,40,44)
#2A3B3F
(42,59,63)
#3F4E52
(63,78,82)
#546165
(84,97,101)
#697478
(105,116,120)
#7E878B
(126,135,139)
#939A9E
(147,154,158)
#A8ADB1
(168,173,177)
#BDC0C4
(189,192,196)
#D2D3D7
(210,211,215)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15282C; }

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

This text font color is #15282C.


Background Color

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

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

This div background color is #15282C.


Border color

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

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

This div border color is #15282C.


Opacity

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

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

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

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

This text has shadow with #15282C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15282C on black background.


Color preview on white background

This text has color #15282C on white background.



Black color preview on #15282C background

This text has black color on #15282C background.


White color preview on #15282C background

This text has white color on #15282C background.