COLOR #250E4E

HEX: #250E4E
RGB: (37,14,78)

Color info

#250E4E contains mainly red and blue colors. Web safe color of #250E4E is #330066 (or #306).

RGB color model

#250E4E color RGB value is (37,14,78).

  • red value is 37;
  • green value is 14;
  • blue value is 78.
RGB:
(37,14,78)
(15%,5%,31%)

RGB channels and saturation

R 37 of 255 = 15%
G 14 of 255 = 5%
B 78 of 255 = 31%

37
14
78

R + G + B ~ 17%. #250E4E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 14 + 78 = 129 (100%)
R 37 of 129 ~ 28.68%
G 14 of 129 ~ 10.85%
B 78 of 129 ~ 60.47%

%28.68
%10.85
%60.47

CMYK color model

#250E4E color CMYK value is (53,82,0,69).

  • cyan value is 52.56%
  • magenta value is 82.05%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(53,82,0,69)
C53M82Y0K69 
(53%,82%,0%,69%)
(0.53/0.82/0.00/0.69)	

CMYK percentages

%52.56
%82.05
%0
%69.41

Codes

Color #250E4E in popluar color models

250E4E
RGB371478
HSL262°69.57%18.04%
HSB/HSV262°82.05%30.59%
CMYK52.56%82.05%0.00%
69.41%

Color #250E4E in popluar number systems.

HEX250E4E
Decimal371478
Binary10010111101001110
Octal4516116

Shades and tints

Shades of #250E4E

#250E4E
(37,14,78)
#220D47
(34,13,71)
#1F0C40
(31,12,64)
#1C0B39
(28,11,57)
#190A32
(25,10,50)
#16092B
(22,9,43)
#130824
(19,8,36)
#10071D
(16,7,29)
#0D0616
(13,6,22)
#0A050F
(10,5,15)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #250E4E

#250E4E
(37,14,78)
#38235E
(56,35,94)
#4B386E
(75,56,110)
#5E4D7E
(94,77,126)
#71628E
(113,98,142)
#84779E
(132,119,158)
#978CAE
(151,140,174)
#AAA1BE
(170,161,190)
#BDB6CE
(189,182,206)
#D0CBDE
(208,203,222)
#E3E0EE
(227,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250E4E color. Also use rgb(37,14,78) instead hex code.

Text Font Color

.myTextColor { color: #250E4E; }

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

This text font color is #250E4E.


Background Color

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

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

This div background color is #250E4E.


Border color

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

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

This div border color is #250E4E.


Opacity

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

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

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

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

This text has shadow with #250E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250E4E on black background.


Color preview on white background

This text has color #250E4E on white background.



Black color preview on #250E4E background

This text has black color on #250E4E background.


White color preview on #250E4E background

This text has white color on #250E4E background.