COLOR #250D2C

HEX: #250D2C
RGB: (37,13,44)

Color info

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

RGB color model

#250D2C color RGB value is (37,13,44).

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

RGB channels and saturation

R 37 of 255 = 15%
G 13 of 255 = 5%
B 44 of 255 = 17%

37
13
44

R + G + B ~ 12%. #250D2C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 13 + 44 = 94 (100%)
R 37 of 94 ~ 39.36%
G 13 of 94 ~ 13.83%
B 44 of 94 ~ 46.81%

%39.36
%13.83
%46.81

CMYK color model

#250D2C color CMYK value is (16,70,0,83).

  • cyan value is 15.91%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(16,70,0,83)
C16M70Y0K83 
(16%,70%,0%,83%)
(0.16/0.70/0.00/0.83)	

CMYK percentages

%15.91
%70.45
%0
%82.75

Codes

Color #250D2C in popluar color models

250D2C
RGB371344
HSL286°54.39%11.18%
HSB/HSV286°70.45%17.25%
CMYK15.91%70.45%0.00%
82.75%

Color #250D2C in popluar number systems.

HEX250D2C
Decimal371344
Binary1001011101101100
Octal451554

Shades and tints

Shades of #250D2C

#250D2C
(37,13,44)
#220C28
(34,12,40)
#1F0B24
(31,11,36)
#1C0A20
(28,10,32)
#19091C
(25,9,28)
#160818
(22,8,24)
#130714
(19,7,20)
#100610
(16,6,16)
#0D050C
(13,5,12)
#0A0408
(10,4,8)
#070304
(7,3,4)
#000000
(0,0,0)

Tints of #250D2C

#250D2C
(37,13,44)
#38233F
(56,35,63)
#4B3952
(75,57,82)
#5E4F65
(94,79,101)
#716578
(113,101,120)
#847B8B
(132,123,139)
#97919E
(151,145,158)
#AAA7B1
(170,167,177)
#BDBDC4
(189,189,196)
#D0D3D7
(208,211,215)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250D2C; }

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

This text font color is #250D2C.


Background Color

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

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

This div background color is #250D2C.


Border color

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

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

This div border color is #250D2C.


Opacity

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

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

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

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

This text has shadow with #250D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250D2C on black background.


Color preview on white background

This text has color #250D2C on white background.



Black color preview on #250D2C background

This text has black color on #250D2C background.


White color preview on #250D2C background

This text has white color on #250D2C background.