COLOR #15060B

HEX: #15060B
RGB: (21,6,11)

Color info

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

RGB color model

#15060B color RGB value is (21,6,11).

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

RGB channels and saturation

R 21 of 255 = 8%
G 6 of 255 = 2%
B 11 of 255 = 4%

21
6
11

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

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 11 = 38 (100%)
R 21 of 38 ~ 55.26%
G 6 of 38 ~ 15.79%
B 11 of 38 ~ 28.95%

%55.26
%15.79
%28.95

CMYK color model

#15060B color CMYK value is (0,71,48,92).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 47.62%
  • key color value is 91.76%
CMYK:
(0,71,48,92)
C0M71Y48K92 
(0%,71%,48%,92%)
(0.00/0.71/0.48/0.92)	

CMYK percentages

%0
%71.43
%47.62
%91.76

Codes

Color #15060B in popluar color models

15060B
RGB21611
HSL340°55.56%5.29%
HSB/HSV340°71.43%8.24%
CMYK0.00%71.43%47.62%
91.76%

Color #15060B in popluar number systems.

HEX15060B
Decimal21611
Binary101011101011
Octal25613

Shades and tints

Shades of #15060B

#15060B
(21,6,11)
#14060A
(20,6,10)
#130609
(19,6,9)
#120608
(18,6,8)
#110607
(17,6,7)
#100606
(16,6,6)
#0F0605
(15,6,5)
#0E0604
(14,6,4)
#0D0603
(13,6,3)
#0C0602
(12,6,2)
#0B0601
(11,6,1)
#000000
(0,0,0)

Tints of #15060B

#15060B
(21,6,11)
#2A1C21
(42,28,33)
#3F3237
(63,50,55)
#54484D
(84,72,77)
#695E63
(105,94,99)
#7E7479
(126,116,121)
#938A8F
(147,138,143)
#A8A0A5
(168,160,165)
#BDB6BB
(189,182,187)
#D2CCD1
(210,204,209)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15060B; }

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

This text font color is #15060B.


Background Color

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

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

This div background color is #15060B.


Border color

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

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

This div border color is #15060B.


Opacity

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

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

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

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

This text has shadow with #15060B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15060B on black background.


Color preview on white background

This text has color #15060B on white background.



Black color preview on #15060B background

This text has black color on #15060B background.


White color preview on #15060B background

This text has white color on #15060B background.