COLOR #251D20

HEX: #251D20 RGB: (37,29,32)

Color info

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

RGB color model

#251D20 color RGB value is (37,29,32).

RGB: (37,29,32) (15%, 11%, 13%)

RGB channels and saturation

R 37 of 255 = 15%
G 29 of 255 = 11%
B 32 of 255 = 13%

37
29
32

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

Portions of RGB colors in percentages

R + G + B = 37 + 29 + 32 = 98 (100%)
R 37 of 98 ~ 37.76%
G 29 of 98 ~ 29.59%
B 32 of 98 ~ 32.65'%

%37.76
%29.59
%32.65

CMYK color model

#251D20 color CMYK value is (0,22,14,85).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 13.51%
  • key color value is 85.49%

CMYK: (0,22,14,85)
C0M22Y14K85 (0%, 22%, 14%, 85%)
(0.00 / 0.22 / 0.14 / 0.85)

CMYK percentages

%0
%21.62
%13.51
%85.49

Codes

Color #251D20 in popluar color models

25 1D 20
RGB 37 29 32
HSL 338° 12.12% 12.94%
HSB/HSV 338° 21.62% 14.51%
CMYK 0.00% 21.62% 13.51%
85.49%

Color #251D20 in popluar number systems.

HEX 25 1D 20
Decimal 37 29 32
Binary 100101 11101 100000
Octal 45 35 40

Shades and tints

Shades of #251D20

#251D20
(37,29,32)
#221B1E
(34,27,30)
#1F191C
(31,25,28)
#1C171A
(28,23,26)
#191518
(25,21,24)
#161316
(22,19,22)
#131114
(19,17,20)
#100F12
(16,15,18)
#0D0D10
(13,13,16)
#0A0B0E
(10,11,14)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #251D20

#251D20
(37,29,32)
#383134
(56,49,52)
#4B4548
(75,69,72)
#5E595C
(94,89,92)
#716D70
(113,109,112)
#848184
(132,129,132)
#979598
(151,149,152)
#AAA9AC
(170,169,172)
#BDBDC0
(189,189,192)
#D0D1D4
(208,209,212)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251D20 color. Also use rgb(37,29,32) instead hex code.

Text Font Color

.myTextColor { color: #251D20; }

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

This text font color is #251D20.

Background Color

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

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

This div background color is #251D20.

Border color

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

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

This div border color is #251D20.

Opacity

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

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

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

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

This text has shadow with #251D20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251D20.

Preview

Color preview on black background

This text has color #251D20 on black background.


Color preview on white background

This text has color #251D20 on white background.


Black color preview on #251D20 background

This text has black color on #251D20 background.


White color preview on #251D20 background

This text has white color on #251D20 background.


Related colors

Complementary color

Complementary color for #hex is #DAE2DF.


I love getcolorcode.com

Triadic colors

1 #20251D and #1D2025 with #251D20 are triadic colors.

2 #201D25 and #1D2520 with #251D20 are triadic colors.