COLOR #250649

HEX: #250649
RGB: (37,6,73)

Color info

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

RGB color model

#250649 color RGB value is (37,6,73).

  • red value is 37;
  • green value is 6;
  • blue value is 73.
RGB:
(37,6,73)
(15%,2%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 73 of 255 = 29%

37
6
73

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

Portions of RGB colors in percentages

R + G + B =
37 + 6 + 73 = 116 (100%)
R 37 of 116 ~ 31.9%
G 6 of 116 ~ 5.17%
B 73 of 116 ~ 62.93%

%31.9
%62.93

CMYK color model

#250649 color CMYK value is (49,92,0,71).

  • cyan value is 49.32%
  • magenta value is 91.78%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(49,92,0,71)
C49M92Y0K71 
(49%,92%,0%,71%)
(0.49/0.92/0.00/0.71)	

CMYK percentages

%49.32
%91.78
%0
%71.37

Codes

Color #250649 in popluar color models

250649
RGB37673
HSL268°84.81%15.49%
HSB/HSV268°91.78%28.63%
CMYK49.32%91.78%0.00%
71.37%

Color #250649 in popluar number systems.

HEX250649
Decimal37673
Binary1001011101001001
Octal456111

Shades and tints

Shades of #250649

#250649
(37,6,73)
#220643
(34,6,67)
#1F063D
(31,6,61)
#1C0637
(28,6,55)
#190631
(25,6,49)
#16062B
(22,6,43)
#130625
(19,6,37)
#10061F
(16,6,31)
#0D0619
(13,6,25)
#0A0613
(10,6,19)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #250649

#250649
(37,6,73)
#381C59
(56,28,89)
#4B3269
(75,50,105)
#5E4879
(94,72,121)
#715E89
(113,94,137)
#847499
(132,116,153)
#978AA9
(151,138,169)
#AAA0B9
(170,160,185)
#BDB6C9
(189,182,201)
#D0CCD9
(208,204,217)
#E3E2E9
(227,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250649 color. Also use rgb(37,6,73) instead hex code.

Text Font Color

.myTextColor { color: #250649; }

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

This text font color is #250649.


Background Color

.myBgColor { background-color: #250649; }

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

This div background color is #250649.


Border color

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

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

This div border color is #250649.


Opacity

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

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

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

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

This text has shadow with #250649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250649 on black background.


Color preview on white background

This text has color #250649 on white background.



Black color preview on #250649 background

This text has black color on #250649 background.


White color preview on #250649 background

This text has white color on #250649 background.