COLOR #15190D

HEX: #15190D
RGB: (21,25,13)

Color info

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

RGB color model

#15190D color RGB value is (21,25,13).

  • red value is 21;
  • green value is 25;
  • blue value is 13.
RGB:
(21,25,13)
(8%,10%,5%)

RGB channels and saturation

R 21 of 255 = 8%
G 25 of 255 = 10%
B 13 of 255 = 5%

21
25
13

R + G + B ~ 8%. #15190D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 25 + 13 = 59 (100%)
R 21 of 59 ~ 35.59%
G 25 of 59 ~ 42.37%
B 13 of 59 ~ 22.03%

%35.59
%42.37
%22.03

CMYK color model

#15190D color CMYK value is (16,0,48,90).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 90.20%
CMYK:
(16,0,48,90)
C16M0Y48K90 
(16%,0%,48%,90%)
(0.16/0.00/0.48/0.90)	

CMYK percentages

%16
%0
%48
%90.2

Codes

Color #15190D in popluar color models

15190D
RGB212513
HSL80°31.58%7.45%
HSB/HSV80°48.00%9.80%
CMYK16.00%0.00%48.00%
90.20%

Color #15190D in popluar number systems.

HEX15190D
Decimal212513
Binary10101110011101
Octal253115

Shades and tints

Shades of #15190D

#15190D
(21,25,13)
#14170C
(20,23,12)
#13150B
(19,21,11)
#12130A
(18,19,10)
#111109
(17,17,9)
#100F08
(16,15,8)
#0F0D07
(15,13,7)
#0E0B06
(14,11,6)
#0D0905
(13,9,5)
#0C0704
(12,7,4)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #15190D

#15190D
(21,25,13)
#2A2D23
(42,45,35)
#3F4139
(63,65,57)
#54554F
(84,85,79)
#696965
(105,105,101)
#7E7D7B
(126,125,123)
#939191
(147,145,145)
#A8A5A7
(168,165,167)
#BDB9BD
(189,185,189)
#D2CDD3
(210,205,211)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15190D color. Also use rgb(21,25,13) instead hex code.

Text Font Color

.myTextColor { color: #15190D; }

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

This text font color is #15190D.


Background Color

.myBgColor { background-color: #15190D; }

<div style="background-color:#15190D">Inner text</div>

This div background color is #15190D.


Border color

.myBorderColor { border: 1px solid #15190D; }

<div style="border:3px solid #15190D">Div</div>

This div border color is #15190D.


Opacity

.myOpacity80 { color: #15190D; opacity: 0.8; }

<p style="color:#15190D;opacity:0.8;">80%</p>

Text with #15190D 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 #15190D;}

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

This text has shadow with #15190D color.

.textShadow {text-shadow: 3px 3px 1px #15190D, 3px 3px 1px red;}

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

This text has shadow with #15190D primary color and red secondary color.


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

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

This text has shadow with #15190D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15190D on black background.


Color preview on white background

This text has color #15190D on white background.



Black color preview on #15190D background

This text has black color on #15190D background.


White color preview on #15190D background

This text has white color on #15190D background.