COLOR #150609

HEX: #150609
RGB: (21,6,9)

Color info

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

RGB color model

#150609 color RGB value is (21,6,9).

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

RGB channels and saturation

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

21
6
9

R + G + B ~ 5%. #150609 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 9 = 36 (100%)
R 21 of 36 ~ 58.33%
G 6 of 36 ~ 16.67%
B 9 of 36 ~ 25%

%58.33
%16.67
%25

CMYK color model

#150609 color CMYK value is (0,71,57,92).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 57.14%
  • key color value is 91.76%
CMYK:
(0,71,57,92)
C0M71Y57K92 
(0%,71%,57%,92%)
(0.00/0.71/0.57/0.92)	

CMYK percentages

%0
%71.43
%57.14
%91.76

Codes

Color #150609 in popluar color models

150609
RGB2169
HSL348°55.56%5.29%
HSB/HSV348°71.43%8.24%
CMYK0.00%71.43%57.14%
91.76%

Color #150609 in popluar number systems.

HEX150609
Decimal2169
Binary101011101001
Octal25611

Shades and tints

Shades of #150609

#150609
(21,6,9)
#140609
(20,6,9)
#130609
(19,6,9)
#120609
(18,6,9)
#110609
(17,6,9)
#100609
(16,6,9)
#0F0609
(15,6,9)
#0E0609
(14,6,9)
#0D0609
(13,6,9)
#0C0609
(12,6,9)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #150609

#150609
(21,6,9)
#2A1C1F
(42,28,31)
#3F3235
(63,50,53)
#54484B
(84,72,75)
#695E61
(105,94,97)
#7E7477
(126,116,119)
#938A8D
(147,138,141)
#A8A0A3
(168,160,163)
#BDB6B9
(189,182,185)
#D2CCCF
(210,204,207)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150609; }

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

This text font color is #150609.


Background Color

.myBgColor { background-color: #150609; }

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

This div background color is #150609.


Border color

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

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

This div border color is #150609.


Opacity

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

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

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

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

This text has shadow with #150609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150609 on black background.


Color preview on white background

This text has color #150609 on white background.



Black color preview on #150609 background

This text has black color on #150609 background.


White color preview on #150609 background

This text has white color on #150609 background.