COLOR #250D1E

HEX: #250D1E
RGB: (37,13,30)

Color info

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

RGB color model

#250D1E color RGB value is (37,13,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 13 of 255 = 5%
B 30 of 255 = 12%

37
13
30

R + G + B ~ 11%. #250D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 13 + 30 = 80 (100%)
R 37 of 80 ~ 46.25%
G 13 of 80 ~ 16.25%
B 30 of 80 ~ 37.5%

%46.25
%16.25
%37.5

CMYK color model

#250D1E color CMYK value is (0,65,19,85).

  • cyan value is 0.00%
  • magenta value is 64.86%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(0,65,19,85)
C0M65Y19K85 
(0%,65%,19%,85%)
(0.00/0.65/0.19/0.85)	

CMYK percentages

%0
%64.86
%18.92
%85.49

Codes

Color #250D1E in popluar color models

250D1E
RGB371330
HSL318°48.00%9.80%
HSB/HSV318°64.86%14.51%
CMYK0.00%64.86%18.92%
85.49%

Color #250D1E in popluar number systems.

HEX250D1E
Decimal371330
Binary100101110111110
Octal451536

Shades and tints

Shades of #250D1E

#250D1E
(37,13,30)
#220C1C
(34,12,28)
#1F0B1A
(31,11,26)
#1C0A18
(28,10,24)
#190916
(25,9,22)
#160814
(22,8,20)
#130712
(19,7,18)
#100610
(16,6,16)
#0D050E
(13,5,14)
#0A040C
(10,4,12)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #250D1E

#250D1E
(37,13,30)
#382332
(56,35,50)
#4B3946
(75,57,70)
#5E4F5A
(94,79,90)
#71656E
(113,101,110)
#847B82
(132,123,130)
#979196
(151,145,150)
#AAA7AA
(170,167,170)
#BDBDBE
(189,189,190)
#D0D3D2
(208,211,210)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250D1E; }

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

This text font color is #250D1E.


Background Color

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

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

This div background color is #250D1E.


Border color

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

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

This div border color is #250D1E.


Opacity

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

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

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

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

This text has shadow with #250D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250D1E on black background.


Color preview on white background

This text has color #250D1E on white background.



Black color preview on #250D1E background

This text has black color on #250D1E background.


White color preview on #250D1E background

This text has white color on #250D1E background.