COLOR #15251C

HEX: #15251C
RGB: (21,37,28)

Color info

#15251C contains red, green and blue colors in about the same proportion. Web safe color of #15251C is #003333 (or #033).

RGB color model

#15251C color RGB value is (21,37,28).

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

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 28 of 255 = 11%

21
37
28

R + G + B ~ 11%. #15251C is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 37 + 28 = 86 (100%)
R 21 of 86 ~ 24.42%
G 37 of 86 ~ 43.02%
B 28 of 86 ~ 32.56%

%24.42
%43.02
%32.56

CMYK color model

#15251C color CMYK value is (43,0,24,85).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK:
(43,0,24,85)
C43M0Y24K85 
(43%,0%,24%,85%)
(0.43/0.00/0.24/0.85)	

CMYK percentages

%43.24
%0
%24.32
%85.49

Codes

Color #15251C in popluar color models

15251C
RGB213728
HSL146°27.59%11.37%
HSB/HSV146°43.24%14.51%
CMYK43.24%0.00%24.32%
85.49%

Color #15251C in popluar number systems.

HEX15251C
Decimal213728
Binary1010110010111100
Octal254534

Shades and tints

Shades of #15251C

#15251C
(21,37,28)
#14221A
(20,34,26)
#131F18
(19,31,24)
#121C16
(18,28,22)
#111914
(17,25,20)
#101612
(16,22,18)
#0F1310
(15,19,16)
#0E100E
(14,16,14)
#0D0D0C
(13,13,12)
#0C0A0A
(12,10,10)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #15251C

#15251C
(21,37,28)
#2A3830
(42,56,48)
#3F4B44
(63,75,68)
#545E58
(84,94,88)
#69716C
(105,113,108)
#7E8480
(126,132,128)
#939794
(147,151,148)
#A8AAA8
(168,170,168)
#BDBDBC
(189,189,188)
#D2D0D0
(210,208,208)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15251C; }

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

This text font color is #15251C.


Background Color

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

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

This div background color is #15251C.


Border color

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

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

This div border color is #15251C.


Opacity

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

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

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

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

This text has shadow with #15251C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15251C on black background.


Color preview on white background

This text has color #15251C on white background.



Black color preview on #15251C background

This text has black color on #15251C background.


White color preview on #15251C background

This text has white color on #15251C background.