COLOR #250B0E

HEX: #250B0E
RGB: (37,11,14)

Color info

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

RGB color model

#250B0E color RGB value is (37,11,14).

  • red value is 37;
  • green value is 11;
  • blue value is 14.
RGB:
(37,11,14)
(15%,4%,5%)

RGB channels and saturation

R 37 of 255 = 15%
G 11 of 255 = 4%
B 14 of 255 = 5%

37
11
14

R + G + B ~ 8%. #250B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 11 + 14 = 62 (100%)
R 37 of 62 ~ 59.68%
G 11 of 62 ~ 17.74%
B 14 of 62 ~ 22.58%

%59.68
%17.74
%22.58

CMYK color model

#250B0E color CMYK value is (0,70,62,85).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 62.16%
  • key color value is 85.49%
CMYK:
(0,70,62,85)
C0M70Y62K85 
(0%,70%,62%,85%)
(0.00/0.70/0.62/0.85)	

CMYK percentages

%0
%70.27
%62.16
%85.49

Codes

Color #250B0E in popluar color models

250B0E
RGB371114
HSL353°54.17%9.41%
HSB/HSV353°70.27%14.51%
CMYK0.00%70.27%62.16%
85.49%

Color #250B0E in popluar number systems.

HEX250B0E
Decimal371114
Binary10010110111110
Octal451316

Shades and tints

Shades of #250B0E

#250B0E
(37,11,14)
#220A0D
(34,10,13)
#1F090C
(31,9,12)
#1C080B
(28,8,11)
#19070A
(25,7,10)
#160609
(22,6,9)
#130508
(19,5,8)
#100407
(16,4,7)
#0D0306
(13,3,6)
#0A0205
(10,2,5)
#070104
(7,1,4)
#000000
(0,0,0)

Tints of #250B0E

#250B0E
(37,11,14)
#382123
(56,33,35)
#4B3738
(75,55,56)
#5E4D4D
(94,77,77)
#716362
(113,99,98)
#847977
(132,121,119)
#978F8C
(151,143,140)
#AAA5A1
(170,165,161)
#BDBBB6
(189,187,182)
#D0D1CB
(208,209,203)
#E3E7E0
(227,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250B0E color. Also use rgb(37,11,14) instead hex code.

Text Font Color

.myTextColor { color: #250B0E; }

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

This text font color is #250B0E.


Background Color

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

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

This div background color is #250B0E.


Border color

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

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

This div border color is #250B0E.


Opacity

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

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

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

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

This text has shadow with #250B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250B0E on black background.


Color preview on white background

This text has color #250B0E on white background.



Black color preview on #250B0E background

This text has black color on #250B0E background.


White color preview on #250B0E background

This text has white color on #250B0E background.