COLOR #250F18

HEX: #250F18
RGB: (37,15,24)

Color info

#250F18 contains red, green and blue colors in about the same proportion. Web safe color of #250F18 is #330000 (or #300).

RGB color model

#250F18 color RGB value is (37,15,24).

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

RGB channels and saturation

R 37 of 255 = 15%
G 15 of 255 = 6%
B 24 of 255 = 9%

37
15
24

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

Portions of RGB colors in percentages

R + G + B =
37 + 15 + 24 = 76 (100%)
R 37 of 76 ~ 48.68%
G 15 of 76 ~ 19.74%
B 24 of 76 ~ 31.58%

%48.68
%19.74
%31.58

CMYK color model

#250F18 color CMYK value is (0,59,35,85).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 35.14%
  • key color value is 85.49%
CMYK:
(0,59,35,85)
C0M59Y35K85 
(0%,59%,35%,85%)
(0.00/0.59/0.35/0.85)	

CMYK percentages

%0
%59.46
%35.14
%85.49

Codes

Color #250F18 in popluar color models

250F18
RGB371524
HSL335°42.31%10.20%
HSB/HSV335°59.46%14.51%
CMYK0.00%59.46%35.14%
85.49%

Color #250F18 in popluar number systems.

HEX250F18
Decimal371524
Binary100101111111000
Octal451730

Shades and tints

Shades of #250F18

#250F18
(37,15,24)
#220E16
(34,14,22)
#1F0D14
(31,13,20)
#1C0C12
(28,12,18)
#190B10
(25,11,16)
#160A0E
(22,10,14)
#13090C
(19,9,12)
#10080A
(16,8,10)
#0D0708
(13,7,8)
#0A0606
(10,6,6)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #250F18

#250F18
(37,15,24)
#38242D
(56,36,45)
#4B3942
(75,57,66)
#5E4E57
(94,78,87)
#71636C
(113,99,108)
#847881
(132,120,129)
#978D96
(151,141,150)
#AAA2AB
(170,162,171)
#BDB7C0
(189,183,192)
#D0CCD5
(208,204,213)
#E3E1EA
(227,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250F18; }

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

This text font color is #250F18.


Background Color

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

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

This div background color is #250F18.


Border color

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

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

This div border color is #250F18.


Opacity

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

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

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

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

This text has shadow with #250F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250F18 on black background.


Color preview on white background

This text has color #250F18 on white background.



Black color preview on #250F18 background

This text has black color on #250F18 background.


White color preview on #250F18 background

This text has white color on #250F18 background.