COLOR #251C1E

HEX: #251C1E RGB: (37,28,30)

Color info

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

RGB color model

#251C1E color RGB value is (37,28,30).

RGB: (37,28,30) (15%, 11%, 12%)

RGB channels and saturation

R 37 of 255 = 15%
G 28 of 255 = 11%
B 30 of 255 = 12%

37
28
30

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

Portions of RGB colors in percentages

R + G + B = 37 + 28 + 30 = 95 (100%)
R 37 of 95 ~ 38.95%
G 28 of 95 ~ 29.47%
B 30 of 95 ~ 31.58'%

%38.95
%29.47
%31.58

CMYK color model

#251C1E color CMYK value is (0,24,19,85).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 18.92%
  • key color value is 85.49%

CMYK: (0,24,19,85)
C0M24Y19K85 (0%, 24%, 19%, 85%)
(0.00 / 0.24 / 0.19 / 0.85)

CMYK percentages

%0
%24.32
%18.92
%85.49

Codes

Color #251C1E in popluar color models

25 1C 1E
RGB 37 28 30
HSL 347° 13.85% 12.75%
HSB/HSV 347° 24.32% 14.51%
CMYK 0.00% 24.32% 18.92%
85.49%

Color #251C1E in popluar number systems.

HEX 25 1C 1E
Decimal 37 28 30
Binary 100101 11100 11110
Octal 45 34 36

Shades and tints

Shades of #251C1E

#251C1E
(37,28,30)
#221A1C
(34,26,28)
#1F181A
(31,24,26)
#1C1618
(28,22,24)
#191416
(25,20,22)
#161214
(22,18,20)
#131012
(19,16,18)
#100E10
(16,14,16)
#0D0C0E
(13,12,14)
#0A0A0C
(10,10,12)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #251C1E

#251C1E
(37,28,30)
#383032
(56,48,50)
#4B4446
(75,68,70)
#5E585A
(94,88,90)
#716C6E
(113,108,110)
#848082
(132,128,130)
#979496
(151,148,150)
#AAA8AA
(170,168,170)
#BDBCBE
(189,188,190)
#D0D0D2
(208,208,210)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251C1E; }

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

This text font color is #251C1E.

Background Color

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

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

This div background color is #251C1E.

Border color

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

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

This div border color is #251C1E.

Opacity

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

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

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

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

This text has shadow with #251C1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251C1E.

Preview

Color preview on black background

This text has color #251C1E on black background.


Color preview on white background

This text has color #251C1E on white background.


Black color preview on #251C1E background

This text has black color on #251C1E background.


White color preview on #251C1E background

This text has white color on #251C1E background.


Related colors

Complementary color

Complementary color for #hex is #DAE3E1.


I love getcolorcode.com

Triadic colors

1 #1E251C and #1C1E25 with #251C1E are triadic colors.

2 #1E1C25 and #1C251E with #251C1E are triadic colors.