COLOR #250126

HEX: #250126
RGB: (37,1,38)

Color info

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

RGB color model

#250126 color RGB value is (37,1,38).

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

RGB channels and saturation

R 37 of 255 = 15%
G 1 of 255 = 0%
B 38 of 255 = 15%

37
1
38

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

Portions of RGB colors in percentages

R + G + B =
37 + 1 + 38 = 76 (100%)
R 37 of 76 ~ 48.68%
G 1 of 76 ~ 1.32%
B 38 of 76 ~ 50%

%48.68
%50

CMYK color model

#250126 color CMYK value is (3,97,0,85).

  • cyan value is 2.63%
  • magenta value is 97.37%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(3,97,0,85)
C3M97Y0K85 
(3%,97%,0%,85%)
(0.03/0.97/0.00/0.85)	

CMYK percentages

%2.63
%97.37
%0
%85.1

Codes

Color #250126 in popluar color models

250126
RGB37138
HSL298°94.87%7.65%
HSB/HSV298°97.37%14.90%
CMYK2.63%97.37%0.00%
85.10%

Color #250126 in popluar number systems.

HEX250126
Decimal37138
Binary1001011100110
Octal45146

Shades and tints

Shades of #250126

#250126
(37,1,38)
#220123
(34,1,35)
#1F0120
(31,1,32)
#1C011D
(28,1,29)
#19011A
(25,1,26)
#160117
(22,1,23)
#130114
(19,1,20)
#100111
(16,1,17)
#0D010E
(13,1,14)
#0A010B
(10,1,11)
#070108
(7,1,8)
#000000
(0,0,0)

Tints of #250126

#250126
(37,1,38)
#381839
(56,24,57)
#4B2F4C
(75,47,76)
#5E465F
(94,70,95)
#715D72
(113,93,114)
#847485
(132,116,133)
#978B98
(151,139,152)
#AAA2AB
(170,162,171)
#BDB9BE
(189,185,190)
#D0D0D1
(208,208,209)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250126 color. Also use rgb(37,1,38) instead hex code.

Text Font Color

.myTextColor { color: #250126; }

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

This text font color is #250126.


Background Color

.myBgColor { background-color: #250126; }

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

This div background color is #250126.


Border color

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

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

This div border color is #250126.


Opacity

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

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

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

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

This text has shadow with #250126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250126 on black background.


Color preview on white background

This text has color #250126 on white background.



Black color preview on #250126 background

This text has black color on #250126 background.


White color preview on #250126 background

This text has white color on #250126 background.