COLOR #250D1C

HEX: #250D1C
RGB: (37,13,28)

Color info

#250D1C contains red, green and blue colors in about the same proportion. Web safe color of #250D1C is #330033 (or #303).

RGB color model

#250D1C color RGB value is (37,13,28).

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

RGB channels and saturation

R 37 of 255 = 15%
G 13 of 255 = 5%
B 28 of 255 = 11%

37
13
28

R + G + B ~ 10%. #250D1C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 13 + 28 = 78 (100%)
R 37 of 78 ~ 47.44%
G 13 of 78 ~ 16.67%
B 28 of 78 ~ 35.9%

%47.44
%16.67
%35.9

CMYK color model

#250D1C color CMYK value is (0,65,24,85).

  • cyan value is 0.00%
  • magenta value is 64.86%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK:
(0,65,24,85)
C0M65Y24K85 
(0%,65%,24%,85%)
(0.00/0.65/0.24/0.85)	

CMYK percentages

%0
%64.86
%24.32
%85.49

Codes

Color #250D1C in popluar color models

250D1C
RGB371328
HSL323°48.00%9.80%
HSB/HSV323°64.86%14.51%
CMYK0.00%64.86%24.32%
85.49%

Color #250D1C in popluar number systems.

HEX250D1C
Decimal371328
Binary100101110111100
Octal451534

Shades and tints

Shades of #250D1C

#250D1C
(37,13,28)
#220C1A
(34,12,26)
#1F0B18
(31,11,24)
#1C0A16
(28,10,22)
#190914
(25,9,20)
#160812
(22,8,18)
#130710
(19,7,16)
#10060E
(16,6,14)
#0D050C
(13,5,12)
#0A040A
(10,4,10)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #250D1C

#250D1C
(37,13,28)
#382330
(56,35,48)
#4B3944
(75,57,68)
#5E4F58
(94,79,88)
#71656C
(113,101,108)
#847B80
(132,123,128)
#979194
(151,145,148)
#AAA7A8
(170,167,168)
#BDBDBC
(189,189,188)
#D0D3D0
(208,211,208)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250D1C color. Also use rgb(37,13,28) instead hex code.

Text Font Color

.myTextColor { color: #250D1C; }

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

This text font color is #250D1C.


Background Color

.myBgColor { background-color: #250D1C; }

<div style="background-color:#250D1C">Inner text</div>

This div background color is #250D1C.


Border color

.myBorderColor { border: 1px solid #250D1C; }

<div style="border:3px solid #250D1C">Div</div>

This div border color is #250D1C.


Opacity

.myOpacity80 { color: #250D1C; opacity: 0.8; }

<p style="color:#250D1C;opacity:0.8;">80%</p>

Text with #250D1C 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 #250D1C;}

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

This text has shadow with #250D1C color.

.textShadow {text-shadow: 3px 3px 1px #250D1C, 3px 3px 1px red;}

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

This text has shadow with #250D1C primary color and red secondary color.


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

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

This text has shadow with #250D1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250D1C on black background.


Color preview on white background

This text has color #250D1C on white background.



Black color preview on #250D1C background

This text has black color on #250D1C background.


White color preview on #250D1C background

This text has white color on #250D1C background.