COLOR #250E5F

HEX: #250E5F RGB: (37,14,95)

Color info

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

RGB color model

#250E5F color RGB value is (37,14,95).

RGB: (37,14,95) (15%, 5%, 37%)

RGB channels and saturation

R 37 of 255 = 15%
G 14 of 255 = 5%
B 95 of 255 = 37%

37
14
95

R + G + B ~ 19%. #250E5F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 14 + 95 = 146 (100%)
R 37 of 146 ~ 25.34%
G 14 of 146 ~ 9.59%
B 95 of 146 ~ 65.07'%

%25.34
%9.59
%65.07

CMYK color model

#250E5F color CMYK value is (61,85,0,63).

  • cyan value is 61.05%
  • magenta value is 85.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (61,85,0,63) C61M85Y0K63 (61%,85%,0%,63%) (0.61/0.85/0.00/0.63) 

CMYK percentages

%61.05
%85.26
%0
%62.75

Codes

Color #250E5F in popluar color models

25 0E 5F
RGB 37 14 95
HSL 257° 74.31% 21.37%
HSB/HSV 257° 85.26% 37.25%
CMYK 61.05% 85.26% 0.00%
62.75%

Color #250E5F in popluar number systems.

HEX 25 0E 5F
Decimal 37 14 95
Binary 100101 1110 1011111
Octal 45 16 137

Shades and tints

Shades of #250E5F

#250E5F
(37,14,95)
#220D57
(34,13,87)
#1F0C4F
(31,12,79)
#1C0B47
(28,11,71)
#190A3F
(25,10,63)
#160937
(22,9,55)
#13082F
(19,8,47)
#100727
(16,7,39)
#0D061F
(13,6,31)
#0A0517
(10,5,23)
#07040F
(7,4,15)
#000000
(0,0,0)

Tints of #250E5F

#250E5F
(37,14,95)
#38236D
(56,35,109)
#4B387B
(75,56,123)
#5E4D89
(94,77,137)
#716297
(113,98,151)
#8477A5
(132,119,165)
#978CB3
(151,140,179)
#AAA1C1
(170,161,193)
#BDB6CF
(189,182,207)
#D0CBDD
(208,203,221)
#E3E0EB
(227,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250E5F; }

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

This text font color is #250E5F.

Background Color

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

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

This div background color is #250E5F.

Border color

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

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

This div border color is #250E5F.

Opacity

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

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

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

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

This text has shadow with #250E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250E5F.

Preview

Color preview on black background

This text has color #250E5F on black background.


Color preview on white background

This text has color #250E5F on white background.


Black color preview on #250E5F background

This text has black color on #250E5F background.


White color preview on #250E5F background

This text has white color on #250E5F background.


Related colors

Complementary color

Complementary color for #hex is #DAF1A0.


I love getcolorcode.com

Triadic colors

1 #5F250E and #0E5F25 with #250E5F are triadic colors.

2 #5F0E25 and #0E255F with #250E5F are triadic colors.