COLOR #251C13

HEX: #251C13 RGB: (37,28,19)

Color info

#251C13 contains red, green and blue colors in about the same proportion. Web safe color of #251C13 is #333300 (or #330).

RGB color model

#251C13 color RGB value is (37,28,19).

RGB: (37,28,19) (15%, 11%, 7%)

RGB channels and saturation

R 37 of 255 = 15%
G 28 of 255 = 11%
B 19 of 255 = 7%

37
28
19

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

Portions of RGB colors in percentages

R + G + B = 37 + 28 + 19 = 84 (100%)
R 37 of 84 ~ 44.05%
G 28 of 84 ~ 33.33%
B 19 of 84 ~ 22.62'%

%44.05
%33.33
%22.62

CMYK color model

#251C13 color CMYK value is (0,24,49,85).

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

CMYK: (0,24,49,85)
C0M24Y49K85 (0%, 24%, 49%, 85%)
(0.00 / 0.24 / 0.49 / 0.85)

CMYK percentages

%0
%24.32
%48.65
%85.49

Codes

Color #251C13 in popluar color models

25 1C 13
RGB 37 28 19
HSL 30° 32.14% 10.98%
HSB/HSV 30° 48.65% 14.51%
CMYK 0.00% 24.32% 48.65%
85.49%

Color #251C13 in popluar number systems.

HEX 25 1C 13
Decimal 37 28 19
Binary 100101 11100 10011
Octal 45 34 23

Shades and tints

Shades of #251C13

#251C13
(37,28,19)
#221A12
(34,26,18)
#1F1811
(31,24,17)
#1C1610
(28,22,16)
#19140F
(25,20,15)
#16120E
(22,18,14)
#13100D
(19,16,13)
#100E0C
(16,14,12)
#0D0C0B
(13,12,11)
#0A0A0A
(10,10,10)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #251C13

#251C13
(37,28,19)
#383028
(56,48,40)
#4B443D
(75,68,61)
#5E5852
(94,88,82)
#716C67
(113,108,103)
#84807C
(132,128,124)
#979491
(151,148,145)
#AAA8A6
(170,168,166)
#BDBCBB
(189,188,187)
#D0D0D0
(208,208,208)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251C13; }

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

This text font color is #251C13.

Background Color

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

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

This div background color is #251C13.

Border color

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

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

This div border color is #251C13.

Opacity

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

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

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

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

This text has shadow with #251C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251C13.

Preview

Color preview on black background

This text has color #251C13 on black background.


Color preview on white background

This text has color #251C13 on white background.


Black color preview on #251C13 background

This text has black color on #251C13 background.


White color preview on #251C13 background

This text has white color on #251C13 background.


Related colors

Complementary color

Complementary color for #hex is #DAE3EC.


I love getcolorcode.com

Triadic colors

1 #13251C and #1C1325 with #251C13 are triadic colors.

2 #131C25 and #1C2513 with #251C13 are triadic colors.