COLOR #250E32

HEX: #250E32 RGB: (37,14,50)

Color info

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

RGB color model

#250E32 color RGB value is (37,14,50).

RGB: (37,14,50) (15%, 5%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 14 of 255 = 5%
B 50 of 255 = 20%

37
14
50

R + G + B ~ 13%. #250E32 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 14 + 50 = 101 (100%)
R 37 of 101 ~ 36.63%
G 14 of 101 ~ 13.86%
B 50 of 101 ~ 49.5'%

%36.63
%13.86
%49.5

CMYK color model

#250E32 color CMYK value is (26,72,0,80).

  • cyan value is 26.00%
  • magenta value is 72.00%
  • yellow value is 0.00%
  • key color value is 80.39%

CMYK: (26,72,0,80)
C26M72Y0K80 (26%, 72%, 0%, 80%)
(0.26 / 0.72 / 0.00 / 0.80)

CMYK percentages

%26
%72
%0
%80.39

Codes

Color #250E32 in popluar color models

25 0E 32
RGB 37 14 50
HSL 278° 56.25% 12.55%
HSB/HSV 278° 72.00% 19.61%
CMYK 26.00% 72.00% 0.00%
80.39%

Color #250E32 in popluar number systems.

HEX 25 0E 32
Decimal 37 14 50
Binary 100101 1110 110010
Octal 45 16 62

Shades and tints

Shades of #250E32

#250E32
(37,14,50)
#220D2E
(34,13,46)
#1F0C2A
(31,12,42)
#1C0B26
(28,11,38)
#190A22
(25,10,34)
#16091E
(22,9,30)
#13081A
(19,8,26)
#100716
(16,7,22)
#0D0612
(13,6,18)
#0A050E
(10,5,14)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #250E32

#250E32
(37,14,50)
#382344
(56,35,68)
#4B3856
(75,56,86)
#5E4D68
(94,77,104)
#71627A
(113,98,122)
#84778C
(132,119,140)
#978C9E
(151,140,158)
#AAA1B0
(170,161,176)
#BDB6C2
(189,182,194)
#D0CBD4
(208,203,212)
#E3E0E6
(227,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250E32; }

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

This text font color is #250E32.

Background Color

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

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

This div background color is #250E32.

Border color

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

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

This div border color is #250E32.

Opacity

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

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

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

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

This text has shadow with #250E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250E32.

Preview

Color preview on black background

This text has color #250E32 on black background.


Color preview on white background

This text has color #250E32 on white background.


Black color preview on #250E32 background

This text has black color on #250E32 background.


White color preview on #250E32 background

This text has white color on #250E32 background.


Related colors

Complementary color

Complementary color for #hex is #DAF1CD.


I love getcolorcode.com

Triadic colors

1 #32250E and #0E3225 with #250E32 are triadic colors.

2 #320E25 and #0E2532 with #250E32 are triadic colors.