COLOR #250A46

HEX: #250A46
RGB: (37,10,70)

Color info

#250A46 contains mainly red and blue colors. Web safe color of #250A46 is #330033 (or #303).

RGB color model

#250A46 color RGB value is (37,10,70).

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

RGB channels and saturation

R 37 of 255 = 15%
G 10 of 255 = 4%
B 70 of 255 = 27%

37
10
70

R + G + B ~ 15%. #250A46 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 10 + 70 = 117 (100%)
R 37 of 117 ~ 31.62%
G 10 of 117 ~ 8.55%
B 70 of 117 ~ 59.83%

%31.62
%59.83

CMYK color model

#250A46 color CMYK value is (47,86,0,73).

  • cyan value is 47.14%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(47,86,0,73)
C47M86Y0K73 
(47%,86%,0%,73%)
(0.47/0.86/0.00/0.73)	

CMYK percentages

%47.14
%85.71
%0
%72.55

Codes

Color #250A46 in popluar color models

250A46
RGB371070
HSL267°75.00%15.69%
HSB/HSV267°85.71%27.45%
CMYK47.14%85.71%0.00%
72.55%

Color #250A46 in popluar number systems.

HEX250A46
Decimal371070
Binary10010110101000110
Octal4512106

Shades and tints

Shades of #250A46

#250A46
(37,10,70)
#220A40
(34,10,64)
#1F0A3A
(31,10,58)
#1C0A34
(28,10,52)
#190A2E
(25,10,46)
#160A28
(22,10,40)
#130A22
(19,10,34)
#100A1C
(16,10,28)
#0D0A16
(13,10,22)
#0A0A10
(10,10,16)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #250A46

#250A46
(37,10,70)
#382056
(56,32,86)
#4B3666
(75,54,102)
#5E4C76
(94,76,118)
#716286
(113,98,134)
#847896
(132,120,150)
#978EA6
(151,142,166)
#AAA4B6
(170,164,182)
#BDBAC6
(189,186,198)
#D0D0D6
(208,208,214)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250A46 color. Also use rgb(37,10,70) instead hex code.

Text Font Color

.myTextColor { color: #250A46; }

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

This text font color is #250A46.


Background Color

.myBgColor { background-color: #250A46; }

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

This div background color is #250A46.


Border color

.myBorderColor { border: 1px solid #250A46; }

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

This div border color is #250A46.


Opacity

.myOpacity80 { color: #250A46; opacity: 0.8; }

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

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

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

This text has shadow with #250A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250A46 on black background.


Color preview on white background

This text has color #250A46 on white background.



Black color preview on #250A46 background

This text has black color on #250A46 background.


White color preview on #250A46 background

This text has white color on #250A46 background.