COLOR #251615

HEX: #251615
RGB: (37,22,21)

Color info

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

RGB color model

#251615 color RGB value is (37,22,21).

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

RGB channels and saturation

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

37
22
21

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

Portions of RGB colors in percentages

R + G + B =
37 + 22 + 21 = 80 (100%)
R 37 of 80 ~ 46.25%
G 22 of 80 ~ 27.5%
B 21 of 80 ~ 26.25%

%46.25
%27.5
%26.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 43.24%
  • key color value is 85.49%
CMYK:
(0,41,43,85)
C0M41Y43K85 
(0%,41%,43%,85%)
(0.00/0.41/0.43/0.85)	

CMYK percentages

%0
%40.54
%43.24
%85.49

Codes

Color #251615 in popluar color models

251615
RGB372221
HSL27.59%11.37%
HSB/HSV43.24%14.51%
CMYK0.00%40.54%43.24%
85.49%

Color #251615 in popluar number systems.

HEX251615
Decimal372221
Binary1001011011010101
Octal452625

Shades and tints

Shades of #251615

#251615
(37,22,21)
#221414
(34,20,20)
#1F1213
(31,18,19)
#1C1012
(28,16,18)
#190E11
(25,14,17)
#160C10
(22,12,16)
#130A0F
(19,10,15)
#10080E
(16,8,14)
#0D060D
(13,6,13)
#0A040C
(10,4,12)
#07020B
(7,2,11)
#000000
(0,0,0)

Tints of #251615

#251615
(37,22,21)
#382B2A
(56,43,42)
#4B403F
(75,64,63)
#5E5554
(94,85,84)
#716A69
(113,106,105)
#847F7E
(132,127,126)
#979493
(151,148,147)
#AAA9A8
(170,169,168)
#BDBEBD
(189,190,189)
#D0D3D2
(208,211,210)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251615; }

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

This text font color is #251615.


Background Color

.myBgColor { background-color: #251615; }

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

This div background color is #251615.


Border color

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

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

This div border color is #251615.


Opacity

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

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

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

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

This text has shadow with #251615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251615 on black background.


Color preview on white background

This text has color #251615 on white background.



Black color preview on #251615 background

This text has black color on #251615 background.


White color preview on #251615 background

This text has white color on #251615 background.