COLOR #251D2A

HEX: #251D2A
RGB: (37,29,42)

Color info

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

RGB color model

#251D2A color RGB value is (37,29,42).

  • red value is 37;
  • green value is 29;
  • blue value is 42.
RGB:
(37,29,42)
(15%,11%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 29 of 255 = 11%
B 42 of 255 = 16%

37
29
42

R + G + B ~ 14%. #251D2A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 29 + 42 = 108 (100%)
R 37 of 108 ~ 34.26%
G 29 of 108 ~ 26.85%
B 42 of 108 ~ 38.89%

%34.26
%26.85
%38.89

CMYK color model

#251D2A color CMYK value is (12,31,0,84).

  • cyan value is 11.90%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(12,31,0,84)
C12M31Y0K84 
(12%,31%,0%,84%)
(0.12/0.31/0.00/0.84)	

CMYK percentages

%11.9
%30.95
%0
%83.53

Codes

Color #251D2A in popluar color models

251D2A
RGB372942
HSL277°18.31%13.92%
HSB/HSV277°30.95%16.47%
CMYK11.90%30.95%0.00%
83.53%

Color #251D2A in popluar number systems.

HEX251D2A
Decimal372942
Binary10010111101101010
Octal453552

Shades and tints

Shades of #251D2A

#251D2A
(37,29,42)
#221B27
(34,27,39)
#1F1924
(31,25,36)
#1C1721
(28,23,33)
#19151E
(25,21,30)
#16131B
(22,19,27)
#131118
(19,17,24)
#100F15
(16,15,21)
#0D0D12
(13,13,18)
#0A0B0F
(10,11,15)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #251D2A

#251D2A
(37,29,42)
#38313D
(56,49,61)
#4B4550
(75,69,80)
#5E5963
(94,89,99)
#716D76
(113,109,118)
#848189
(132,129,137)
#97959C
(151,149,156)
#AAA9AF
(170,169,175)
#BDBDC2
(189,189,194)
#D0D1D5
(208,209,213)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251D2A; }

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

This text font color is #251D2A.


Background Color

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

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

This div background color is #251D2A.


Border color

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

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

This div border color is #251D2A.


Opacity

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

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

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

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

This text has shadow with #251D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251D2A on black background.


Color preview on white background

This text has color #251D2A on white background.



Black color preview on #251D2A background

This text has black color on #251D2A background.


White color preview on #251D2A background

This text has white color on #251D2A background.