COLOR #250419

HEX: #250419
RGB: (37,4,25)

Color info

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

RGB color model

#250419 color RGB value is (37,4,25).

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

RGB channels and saturation

R 37 of 255 = 15%
G 4 of 255 = 2%
B 25 of 255 = 10%

37
4
25

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

Portions of RGB colors in percentages

R + G + B =
37 + 4 + 25 = 66 (100%)
R 37 of 66 ~ 56.06%
G 4 of 66 ~ 6.06%
B 25 of 66 ~ 37.88%

%56.06
%37.88

CMYK color model

#250419 color CMYK value is (0,89,32,85).

  • cyan value is 0.00%
  • magenta value is 89.19%
  • yellow value is 32.43%
  • key color value is 85.49%
CMYK:
(0,89,32,85)
C0M89Y32K85 
(0%,89%,32%,85%)
(0.00/0.89/0.32/0.85)	

CMYK percentages

%0
%89.19
%32.43
%85.49

Codes

Color #250419 in popluar color models

250419
RGB37425
HSL322°80.49%8.04%
HSB/HSV322°89.19%14.51%
CMYK0.00%89.19%32.43%
85.49%

Color #250419 in popluar number systems.

HEX250419
Decimal37425
Binary10010110011001
Octal45431

Shades and tints

Shades of #250419

#250419
(37,4,25)
#220417
(34,4,23)
#1F0415
(31,4,21)
#1C0413
(28,4,19)
#190411
(25,4,17)
#16040F
(22,4,15)
#13040D
(19,4,13)
#10040B
(16,4,11)
#0D0409
(13,4,9)
#0A0407
(10,4,7)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #250419

#250419
(37,4,25)
#381A2D
(56,26,45)
#4B3041
(75,48,65)
#5E4655
(94,70,85)
#715C69
(113,92,105)
#84727D
(132,114,125)
#978891
(151,136,145)
#AA9EA5
(170,158,165)
#BDB4B9
(189,180,185)
#D0CACD
(208,202,205)
#E3E0E1
(227,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250419; }

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

This text font color is #250419.


Background Color

.myBgColor { background-color: #250419; }

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

This div background color is #250419.


Border color

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

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

This div border color is #250419.


Opacity

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

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

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

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

This text has shadow with #250419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250419 on black background.


Color preview on white background

This text has color #250419 on white background.



Black color preview on #250419 background

This text has black color on #250419 background.


White color preview on #250419 background

This text has white color on #250419 background.