COLOR #150618

HEX: #150618
RGB: (21,6,24)

Color info

#150618 contains red, green and blue colors in about the same proportion. Web safe color of #150618 is #000000 (or #000).

RGB color model

#150618 color RGB value is (21,6,24).

  • red value is 21;
  • green value is 6;
  • blue value is 24.
RGB:
(21,6,24)
(8%,2%,9%)

RGB channels and saturation

R 21 of 255 = 8%
G 6 of 255 = 2%
B 24 of 255 = 9%

21
6
24

R + G + B ~ 6%. #150618 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 24 = 51 (100%)
R 21 of 51 ~ 41.18%
G 6 of 51 ~ 11.76%
B 24 of 51 ~ 47.06%

%41.18
%11.76
%47.06

CMYK color model

#150618 color CMYK value is (13,75,0,91).

  • cyan value is 12.50%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(13,75,0,91)
C13M75Y0K91 
(13%,75%,0%,91%)
(0.13/0.75/0.00/0.91)	

CMYK percentages

%12.5
%75
%0
%90.59

Codes

Color #150618 in popluar color models

150618
RGB21624
HSL290°60.00%5.88%
HSB/HSV290°75.00%9.41%
CMYK12.50%75.00%0.00%
90.59%

Color #150618 in popluar number systems.

HEX150618
Decimal21624
Binary1010111011000
Octal25630

Shades and tints

Shades of #150618

#150618
(21,6,24)
#140616
(20,6,22)
#130614
(19,6,20)
#120612
(18,6,18)
#110610
(17,6,16)
#10060E
(16,6,14)
#0F060C
(15,6,12)
#0E060A
(14,6,10)
#0D0608
(13,6,8)
#0C0606
(12,6,6)
#0B0604
(11,6,4)
#000000
(0,0,0)

Tints of #150618

#150618
(21,6,24)
#2A1C2D
(42,28,45)
#3F3242
(63,50,66)
#544857
(84,72,87)
#695E6C
(105,94,108)
#7E7481
(126,116,129)
#938A96
(147,138,150)
#A8A0AB
(168,160,171)
#BDB6C0
(189,182,192)
#D2CCD5
(210,204,213)
#E7E2EA
(231,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150618 color. Also use rgb(21,6,24) instead hex code.

Text Font Color

.myTextColor { color: #150618; }

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

This text font color is #150618.


Background Color

.myBgColor { background-color: #150618; }

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

This div background color is #150618.


Border color

.myBorderColor { border: 1px solid #150618; }

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

This div border color is #150618.


Opacity

.myOpacity80 { color: #150618; opacity: 0.8; }

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

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

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

This text has shadow with #150618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150618 on black background.


Color preview on white background

This text has color #150618 on white background.



Black color preview on #150618 background

This text has black color on #150618 background.


White color preview on #150618 background

This text has white color on #150618 background.