COLOR #15061C

HEX: #15061C
RGB: (21,6,28)

Color info

#15061C contains red, green and blue colors in about the same proportion. Web safe color of #15061C is #000033 (or #003).

RGB color model

#15061C color RGB value is (21,6,28).

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

RGB channels and saturation

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

21
6
28

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

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 28 = 55 (100%)
R 21 of 55 ~ 38.18%
G 6 of 55 ~ 10.91%
B 28 of 55 ~ 50.91%

%38.18
%10.91
%50.91

CMYK color model

#15061C color CMYK value is (25,79,0,89).

  • cyan value is 25.00%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(25,79,0,89)
C25M79Y0K89 
(25%,79%,0%,89%)
(0.25/0.79/0.00/0.89)	

CMYK percentages

%25
%78.57
%0
%89.02

Codes

Color #15061C in popluar color models

15061C
RGB21628
HSL281°64.71%6.67%
HSB/HSV281°78.57%10.98%
CMYK25.00%78.57%0.00%
89.02%

Color #15061C in popluar number systems.

HEX15061C
Decimal21628
Binary1010111011100
Octal25634

Shades and tints

Shades of #15061C

#15061C
(21,6,28)
#14061A
(20,6,26)
#130618
(19,6,24)
#120616
(18,6,22)
#110614
(17,6,20)
#100612
(16,6,18)
#0F0610
(15,6,16)
#0E060E
(14,6,14)
#0D060C
(13,6,12)
#0C060A
(12,6,10)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #15061C

#15061C
(21,6,28)
#2A1C30
(42,28,48)
#3F3244
(63,50,68)
#544858
(84,72,88)
#695E6C
(105,94,108)
#7E7480
(126,116,128)
#938A94
(147,138,148)
#A8A0A8
(168,160,168)
#BDB6BC
(189,182,188)
#D2CCD0
(210,204,208)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15061C color. Also use rgb(21,6,28) instead hex code.

Text Font Color

.myTextColor { color: #15061C; }

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

This text font color is #15061C.


Background Color

.myBgColor { background-color: #15061C; }

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

This div background color is #15061C.


Border color

.myBorderColor { border: 1px solid #15061C; }

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

This div border color is #15061C.


Opacity

.myOpacity80 { color: #15061C; opacity: 0.8; }

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

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

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

This text has shadow with #15061C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15061C on black background.


Color preview on white background

This text has color #15061C on white background.



Black color preview on #15061C background

This text has black color on #15061C background.


White color preview on #15061C background

This text has white color on #15061C background.