COLOR #250F24

HEX: #250F24
RGB: (37,15,36)

Color info

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

RGB color model

#250F24 color RGB value is (37,15,36).

  • red value is 37;
  • green value is 15;
  • blue value is 36.
RGB:
(37,15,36)
(15%,6%,14%)

RGB channels and saturation

R 37 of 255 = 15%
G 15 of 255 = 6%
B 36 of 255 = 14%

37
15
36

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

Portions of RGB colors in percentages

R + G + B =
37 + 15 + 36 = 88 (100%)
R 37 of 88 ~ 42.05%
G 15 of 88 ~ 17.05%
B 36 of 88 ~ 40.91%

%42.05
%17.05
%40.91

CMYK color model

#250F24 color CMYK value is (0,59,3,85).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 2.70%
  • key color value is 85.49%
CMYK:
(0,59,3,85)
C0M59Y3K85 
(0%,59%,3%,85%)
(0.00/0.59/0.03/0.85)	

CMYK percentages

%0
%59.46
%2.7
%85.49

Codes

Color #250F24 in popluar color models

250F24
RGB371536
HSL303°42.31%10.20%
HSB/HSV303°59.46%14.51%
CMYK0.00%59.46%2.70%
85.49%

Color #250F24 in popluar number systems.

HEX250F24
Decimal371536
Binary1001011111100100
Octal451744

Shades and tints

Shades of #250F24

#250F24
(37,15,36)
#220E21
(34,14,33)
#1F0D1E
(31,13,30)
#1C0C1B
(28,12,27)
#190B18
(25,11,24)
#160A15
(22,10,21)
#130912
(19,9,18)
#10080F
(16,8,15)
#0D070C
(13,7,12)
#0A0609
(10,6,9)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #250F24

#250F24
(37,15,36)
#382437
(56,36,55)
#4B394A
(75,57,74)
#5E4E5D
(94,78,93)
#716370
(113,99,112)
#847883
(132,120,131)
#978D96
(151,141,150)
#AAA2A9
(170,162,169)
#BDB7BC
(189,183,188)
#D0CCCF
(208,204,207)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250F24 color. Also use rgb(37,15,36) instead hex code.

Text Font Color

.myTextColor { color: #250F24; }

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

This text font color is #250F24.


Background Color

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

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

This div background color is #250F24.


Border color

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

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

This div border color is #250F24.


Opacity

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

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

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

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

This text has shadow with #250F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250F24 on black background.


Color preview on white background

This text has color #250F24 on white background.



Black color preview on #250F24 background

This text has black color on #250F24 background.


White color preview on #250F24 background

This text has white color on #250F24 background.