COLOR #250427

HEX: #250427
RGB: (37,4,39)

Color info

#250427 contains red, green and blue colors in about the same proportion. Web safe color of #250427 is #330033 (or #303).

RGB color model

#250427 color RGB value is (37,4,39).

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

RGB channels and saturation

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

37
4
39

R + G + B ~ 11%. #250427 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 4 + 39 = 80 (100%)
R 37 of 80 ~ 46.25%
G 4 of 80 ~ 5%
B 39 of 80 ~ 48.75%

%46.25
%48.75

CMYK color model

#250427 color CMYK value is (5,90,0,85).

  • cyan value is 5.13%
  • magenta value is 89.74%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(5,90,0,85)
C5M90Y0K85 
(5%,90%,0%,85%)
(0.05/0.90/0.00/0.85)	

CMYK percentages

%5.13
%89.74
%0
%84.71

Codes

Color #250427 in popluar color models

250427
RGB37439
HSL297°81.40%8.43%
HSB/HSV297°89.74%15.29%
CMYK5.13%89.74%0.00%
84.71%

Color #250427 in popluar number systems.

HEX250427
Decimal37439
Binary100101100100111
Octal45447

Shades and tints

Shades of #250427

#250427
(37,4,39)
#220424
(34,4,36)
#1F0421
(31,4,33)
#1C041E
(28,4,30)
#19041B
(25,4,27)
#160418
(22,4,24)
#130415
(19,4,21)
#100412
(16,4,18)
#0D040F
(13,4,15)
#0A040C
(10,4,12)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #250427

#250427
(37,4,39)
#381A3A
(56,26,58)
#4B304D
(75,48,77)
#5E4660
(94,70,96)
#715C73
(113,92,115)
#847286
(132,114,134)
#978899
(151,136,153)
#AA9EAC
(170,158,172)
#BDB4BF
(189,180,191)
#D0CAD2
(208,202,210)
#E3E0E5
(227,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250427; }

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

This text font color is #250427.


Background Color

.myBgColor { background-color: #250427; }

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

This div background color is #250427.


Border color

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

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

This div border color is #250427.


Opacity

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

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

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

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

This text has shadow with #250427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250427 on black background.


Color preview on white background

This text has color #250427 on white background.



Black color preview on #250427 background

This text has black color on #250427 background.


White color preview on #250427 background

This text has white color on #250427 background.