COLOR #15251E

HEX: #15251E
RGB: (21,37,30)

Color info

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

RGB color model

#15251E color RGB value is (21,37,30).

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

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 30 of 255 = 12%

21
37
30

R + G + B ~ 12%. #15251E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 37 + 30 = 88 (100%)
R 21 of 88 ~ 23.86%
G 37 of 88 ~ 42.05%
B 30 of 88 ~ 34.09%

%23.86
%42.05
%34.09

CMYK color model

#15251E color CMYK value is (43,0,19,85).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(43,0,19,85)
C43M0Y19K85 
(43%,0%,19%,85%)
(0.43/0.00/0.19/0.85)	

CMYK percentages

%43.24
%0
%18.92
%85.49

Codes

Color #15251E in popluar color models

15251E
RGB213730
HSL154°27.59%11.37%
HSB/HSV154°43.24%14.51%
CMYK43.24%0.00%18.92%
85.49%

Color #15251E in popluar number systems.

HEX15251E
Decimal213730
Binary1010110010111110
Octal254536

Shades and tints

Shades of #15251E

#15251E
(21,37,30)
#14221C
(20,34,28)
#131F1A
(19,31,26)
#121C18
(18,28,24)
#111916
(17,25,22)
#101614
(16,22,20)
#0F1312
(15,19,18)
#0E1010
(14,16,16)
#0D0D0E
(13,13,14)
#0C0A0C
(12,10,12)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #15251E

#15251E
(21,37,30)
#2A3832
(42,56,50)
#3F4B46
(63,75,70)
#545E5A
(84,94,90)
#69716E
(105,113,110)
#7E8482
(126,132,130)
#939796
(147,151,150)
#A8AAAA
(168,170,170)
#BDBDBE
(189,189,190)
#D2D0D2
(210,208,210)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15251E; }

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

This text font color is #15251E.


Background Color

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

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

This div background color is #15251E.


Border color

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

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

This div border color is #15251E.


Opacity

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

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

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

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

This text has shadow with #15251E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15251E on black background.


Color preview on white background

This text has color #15251E on white background.



Black color preview on #15251E background

This text has black color on #15251E background.


White color preview on #15251E background

This text has white color on #15251E background.