COLOR #250D3F

HEX: #250D3F RGB: (37,13,63)

Color info

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

RGB color model

#250D3F color RGB value is (37,13,63).

RGB: (37,13,63) (15%, 5%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 13 of 255 = 5%
B 63 of 255 = 25%

37
13
63

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

Portions of RGB colors in percentages

R + G + B = 37 + 13 + 63 = 113 (100%)
R 37 of 113 ~ 32.74%
G 13 of 113 ~ 11.5%
B 63 of 113 ~ 55.75'%

%32.74
%11.5
%55.75

CMYK color model

#250D3F color CMYK value is (41,79,0,75).

  • cyan value is 41.27%
  • magenta value is 79.37%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (41,79,0,75)
C41M79Y0K75 (41%, 79%, 0%, 75%)
(0.41 / 0.79 / 0.00 / 0.75)

CMYK percentages

%41.27
%79.37
%0
%75.29

Codes

Color #250D3F in popluar color models

25 0D 3F
RGB 37 13 63
HSL 269° 65.79% 14.90%
HSB/HSV 269° 79.37% 24.71%
CMYK 41.27% 79.37% 0.00%
75.29%

Color #250D3F in popluar number systems.

HEX 25 0D 3F
Decimal 37 13 63
Binary 100101 1101 111111
Octal 45 15 77

Shades and tints

Shades of #250D3F

#250D3F
(37,13,63)
#220C3A
(34,12,58)
#1F0B35
(31,11,53)
#1C0A30
(28,10,48)
#19092B
(25,9,43)
#160826
(22,8,38)
#130721
(19,7,33)
#10061C
(16,6,28)
#0D0517
(13,5,23)
#0A0412
(10,4,18)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #250D3F

#250D3F
(37,13,63)
#382350
(56,35,80)
#4B3961
(75,57,97)
#5E4F72
(94,79,114)
#716583
(113,101,131)
#847B94
(132,123,148)
#9791A5
(151,145,165)
#AAA7B6
(170,167,182)
#BDBDC7
(189,189,199)
#D0D3D8
(208,211,216)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250D3F color. Also use rgb(37,13,63) instead hex code.

Text Font Color

.myTextColor { color: #250D3F; }

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

This text font color is #250D3F.

Background Color

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

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

This div background color is #250D3F.

Border color

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

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

This div border color is #250D3F.

Opacity

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

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

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

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

This text has shadow with #250D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250D3F.

Preview

Color preview on black background

This text has color #250D3F on black background.


Color preview on white background

This text has color #250D3F on white background.


Black color preview on #250D3F background

This text has black color on #250D3F background.


White color preview on #250D3F background

This text has white color on #250D3F background.


Related colors

Complementary color

Complementary color for #hex is #DAF2C0.


I love getcolorcode.com

Triadic colors

1 #3F250D and #0D3F25 with #250D3F are triadic colors.

2 #3F0D25 and #0D253F with #250D3F are triadic colors.