COLOR #250640

HEX: #250640
RGB: (37,6,64)

Color info

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

RGB color model

#250640 color RGB value is (37,6,64).

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

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 64 of 255 = 25%

37
6
64

R + G + B ~ 14%. #250640 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 6 + 64 = 107 (100%)
R 37 of 107 ~ 34.58%
G 6 of 107 ~ 5.61%
B 64 of 107 ~ 59.81%

%34.58
%59.81

CMYK color model

#250640 color CMYK value is (42,91,0,75).

  • cyan value is 42.19%
  • magenta value is 90.63%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(42,91,0,75)
C42M91Y0K75 
(42%,91%,0%,75%)
(0.42/0.91/0.00/0.75)	

CMYK percentages

%42.19
%90.63
%0
%74.9

Codes

Color #250640 in popluar color models

250640
RGB37664
HSL272°82.86%13.73%
HSB/HSV272°90.63%25.10%
CMYK42.19%90.63%0.00%
74.90%

Color #250640 in popluar number systems.

HEX250640
Decimal37664
Binary1001011101000000
Octal456100

Shades and tints

Shades of #250640

#250640
(37,6,64)
#22063B
(34,6,59)
#1F0636
(31,6,54)
#1C0631
(28,6,49)
#19062C
(25,6,44)
#160627
(22,6,39)
#130622
(19,6,34)
#10061D
(16,6,29)
#0D0618
(13,6,24)
#0A0613
(10,6,19)
#07060E
(7,6,14)
#000000
(0,0,0)

Tints of #250640

#250640
(37,6,64)
#381C51
(56,28,81)
#4B3262
(75,50,98)
#5E4873
(94,72,115)
#715E84
(113,94,132)
#847495
(132,116,149)
#978AA6
(151,138,166)
#AAA0B7
(170,160,183)
#BDB6C8
(189,182,200)
#D0CCD9
(208,204,217)
#E3E2EA
(227,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250640; }

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

This text font color is #250640.


Background Color

.myBgColor { background-color: #250640; }

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

This div background color is #250640.


Border color

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

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

This div border color is #250640.


Opacity

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

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

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

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

This text has shadow with #250640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250640 on black background.


Color preview on white background

This text has color #250640 on white background.



Black color preview on #250640 background

This text has black color on #250640 background.


White color preview on #250640 background

This text has white color on #250640 background.