COLOR #15081F

HEX: #15081F
RGB: (21,8,31)

Color info

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

RGB color model

#15081F color RGB value is (21,8,31).

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

RGB channels and saturation

R 21 of 255 = 8%
G 8 of 255 = 3%
B 31 of 255 = 12%

21
8
31

R + G + B ~ 8%. #15081F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 8 + 31 = 60 (100%)
R 21 of 60 ~ 35%
G 8 of 60 ~ 13.33%
B 31 of 60 ~ 51.67%

%35
%13.33
%51.67

CMYK color model

#15081F color CMYK value is (32,74,0,88).

  • cyan value is 32.26%
  • magenta value is 74.19%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(32,74,0,88)
C32M74Y0K88 
(32%,74%,0%,88%)
(0.32/0.74/0.00/0.88)	

CMYK percentages

%32.26
%74.19
%0
%87.84

Codes

Color #15081F in popluar color models

15081F
RGB21831
HSL274°58.97%7.65%
HSB/HSV274°74.19%12.16%
CMYK32.26%74.19%0.00%
87.84%

Color #15081F in popluar number systems.

HEX15081F
Decimal21831
Binary10101100011111
Octal251037

Shades and tints

Shades of #15081F

#15081F
(21,8,31)
#14081D
(20,8,29)
#13081B
(19,8,27)
#120819
(18,8,25)
#110817
(17,8,23)
#100815
(16,8,21)
#0F0813
(15,8,19)
#0E0811
(14,8,17)
#0D080F
(13,8,15)
#0C080D
(12,8,13)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #15081F

#15081F
(21,8,31)
#2A1E33
(42,30,51)
#3F3447
(63,52,71)
#544A5B
(84,74,91)
#69606F
(105,96,111)
#7E7683
(126,118,131)
#938C97
(147,140,151)
#A8A2AB
(168,162,171)
#BDB8BF
(189,184,191)
#D2CED3
(210,206,211)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15081F color. Also use rgb(21,8,31) instead hex code.

Text Font Color

.myTextColor { color: #15081F; }

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

This text font color is #15081F.


Background Color

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

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

This div background color is #15081F.


Border color

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

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

This div border color is #15081F.


Opacity

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

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

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

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

This text has shadow with #15081F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15081F on black background.


Color preview on white background

This text has color #15081F on white background.



Black color preview on #15081F background

This text has black color on #15081F background.


White color preview on #15081F background

This text has white color on #15081F background.