COLOR #251A15

HEX: #251A15
RGB: (37,26,21)

Color info

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

RGB color model

#251A15 color RGB value is (37,26,21).

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

RGB channels and saturation

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

37
26
21

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

Portions of RGB colors in percentages

R + G + B =
37 + 26 + 21 = 84 (100%)
R 37 of 84 ~ 44.05%
G 26 of 84 ~ 30.95%
B 21 of 84 ~ 25%

%44.05
%30.95
%25

CMYK color model

#251A15 color CMYK value is (0,30,43,85).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 43.24%
  • key color value is 85.49%
CMYK:
(0,30,43,85)
C0M30Y43K85 
(0%,30%,43%,85%)
(0.00/0.30/0.43/0.85)	

CMYK percentages

%0
%29.73
%43.24
%85.49

Codes

Color #251A15 in popluar color models

251A15
RGB372621
HSL19°27.59%11.37%
HSB/HSV19°43.24%14.51%
CMYK0.00%29.73%43.24%
85.49%

Color #251A15 in popluar number systems.

HEX251A15
Decimal372621
Binary1001011101010101
Octal453225

Shades and tints

Shades of #251A15

#251A15
(37,26,21)
#221814
(34,24,20)
#1F1613
(31,22,19)
#1C1412
(28,20,18)
#191211
(25,18,17)
#161010
(22,16,16)
#130E0F
(19,14,15)
#100C0E
(16,12,14)
#0D0A0D
(13,10,13)
#0A080C
(10,8,12)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #251A15

#251A15
(37,26,21)
#382E2A
(56,46,42)
#4B423F
(75,66,63)
#5E5654
(94,86,84)
#716A69
(113,106,105)
#847E7E
(132,126,126)
#979293
(151,146,147)
#AAA6A8
(170,166,168)
#BDBABD
(189,186,189)
#D0CED2
(208,206,210)
#E3E2E7
(227,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251A15; }

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

This text font color is #251A15.


Background Color

.myBgColor { background-color: #251A15; }

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

This div background color is #251A15.


Border color

.myBorderColor { border: 1px solid #251A15; }

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

This div border color is #251A15.


Opacity

.myOpacity80 { color: #251A15; opacity: 0.8; }

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

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

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

This text has shadow with #251A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251A15 on black background.


Color preview on white background

This text has color #251A15 on white background.



Black color preview on #251A15 background

This text has black color on #251A15 background.


White color preview on #251A15 background

This text has white color on #251A15 background.