COLOR #15090F

HEX: #15090F
RGB: (21,9,15)

Color info

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

RGB color model

#15090F color RGB value is (21,9,15).

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

RGB channels and saturation

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

21
9
15

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

Portions of RGB colors in percentages

R + G + B =
21 + 9 + 15 = 45 (100%)
R 21 of 45 ~ 46.67%
G 9 of 45 ~ 20%
B 15 of 45 ~ 33.33%

%46.67
%20
%33.33

CMYK color model

#15090F color CMYK value is (0,57,29,92).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 28.57%
  • key color value is 91.76%
CMYK:
(0,57,29,92)
C0M57Y29K92 
(0%,57%,29%,92%)
(0.00/0.57/0.29/0.92)	

CMYK percentages

%0
%57.14
%28.57
%91.76

Codes

Color #15090F in popluar color models

15090F
RGB21915
HSL330°40.00%5.88%
HSB/HSV330°57.14%8.24%
CMYK0.00%57.14%28.57%
91.76%

Color #15090F in popluar number systems.

HEX15090F
Decimal21915
Binary1010110011111
Octal251117

Shades and tints

Shades of #15090F

#15090F
(21,9,15)
#14090E
(20,9,14)
#13090D
(19,9,13)
#12090C
(18,9,12)
#11090B
(17,9,11)
#10090A
(16,9,10)
#0F0909
(15,9,9)
#0E0908
(14,9,8)
#0D0907
(13,9,7)
#0C0906
(12,9,6)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #15090F

#15090F
(21,9,15)
#2A1F24
(42,31,36)
#3F3539
(63,53,57)
#544B4E
(84,75,78)
#696163
(105,97,99)
#7E7778
(126,119,120)
#938D8D
(147,141,141)
#A8A3A2
(168,163,162)
#BDB9B7
(189,185,183)
#D2CFCC
(210,207,204)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15090F; }

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

This text font color is #15090F.


Background Color

.myBgColor { background-color: #15090F; }

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

This div background color is #15090F.


Border color

.myBorderColor { border: 1px solid #15090F; }

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

This div border color is #15090F.


Opacity

.myOpacity80 { color: #15090F; opacity: 0.8; }

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

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

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

This text has shadow with #15090F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15090F on black background.


Color preview on white background

This text has color #15090F on white background.



Black color preview on #15090F background

This text has black color on #15090F background.


White color preview on #15090F background

This text has white color on #15090F background.