COLOR #251C1B

HEX: #251C1B
RGB: (37,28,27)

Color info

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

RGB color model

#251C1B color RGB value is (37,28,27).

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

RGB channels and saturation

R 37 of 255 = 15%
G 28 of 255 = 11%
B 27 of 255 = 11%

37
28
27

R + G + B ~ 12%. #251C1B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 28 + 27 = 92 (100%)
R 37 of 92 ~ 40.22%
G 28 of 92 ~ 30.43%
B 27 of 92 ~ 29.35%

%40.22
%30.43
%29.35

CMYK color model

#251C1B color CMYK value is (0,24,27,85).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 27.03%
  • key color value is 85.49%
CMYK:
(0,24,27,85)
C0M24Y27K85 
(0%,24%,27%,85%)
(0.00/0.24/0.27/0.85)	

CMYK percentages

%0
%24.32
%27.03
%85.49

Codes

Color #251C1B in popluar color models

251C1B
RGB372827
HSL15.63%12.55%
HSB/HSV27.03%14.51%
CMYK0.00%24.32%27.03%
85.49%

Color #251C1B in popluar number systems.

HEX251C1B
Decimal372827
Binary1001011110011011
Octal453433

Shades and tints

Shades of #251C1B

#251C1B
(37,28,27)
#221A19
(34,26,25)
#1F1817
(31,24,23)
#1C1615
(28,22,21)
#191413
(25,20,19)
#161211
(22,18,17)
#13100F
(19,16,15)
#100E0D
(16,14,13)
#0D0C0B
(13,12,11)
#0A0A09
(10,10,9)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #251C1B

#251C1B
(37,28,27)
#38302F
(56,48,47)
#4B4443
(75,68,67)
#5E5857
(94,88,87)
#716C6B
(113,108,107)
#84807F
(132,128,127)
#979493
(151,148,147)
#AAA8A7
(170,168,167)
#BDBCBB
(189,188,187)
#D0D0CF
(208,208,207)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251C1B; }

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

This text font color is #251C1B.


Background Color

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

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

This div background color is #251C1B.


Border color

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

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

This div border color is #251C1B.


Opacity

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

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

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

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

This text has shadow with #251C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251C1B on black background.


Color preview on white background

This text has color #251C1B on white background.



Black color preview on #251C1B background

This text has black color on #251C1B background.


White color preview on #251C1B background

This text has white color on #251C1B background.