COLOR #250A32

HEX: #250A32 RGB: (37,10,50)

Color info

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

RGB color model

#250A32 color RGB value is (37,10,50).

RGB: (37,10,50) (15%, 4%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 10 of 255 = 4%
B 50 of 255 = 20%

37
10
50

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

Portions of RGB colors in percentages

R + G + B = 37 + 10 + 50 = 97 (100%)
R 37 of 97 ~ 38.14%
G 10 of 97 ~ 10.31%
B 50 of 97 ~ 51.55'%

%38.14
%51.55

CMYK color model

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

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

CMYK: (26,80,0,80)
C26M80Y0K80 (26%, 80%, 0%, 80%)
(0.26 / 0.80 / 0.00 / 0.80)

CMYK percentages

%26
%80
%0
%80.39

Codes

Color #250A32 in popluar color models

25 0A 32
RGB 37 10 50
HSL 281° 66.67% 11.76%
HSB/HSV 281° 80.00% 19.61%
CMYK 26.00% 80.00% 0.00%
80.39%

Color #250A32 in popluar number systems.

HEX 25 0A 32
Decimal 37 10 50
Binary 100101 1010 110010
Octal 45 12 62

Shades and tints

Shades of #250A32

#250A32
(37,10,50)
#220A2E
(34,10,46)
#1F0A2A
(31,10,42)
#1C0A26
(28,10,38)
#190A22
(25,10,34)
#160A1E
(22,10,30)
#130A1A
(19,10,26)
#100A16
(16,10,22)
#0D0A12
(13,10,18)
#0A0A0E
(10,10,14)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #250A32

#250A32
(37,10,50)
#382044
(56,32,68)
#4B3656
(75,54,86)
#5E4C68
(94,76,104)
#71627A
(113,98,122)
#84788C
(132,120,140)
#978E9E
(151,142,158)
#AAA4B0
(170,164,176)
#BDBAC2
(189,186,194)
#D0D0D4
(208,208,212)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250A32; }

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

This text font color is #250A32.

Background Color

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

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

This div background color is #250A32.

Border color

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

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

This div border color is #250A32.

Opacity

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

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

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

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

This text has shadow with #250A32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250A32.

Preview

Color preview on black background

This text has color #250A32 on black background.


Color preview on white background

This text has color #250A32 on white background.


Black color preview on #250A32 background

This text has black color on #250A32 background.


White color preview on #250A32 background

This text has white color on #250A32 background.


Related colors

Complementary color

Complementary color for #hex is #DAF5CD.


I love getcolorcode.com

Triadic colors

1 #32250A and #0A3225 with #250A32 are triadic colors.

2 #320A25 and #0A2532 with #250A32 are triadic colors.