COLOR #250C0F

HEX: #250C0F
RGB: (37,12,15)

Color info

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

RGB color model

#250C0F color RGB value is (37,12,15).

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

RGB channels and saturation

R 37 of 255 = 15%
G 12 of 255 = 5%
B 15 of 255 = 6%

37
12
15

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

Portions of RGB colors in percentages

R + G + B =
37 + 12 + 15 = 64 (100%)
R 37 of 64 ~ 57.81%
G 12 of 64 ~ 18.75%
B 15 of 64 ~ 23.44%

%57.81
%18.75
%23.44

CMYK color model

#250C0F color CMYK value is (0,68,59,85).

  • cyan value is 0.00%
  • magenta value is 67.57%
  • yellow value is 59.46%
  • key color value is 85.49%
CMYK:
(0,68,59,85)
C0M68Y59K85 
(0%,68%,59%,85%)
(0.00/0.68/0.59/0.85)	

CMYK percentages

%0
%67.57
%59.46
%85.49

Codes

Color #250C0F in popluar color models

250C0F
RGB371215
HSL353°51.02%9.61%
HSB/HSV353°67.57%14.51%
CMYK0.00%67.57%59.46%
85.49%

Color #250C0F in popluar number systems.

HEX250C0F
Decimal371215
Binary10010111001111
Octal451417

Shades and tints

Shades of #250C0F

#250C0F
(37,12,15)
#220B0E
(34,11,14)
#1F0A0D
(31,10,13)
#1C090C
(28,9,12)
#19080B
(25,8,11)
#16070A
(22,7,10)
#130609
(19,6,9)
#100508
(16,5,8)
#0D0407
(13,4,7)
#0A0306
(10,3,6)
#070205
(7,2,5)
#000000
(0,0,0)

Tints of #250C0F

#250C0F
(37,12,15)
#382224
(56,34,36)
#4B3839
(75,56,57)
#5E4E4E
(94,78,78)
#716463
(113,100,99)
#847A78
(132,122,120)
#97908D
(151,144,141)
#AAA6A2
(170,166,162)
#BDBCB7
(189,188,183)
#D0D2CC
(208,210,204)
#E3E8E1
(227,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250C0F; }

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

This text font color is #250C0F.


Background Color

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

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

This div background color is #250C0F.


Border color

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

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

This div border color is #250C0F.


Opacity

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

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

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

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

This text has shadow with #250C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250C0F on black background.


Color preview on white background

This text has color #250C0F on white background.



Black color preview on #250C0F background

This text has black color on #250C0F background.


White color preview on #250C0F background

This text has white color on #250C0F background.