COLOR #251A13

HEX: #251A13
RGB: (37,26,19)

Color info

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

RGB color model

#251A13 color RGB value is (37,26,19).

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

RGB channels and saturation

R 37 of 255 = 15%
G 26 of 255 = 10%
B 19 of 255 = 7%

37
26
19

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

Portions of RGB colors in percentages

R + G + B =
37 + 26 + 19 = 82 (100%)
R 37 of 82 ~ 45.12%
G 26 of 82 ~ 31.71%
B 19 of 82 ~ 23.17%

%45.12
%31.71
%23.17

CMYK color model

#251A13 color CMYK value is (0,30,49,85).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 48.65%
  • key color value is 85.49%
CMYK:
(0,30,49,85)
C0M30Y49K85 
(0%,30%,49%,85%)
(0.00/0.30/0.49/0.85)	

CMYK percentages

%0
%29.73
%48.65
%85.49

Codes

Color #251A13 in popluar color models

251A13
RGB372619
HSL23°32.14%10.98%
HSB/HSV23°48.65%14.51%
CMYK0.00%29.73%48.65%
85.49%

Color #251A13 in popluar number systems.

HEX251A13
Decimal372619
Binary1001011101010011
Octal453223

Shades and tints

Shades of #251A13

#251A13
(37,26,19)
#221812
(34,24,18)
#1F1611
(31,22,17)
#1C1410
(28,20,16)
#19120F
(25,18,15)
#16100E
(22,16,14)
#130E0D
(19,14,13)
#100C0C
(16,12,12)
#0D0A0B
(13,10,11)
#0A080A
(10,8,10)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #251A13

#251A13
(37,26,19)
#382E28
(56,46,40)
#4B423D
(75,66,61)
#5E5652
(94,86,82)
#716A67
(113,106,103)
#847E7C
(132,126,124)
#979291
(151,146,145)
#AAA6A6
(170,166,166)
#BDBABB
(189,186,187)
#D0CED0
(208,206,208)
#E3E2E5
(227,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251A13; }

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

This text font color is #251A13.


Background Color

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

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

This div background color is #251A13.


Border color

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

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

This div border color is #251A13.


Opacity

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

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

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

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

This text has shadow with #251A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251A13 on black background.


Color preview on white background

This text has color #251A13 on white background.



Black color preview on #251A13 background

This text has black color on #251A13 background.


White color preview on #251A13 background

This text has white color on #251A13 background.