COLOR #251924

HEX: #251924
RGB: (37,25,36)

Color info

#251924 contains red, green and blue colors in about the same proportion. Web safe color of #251924 is #330033 (or #303).

RGB color model

#251924 color RGB value is (37,25,36).

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

RGB channels and saturation

R 37 of 255 = 15%
G 25 of 255 = 10%
B 36 of 255 = 14%

37
25
36

R + G + B ~ 13%. #251924 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 25 + 36 = 98 (100%)
R 37 of 98 ~ 37.76%
G 25 of 98 ~ 25.51%
B 36 of 98 ~ 36.73%

%37.76
%25.51
%36.73

CMYK color model

#251924 color CMYK value is (0,32,3,85).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 2.70%
  • key color value is 85.49%
CMYK:
(0,32,3,85)
C0M32Y3K85 
(0%,32%,3%,85%)
(0.00/0.32/0.03/0.85)	

CMYK percentages

%0
%32.43
%2.7
%85.49

Codes

Color #251924 in popluar color models

251924
RGB372536
HSL305°19.35%12.16%
HSB/HSV305°32.43%14.51%
CMYK0.00%32.43%2.70%
85.49%

Color #251924 in popluar number systems.

HEX251924
Decimal372536
Binary10010111001100100
Octal453144

Shades and tints

Shades of #251924

#251924
(37,25,36)
#221721
(34,23,33)
#1F151E
(31,21,30)
#1C131B
(28,19,27)
#191118
(25,17,24)
#160F15
(22,15,21)
#130D12
(19,13,18)
#100B0F
(16,11,15)
#0D090C
(13,9,12)
#0A0709
(10,7,9)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #251924

#251924
(37,25,36)
#382D37
(56,45,55)
#4B414A
(75,65,74)
#5E555D
(94,85,93)
#716970
(113,105,112)
#847D83
(132,125,131)
#979196
(151,145,150)
#AAA5A9
(170,165,169)
#BDB9BC
(189,185,188)
#D0CDCF
(208,205,207)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251924; }

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

This text font color is #251924.


Background Color

.myBgColor { background-color: #251924; }

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

This div background color is #251924.


Border color

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

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

This div border color is #251924.


Opacity

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

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

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

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

This text has shadow with #251924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251924 on black background.


Color preview on white background

This text has color #251924 on white background.



Black color preview on #251924 background

This text has black color on #251924 background.


White color preview on #251924 background

This text has white color on #251924 background.