COLOR #250A44

HEX: #250A44
RGB: (37,10,68)

Color info

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

RGB color model

#250A44 color RGB value is (37,10,68).

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

RGB channels and saturation

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

37
10
68

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

Portions of RGB colors in percentages

R + G + B =
37 + 10 + 68 = 115 (100%)
R 37 of 115 ~ 32.17%
G 10 of 115 ~ 8.7%
B 68 of 115 ~ 59.13%

%32.17
%59.13

CMYK color model

#250A44 color CMYK value is (46,85,0,73).

  • cyan value is 45.59%
  • magenta value is 85.29%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(46,85,0,73)
C46M85Y0K73 
(46%,85%,0%,73%)
(0.46/0.85/0.00/0.73)	

CMYK percentages

%45.59
%85.29
%0
%73.33

Codes

Color #250A44 in popluar color models

250A44
RGB371068
HSL268°74.36%15.29%
HSB/HSV268°85.29%26.67%
CMYK45.59%85.29%0.00%
73.33%

Color #250A44 in popluar number systems.

HEX250A44
Decimal371068
Binary10010110101000100
Octal4512104

Shades and tints

Shades of #250A44

#250A44
(37,10,68)
#220A3E
(34,10,62)
#1F0A38
(31,10,56)
#1C0A32
(28,10,50)
#190A2C
(25,10,44)
#160A26
(22,10,38)
#130A20
(19,10,32)
#100A1A
(16,10,26)
#0D0A14
(13,10,20)
#0A0A0E
(10,10,14)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #250A44

#250A44
(37,10,68)
#382055
(56,32,85)
#4B3666
(75,54,102)
#5E4C77
(94,76,119)
#716288
(113,98,136)
#847899
(132,120,153)
#978EAA
(151,142,170)
#AAA4BB
(170,164,187)
#BDBACC
(189,186,204)
#D0D0DD
(208,208,221)
#E3E6EE
(227,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250A44; }

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

This text font color is #250A44.


Background Color

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

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

This div background color is #250A44.


Border color

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

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

This div border color is #250A44.


Opacity

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

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

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

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

This text has shadow with #250A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250A44 on black background.


Color preview on white background

This text has color #250A44 on white background.



Black color preview on #250A44 background

This text has black color on #250A44 background.


White color preview on #250A44 background

This text has white color on #250A44 background.