COLOR #151809

HEX: #151809
RGB: (21,24,9)

Color info

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

RGB color model

#151809 color RGB value is (21,24,9).

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

RGB channels and saturation

R 21 of 255 = 8%
G 24 of 255 = 9%
B 9 of 255 = 4%

21
24
9

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

Portions of RGB colors in percentages

R + G + B =
21 + 24 + 9 = 54 (100%)
R 21 of 54 ~ 38.89%
G 24 of 54 ~ 44.44%
B 9 of 54 ~ 16.67%

%38.89
%44.44
%16.67

CMYK color model

#151809 color CMYK value is (13,0,63,91).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 90.59%
CMYK:
(13,0,63,91)
C13M0Y63K91 
(13%,0%,63%,91%)
(0.13/0.00/0.63/0.91)	

CMYK percentages

%12.5
%0
%62.5
%90.59

Codes

Color #151809 in popluar color models

151809
RGB21249
HSL72°45.45%6.47%
HSB/HSV72°62.50%9.41%
CMYK12.50%0.00%62.50%
90.59%

Color #151809 in popluar number systems.

HEX151809
Decimal21249
Binary10101110001001
Octal253011

Shades and tints

Shades of #151809

#151809
(21,24,9)
#141609
(20,22,9)
#131409
(19,20,9)
#121209
(18,18,9)
#111009
(17,16,9)
#100E09
(16,14,9)
#0F0C09
(15,12,9)
#0E0A09
(14,10,9)
#0D0809
(13,8,9)
#0C0609
(12,6,9)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #151809

#151809
(21,24,9)
#2A2D1F
(42,45,31)
#3F4235
(63,66,53)
#54574B
(84,87,75)
#696C61
(105,108,97)
#7E8177
(126,129,119)
#93968D
(147,150,141)
#A8ABA3
(168,171,163)
#BDC0B9
(189,192,185)
#D2D5CF
(210,213,207)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151809; }

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

This text font color is #151809.


Background Color

.myBgColor { background-color: #151809; }

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

This div background color is #151809.


Border color

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

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

This div border color is #151809.


Opacity

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

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

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

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

This text has shadow with #151809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151809 on black background.


Color preview on white background

This text has color #151809 on white background.



Black color preview on #151809 background

This text has black color on #151809 background.


White color preview on #151809 background

This text has white color on #151809 background.