COLOR #151909

HEX: #151909
RGB: (21,25,9)

Color info

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

RGB color model

#151909 color RGB value is (21,25,9).

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

RGB channels and saturation

R 21 of 255 = 8%
G 25 of 255 = 10%
B 9 of 255 = 4%

21
25
9

R + G + B ~ 7%. #151909 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 25 + 9 = 55 (100%)
R 21 of 55 ~ 38.18%
G 25 of 55 ~ 45.45%
B 9 of 55 ~ 16.36%

%38.18
%45.45
%16.36

CMYK color model

#151909 color CMYK value is (16,0,64,90).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 90.20%
CMYK:
(16,0,64,90)
C16M0Y64K90 
(16%,0%,64%,90%)
(0.16/0.00/0.64/0.90)	

CMYK percentages

%16
%0
%64
%90.2

Codes

Color #151909 in popluar color models

151909
RGB21259
HSL75°47.06%6.67%
HSB/HSV75°64.00%9.80%
CMYK16.00%0.00%64.00%
90.20%

Color #151909 in popluar number systems.

HEX151909
Decimal21259
Binary10101110011001
Octal253111

Shades and tints

Shades of #151909

#151909
(21,25,9)
#141709
(20,23,9)
#131509
(19,21,9)
#121309
(18,19,9)
#111109
(17,17,9)
#100F09
(16,15,9)
#0F0D09
(15,13,9)
#0E0B09
(14,11,9)
#0D0909
(13,9,9)
#0C0709
(12,7,9)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #151909

#151909
(21,25,9)
#2A2D1F
(42,45,31)
#3F4135
(63,65,53)
#54554B
(84,85,75)
#696961
(105,105,97)
#7E7D77
(126,125,119)
#93918D
(147,145,141)
#A8A5A3
(168,165,163)
#BDB9B9
(189,185,185)
#D2CDCF
(210,205,207)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151909; }

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

This text font color is #151909.


Background Color

.myBgColor { background-color: #151909; }

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

This div background color is #151909.


Border color

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

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

This div border color is #151909.


Opacity

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

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

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

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

This text has shadow with #151909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151909 on black background.


Color preview on white background

This text has color #151909 on white background.



Black color preview on #151909 background

This text has black color on #151909 background.


White color preview on #151909 background

This text has white color on #151909 background.