COLOR #250F12

HEX: #250F12
RGB: (37,15,18)

Color info

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

RGB color model

#250F12 color RGB value is (37,15,18).

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

RGB channels and saturation

R 37 of 255 = 15%
G 15 of 255 = 6%
B 18 of 255 = 7%

37
15
18

R + G + B ~ 9%. #250F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 15 + 18 = 70 (100%)
R 37 of 70 ~ 52.86%
G 15 of 70 ~ 21.43%
B 18 of 70 ~ 25.71%

%52.86
%21.43
%25.71

CMYK color model

#250F12 color CMYK value is (0,59,51,85).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 51.35%
  • key color value is 85.49%
CMYK:
(0,59,51,85)
C0M59Y51K85 
(0%,59%,51%,85%)
(0.00/0.59/0.51/0.85)	

CMYK percentages

%0
%59.46
%51.35
%85.49

Codes

Color #250F12 in popluar color models

250F12
RGB371518
HSL352°42.31%10.20%
HSB/HSV352°59.46%14.51%
CMYK0.00%59.46%51.35%
85.49%

Color #250F12 in popluar number systems.

HEX250F12
Decimal371518
Binary100101111110010
Octal451722

Shades and tints

Shades of #250F12

#250F12
(37,15,18)
#220E11
(34,14,17)
#1F0D10
(31,13,16)
#1C0C0F
(28,12,15)
#190B0E
(25,11,14)
#160A0D
(22,10,13)
#13090C
(19,9,12)
#10080B
(16,8,11)
#0D070A
(13,7,10)
#0A0609
(10,6,9)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #250F12

#250F12
(37,15,18)
#382427
(56,36,39)
#4B393C
(75,57,60)
#5E4E51
(94,78,81)
#716366
(113,99,102)
#84787B
(132,120,123)
#978D90
(151,141,144)
#AAA2A5
(170,162,165)
#BDB7BA
(189,183,186)
#D0CCCF
(208,204,207)
#E3E1E4
(227,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250F12; }

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

This text font color is #250F12.


Background Color

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

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

This div background color is #250F12.


Border color

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

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

This div border color is #250F12.


Opacity

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

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

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

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

This text has shadow with #250F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250F12 on black background.


Color preview on white background

This text has color #250F12 on white background.



Black color preview on #250F12 background

This text has black color on #250F12 background.


White color preview on #250F12 background

This text has white color on #250F12 background.