COLOR #250E09

HEX: #250E09
RGB: (37,14,9)

Color info

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

RGB color model

#250E09 color RGB value is (37,14,9).

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

RGB channels and saturation

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

37
14
9

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

Portions of RGB colors in percentages

R + G + B =
37 + 14 + 9 = 60 (100%)
R 37 of 60 ~ 61.67%
G 14 of 60 ~ 23.33%
B 9 of 60 ~ 15%

%61.67
%23.33
%15

CMYK color model

#250E09 color CMYK value is (0,62,76,85).

  • cyan value is 0.00%
  • magenta value is 62.16%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(0,62,76,85)
C0M62Y76K85 
(0%,62%,76%,85%)
(0.00/0.62/0.76/0.85)	

CMYK percentages

%0
%62.16
%75.68
%85.49

Codes

Color #250E09 in popluar color models

250E09
RGB37149
HSL11°60.87%9.02%
HSB/HSV11°75.68%14.51%
CMYK0.00%62.16%75.68%
85.49%

Color #250E09 in popluar number systems.

HEX250E09
Decimal37149
Binary10010111101001
Octal451611

Shades and tints

Shades of #250E09

#250E09
(37,14,9)
#220D09
(34,13,9)
#1F0C09
(31,12,9)
#1C0B09
(28,11,9)
#190A09
(25,10,9)
#160909
(22,9,9)
#130809
(19,8,9)
#100709
(16,7,9)
#0D0609
(13,6,9)
#0A0509
(10,5,9)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #250E09

#250E09
(37,14,9)
#38231F
(56,35,31)
#4B3835
(75,56,53)
#5E4D4B
(94,77,75)
#716261
(113,98,97)
#847777
(132,119,119)
#978C8D
(151,140,141)
#AAA1A3
(170,161,163)
#BDB6B9
(189,182,185)
#D0CBCF
(208,203,207)
#E3E0E5
(227,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250E09; }

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

This text font color is #250E09.


Background Color

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

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

This div background color is #250E09.


Border color

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

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

This div border color is #250E09.


Opacity

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

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

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

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

This text has shadow with #250E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250E09 on black background.


Color preview on white background

This text has color #250E09 on white background.



Black color preview on #250E09 background

This text has black color on #250E09 background.


White color preview on #250E09 background

This text has white color on #250E09 background.