COLOR #250027

HEX: #250027
RGB: (37,0,39)

Color info

#250027 contains only red and blue colors. Web safe color of #250027 is #330033 (or #303).

RGB color model

#250027 color RGB value is (37,0,39).

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

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 39 of 255 = 15%

37
0
39

R + G + B ~ 10%. #250027 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 0 + 39 = 76 (100%)
R 37 of 76 ~ 48.68%
G 0 of 76 ~ 0%
B 39 of 76 ~ 51.32%

%48.68
%51.32

CMYK color model

#250027 color CMYK value is (5,100,0,85).

  • cyan value is 5.13%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(5,100,0,85)
C5M100Y0K85 
(5%,100%,0%,85%)
(0.05/1.00/0.00/0.85)	

CMYK percentages

%5.13
%100
%0
%84.71

Codes

Color #250027 in popluar color models

250027
RGB37039
HSL297°100.00%7.65%
HSB/HSV297°100.00%15.29%
CMYK5.13%100.00%0.00%
84.71%

Color #250027 in popluar number systems.

HEX250027
Decimal37039
Binary1001010100111
Octal45047

Shades and tints

Shades of #250027

#250027
(37,0,39)
#220024
(34,0,36)
#1F0021
(31,0,33)
#1C001E
(28,0,30)
#19001B
(25,0,27)
#160018
(22,0,24)
#130015
(19,0,21)
#100012
(16,0,18)
#0D000F
(13,0,15)
#0A000C
(10,0,12)
#070009
(7,0,9)
#000000
(0,0,0)

Tints of #250027

#250027
(37,0,39)
#38173A
(56,23,58)
#4B2E4D
(75,46,77)
#5E4560
(94,69,96)
#715C73
(113,92,115)
#847386
(132,115,134)
#978A99
(151,138,153)
#AAA1AC
(170,161,172)
#BDB8BF
(189,184,191)
#D0CFD2
(208,207,210)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250027; }

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

This text font color is #250027.


Background Color

.myBgColor { background-color: #250027; }

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

This div background color is #250027.


Border color

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

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

This div border color is #250027.


Opacity

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

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

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

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

This text has shadow with #250027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250027 on black background.


Color preview on white background

This text has color #250027 on white background.



Black color preview on #250027 background

This text has black color on #250027 background.


White color preview on #250027 background

This text has white color on #250027 background.