COLOR #250409

HEX: #250409
RGB: (37,4,9)

Color info

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

RGB color model

#250409 color RGB value is (37,4,9).

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

RGB channels and saturation

R 37 of 255 = 15%
G 4 of 255 = 2%
B 9 of 255 = 4%

37
4
9

R + G + B ~ 7%. #250409 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 4 + 9 = 50 (100%)
R 37 of 50 ~ 74%
G 4 of 50 ~ 8%
B 9 of 50 ~ 18%

%74
%18

CMYK color model

#250409 color CMYK value is (0,89,76,85).

  • cyan value is 0.00%
  • magenta value is 89.19%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(0,89,76,85)
C0M89Y76K85 
(0%,89%,76%,85%)
(0.00/0.89/0.76/0.85)	

CMYK percentages

%0
%89.19
%75.68
%85.49

Codes

Color #250409 in popluar color models

250409
RGB3749
HSL351°80.49%8.04%
HSB/HSV351°89.19%14.51%
CMYK0.00%89.19%75.68%
85.49%

Color #250409 in popluar number systems.

HEX250409
Decimal3749
Binary1001011001001
Octal45411

Shades and tints

Shades of #250409

#250409
(37,4,9)
#220409
(34,4,9)
#1F0409
(31,4,9)
#1C0409
(28,4,9)
#190409
(25,4,9)
#160409
(22,4,9)
#130409
(19,4,9)
#100409
(16,4,9)
#0D0409
(13,4,9)
#0A0409
(10,4,9)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #250409

#250409
(37,4,9)
#381A1F
(56,26,31)
#4B3035
(75,48,53)
#5E464B
(94,70,75)
#715C61
(113,92,97)
#847277
(132,114,119)
#97888D
(151,136,141)
#AA9EA3
(170,158,163)
#BDB4B9
(189,180,185)
#D0CACF
(208,202,207)
#E3E0E5
(227,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250409; }

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

This text font color is #250409.


Background Color

.myBgColor { background-color: #250409; }

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

This div background color is #250409.


Border color

.myBorderColor { border: 1px solid #250409; }

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

This div border color is #250409.


Opacity

.myOpacity80 { color: #250409; opacity: 0.8; }

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

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

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

This text has shadow with #250409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250409 on black background.


Color preview on white background

This text has color #250409 on white background.



Black color preview on #250409 background

This text has black color on #250409 background.


White color preview on #250409 background

This text has white color on #250409 background.