COLOR #251C24

HEX: #251C24
RGB: (37,28,36)

Color info

#251C24 contains red, green and blue colors in about the same proportion. Web safe color of #251C24 is #333333 (or #333).

RGB color model

#251C24 color RGB value is (37,28,36).

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

RGB channels and saturation

R 37 of 255 = 15%
G 28 of 255 = 11%
B 36 of 255 = 14%

37
28
36

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

Portions of RGB colors in percentages

R + G + B =
37 + 28 + 36 = 101 (100%)
R 37 of 101 ~ 36.63%
G 28 of 101 ~ 27.72%
B 36 of 101 ~ 35.64%

%36.63
%27.72
%35.64

CMYK color model

#251C24 color CMYK value is (0,24,3,85).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 2.70%
  • key color value is 85.49%
CMYK:
(0,24,3,85)
C0M24Y3K85 
(0%,24%,3%,85%)
(0.00/0.24/0.03/0.85)	

CMYK percentages

%0
%24.32
%2.7
%85.49

Codes

Color #251C24 in popluar color models

251C24
RGB372836
HSL307°13.85%12.75%
HSB/HSV307°24.32%14.51%
CMYK0.00%24.32%2.70%
85.49%

Color #251C24 in popluar number systems.

HEX251C24
Decimal372836
Binary10010111100100100
Octal453444

Shades and tints

Shades of #251C24

#251C24
(37,28,36)
#221A21
(34,26,33)
#1F181E
(31,24,30)
#1C161B
(28,22,27)
#191418
(25,20,24)
#161215
(22,18,21)
#131012
(19,16,18)
#100E0F
(16,14,15)
#0D0C0C
(13,12,12)
#0A0A09
(10,10,9)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #251C24

#251C24
(37,28,36)
#383037
(56,48,55)
#4B444A
(75,68,74)
#5E585D
(94,88,93)
#716C70
(113,108,112)
#848083
(132,128,131)
#979496
(151,148,150)
#AAA8A9
(170,168,169)
#BDBCBC
(189,188,188)
#D0D0CF
(208,208,207)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251C24; }

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

This text font color is #251C24.


Background Color

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

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

This div background color is #251C24.


Border color

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

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

This div border color is #251C24.


Opacity

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

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

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

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

This text has shadow with #251C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251C24 on black background.


Color preview on white background

This text has color #251C24 on white background.



Black color preview on #251C24 background

This text has black color on #251C24 background.


White color preview on #251C24 background

This text has white color on #251C24 background.