COLOR #15251F

HEX: #15251F RGB: (21,37,31)

Color info

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

RGB color model

#15251F color RGB value is (21,37,31).

RGB: (21,37,31) (8%, 15%, 12%)

RGB channels and saturation

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

21
37
31

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

Portions of RGB colors in percentages

R + G + B = 21 + 37 + 31 = 89 (100%)
R 21 of 89 ~ 23.6%
G 37 of 89 ~ 41.57%
B 31 of 89 ~ 34.83'%

%23.6
%41.57
%34.83

CMYK color model

#15251F color CMYK value is (43,0,16,85).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 85.49%

CMYK: (43,0,16,85)
C43M0Y16K85 (43%, 0%, 16%, 85%)
(0.43 / 0.00 / 0.16 / 0.85)

CMYK percentages

%43.24
%0
%16.22
%85.49

Codes

Color #15251F in popluar color models

15 25 1F
RGB 21 37 31
HSL 158° 27.59% 11.37%
HSB/HSV 158° 43.24% 14.51%
CMYK 43.24% 0.00% 16.22%
85.49%

Color #15251F in popluar number systems.

HEX 15 25 1F
Decimal 21 37 31
Binary 10101 100101 11111
Octal 25 45 37

Shades and tints

Shades of #15251F

#15251F
(21,37,31)
#14221D
(20,34,29)
#131F1B
(19,31,27)
#121C19
(18,28,25)
#111917
(17,25,23)
#101615
(16,22,21)
#0F1313
(15,19,19)
#0E1011
(14,16,17)
#0D0D0F
(13,13,15)
#0C0A0D
(12,10,13)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #15251F

#15251F
(21,37,31)
#2A3833
(42,56,51)
#3F4B47
(63,75,71)
#545E5B
(84,94,91)
#69716F
(105,113,111)
#7E8483
(126,132,131)
#939797
(147,151,151)
#A8AAAB
(168,170,171)
#BDBDBF
(189,189,191)
#D2D0D3
(210,208,211)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15251F; }

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

This text font color is #15251F.

Background Color

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

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

This div background color is #15251F.

Border color

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

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

This div border color is #15251F.

Opacity

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

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

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

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

This text has shadow with #15251F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15251F.

Preview

Color preview on black background

This text has color #15251F on black background.


Color preview on white background

This text has color #15251F on white background.


Black color preview on #15251F background

This text has black color on #15251F background.


White color preview on #15251F background

This text has white color on #15251F background.


Related colors

Complementary color

Complementary color for #hex is #EADAE0.


I love getcolorcode.com

Triadic colors

1 #1F1525 and #251F15 with #15251F are triadic colors.

2 #1F2515 and #25151F with #15251F are triadic colors.