COLOR #251515

HEX: #251515 RGB: (37,21,21)

Color info

#251515 contains red, green and blue colors in about the same proportion. Web safe color of #251515 is #330000 (or #300).

RGB color model

#251515 color RGB value is (37,21,21).

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

RGB channels and saturation

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

37
21
21

R + G + B ~ 10%. #251515 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 21 + 21 = 79 (100%)
R 37 of 79 ~ 46.84%
G 21 of 79 ~ 26.58%
B 21 of 79 ~ 26.58'%

%46.84
%26.58
%26.58

CMYK color model

#251515 color CMYK value is (0,43,43,85).

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

CMYK: (0,43,43,85)
C0M43Y43K85 (0%, 43%, 43%, 85%)
(0.00 / 0.43 / 0.43 / 0.85)

CMYK percentages

%0
%43.24
%43.24
%85.49

Codes

Color #251515 in popluar color models

25 15 15
RGB 37 21 21
HSL 27.59% 11.37%
HSB/HSV 43.24% 14.51%
CMYK 0.00% 43.24% 43.24%
85.49%

Color #251515 in popluar number systems.

HEX 25 15 15
Decimal 37 21 21
Binary 100101 10101 10101
Octal 45 25 25

Shades and tints

Shades of #251515

#251515
(37,21,21)
#221414
(34,20,20)
#1F1313
(31,19,19)
#1C1212
(28,18,18)
#191111
(25,17,17)
#161010
(22,16,16)
#130F0F
(19,15,15)
#100E0E
(16,14,14)
#0D0D0D
(13,13,13)
#0A0C0C
(10,12,12)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #251515

#251515
(37,21,21)
#382A2A
(56,42,42)
#4B3F3F
(75,63,63)
#5E5454
(94,84,84)
#716969
(113,105,105)
#847E7E
(132,126,126)
#979393
(151,147,147)
#AAA8A8
(170,168,168)
#BDBDBD
(189,189,189)
#D0D2D2
(208,210,210)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251515; }

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

This text font color is #251515.

Background Color

.myBgColor { background-color: #251515; }

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

This div background color is #251515.

Border color

.myBorderColor { border: 1px solid #251515; }

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

This div border color is #251515.

Opacity

.myOpacity80 { color: #251515; opacity: 0.8; }

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

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

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

This text has shadow with #251515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251515.

Preview

Color preview on black background

This text has color #251515 on black background.


Color preview on white background

This text has color #251515 on white background.


Black color preview on #251515 background

This text has black color on #251515 background.


White color preview on #251515 background

This text has white color on #251515 background.


Related colors

Complementary color

Complementary color for #hex is #DAEAEA.


I love getcolorcode.com