COLOR #15080B

HEX: #15080B
RGB: (21,8,11)

Color info

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

RGB color model

#15080B color RGB value is (21,8,11).

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

RGB channels and saturation

R 21 of 255 = 8%
G 8 of 255 = 3%
B 11 of 255 = 4%

21
8
11

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

Portions of RGB colors in percentages

R + G + B =
21 + 8 + 11 = 40 (100%)
R 21 of 40 ~ 52.5%
G 8 of 40 ~ 20%
B 11 of 40 ~ 27.5%

%52.5
%20
%27.5

CMYK color model

#15080B color CMYK value is (0,62,48,92).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 47.62%
  • key color value is 91.76%
CMYK:
(0,62,48,92)
C0M62Y48K92 
(0%,62%,48%,92%)
(0.00/0.62/0.48/0.92)	

CMYK percentages

%0
%61.9
%47.62
%91.76

Codes

Color #15080B in popluar color models

15080B
RGB21811
HSL346°44.83%5.69%
HSB/HSV346°61.90%8.24%
CMYK0.00%61.90%47.62%
91.76%

Color #15080B in popluar number systems.

HEX15080B
Decimal21811
Binary1010110001011
Octal251013

Shades and tints

Shades of #15080B

#15080B
(21,8,11)
#14080A
(20,8,10)
#130809
(19,8,9)
#120808
(18,8,8)
#110807
(17,8,7)
#100806
(16,8,6)
#0F0805
(15,8,5)
#0E0804
(14,8,4)
#0D0803
(13,8,3)
#0C0802
(12,8,2)
#0B0801
(11,8,1)
#000000
(0,0,0)

Tints of #15080B

#15080B
(21,8,11)
#2A1E21
(42,30,33)
#3F3437
(63,52,55)
#544A4D
(84,74,77)
#696063
(105,96,99)
#7E7679
(126,118,121)
#938C8F
(147,140,143)
#A8A2A5
(168,162,165)
#BDB8BB
(189,184,187)
#D2CED1
(210,206,209)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15080B color. Also use rgb(21,8,11) instead hex code.

Text Font Color

.myTextColor { color: #15080B; }

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

This text font color is #15080B.


Background Color

.myBgColor { background-color: #15080B; }

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

This div background color is #15080B.


Border color

.myBorderColor { border: 1px solid #15080B; }

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

This div border color is #15080B.


Opacity

.myOpacity80 { color: #15080B; opacity: 0.8; }

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

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

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

This text has shadow with #15080B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15080B on black background.


Color preview on white background

This text has color #15080B on white background.



Black color preview on #15080B background

This text has black color on #15080B background.


White color preview on #15080B background

This text has white color on #15080B background.