COLOR #150209

HEX: #150209
RGB: (21,2,9)

Color info

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

RGB color model

#150209 color RGB value is (21,2,9).

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

RGB channels and saturation

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

21
2
9

R + G + B ~ 4%. #150209 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 2 + 9 = 32 (100%)
R 21 of 32 ~ 65.63%
G 2 of 32 ~ 6.25%
B 9 of 32 ~ 28.13%

%65.63
%28.13

CMYK color model

#150209 color CMYK value is (0,90,57,92).

  • cyan value is 0.00%
  • magenta value is 90.48%
  • yellow value is 57.14%
  • key color value is 91.76%
CMYK:
(0,90,57,92)
C0M90Y57K92 
(0%,90%,57%,92%)
(0.00/0.90/0.57/0.92)	

CMYK percentages

%0
%90.48
%57.14
%91.76

Codes

Color #150209 in popluar color models

150209
RGB2129
HSL338°82.61%4.51%
HSB/HSV338°90.48%8.24%
CMYK0.00%90.48%57.14%
91.76%

Color #150209 in popluar number systems.

HEX150209
Decimal2129
Binary10101101001
Octal25211

Shades and tints

Shades of #150209

#150209
(21,2,9)
#140209
(20,2,9)
#130209
(19,2,9)
#120209
(18,2,9)
#110209
(17,2,9)
#100209
(16,2,9)
#0F0209
(15,2,9)
#0E0209
(14,2,9)
#0D0209
(13,2,9)
#0C0209
(12,2,9)
#0B0209
(11,2,9)
#000000
(0,0,0)

Tints of #150209

#150209
(21,2,9)
#2A191F
(42,25,31)
#3F3035
(63,48,53)
#54474B
(84,71,75)
#695E61
(105,94,97)
#7E7577
(126,117,119)
#938C8D
(147,140,141)
#A8A3A3
(168,163,163)
#BDBAB9
(189,186,185)
#D2D1CF
(210,209,207)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150209; }

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

This text font color is #150209.


Background Color

.myBgColor { background-color: #150209; }

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

This div background color is #150209.


Border color

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

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

This div border color is #150209.


Opacity

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

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

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

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

This text has shadow with #150209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150209 on black background.


Color preview on white background

This text has color #150209 on white background.



Black color preview on #150209 background

This text has black color on #150209 background.


White color preview on #150209 background

This text has white color on #150209 background.