COLOR #251918

HEX: #251918
RGB: (37,25,24)

Color info

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

RGB color model

#251918 color RGB value is (37,25,24).

  • red value is 37;
  • green value is 25;
  • blue value is 24.
RGB:
(37,25,24)
(15%,10%,9%)

RGB channels and saturation

R 37 of 255 = 15%
G 25 of 255 = 10%
B 24 of 255 = 9%

37
25
24

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

Portions of RGB colors in percentages

R + G + B =
37 + 25 + 24 = 86 (100%)
R 37 of 86 ~ 43.02%
G 25 of 86 ~ 29.07%
B 24 of 86 ~ 27.91%

%43.02
%29.07
%27.91

CMYK color model

#251918 color CMYK value is (0,32,35,85).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 35.14%
  • key color value is 85.49%
CMYK:
(0,32,35,85)
C0M32Y35K85 
(0%,32%,35%,85%)
(0.00/0.32/0.35/0.85)	

CMYK percentages

%0
%32.43
%35.14
%85.49

Codes

Color #251918 in popluar color models

251918
RGB372524
HSL21.31%11.96%
HSB/HSV35.14%14.51%
CMYK0.00%32.43%35.14%
85.49%

Color #251918 in popluar number systems.

HEX251918
Decimal372524
Binary1001011100111000
Octal453130

Shades and tints

Shades of #251918

#251918
(37,25,24)
#221716
(34,23,22)
#1F1514
(31,21,20)
#1C1312
(28,19,18)
#191110
(25,17,16)
#160F0E
(22,15,14)
#130D0C
(19,13,12)
#100B0A
(16,11,10)
#0D0908
(13,9,8)
#0A0706
(10,7,6)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #251918

#251918
(37,25,24)
#382D2D
(56,45,45)
#4B4142
(75,65,66)
#5E5557
(94,85,87)
#71696C
(113,105,108)
#847D81
(132,125,129)
#979196
(151,145,150)
#AAA5AB
(170,165,171)
#BDB9C0
(189,185,192)
#D0CDD5
(208,205,213)
#E3E1EA
(227,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251918; }

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

This text font color is #251918.


Background Color

.myBgColor { background-color: #251918; }

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

This div background color is #251918.


Border color

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

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

This div border color is #251918.


Opacity

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

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

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

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

This text has shadow with #251918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251918 on black background.


Color preview on white background

This text has color #251918 on white background.



Black color preview on #251918 background

This text has black color on #251918 background.


White color preview on #251918 background

This text has white color on #251918 background.