COLOR #250839

HEX: #250839
RGB: (37,8,57)

Color info

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

RGB color model

#250839 color RGB value is (37,8,57).

  • red value is 37;
  • green value is 8;
  • blue value is 57.
RGB:
(37,8,57)
(15%,3%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 57 of 255 = 22%

37
8
57

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

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 57 = 102 (100%)
R 37 of 102 ~ 36.27%
G 8 of 102 ~ 7.84%
B 57 of 102 ~ 55.88%

%36.27
%55.88

CMYK color model

#250839 color CMYK value is (35,86,0,78).

  • cyan value is 35.09%
  • magenta value is 85.96%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(35,86,0,78)
C35M86Y0K78 
(35%,86%,0%,78%)
(0.35/0.86/0.00/0.78)	

CMYK percentages

%35.09
%85.96
%0
%77.65

Codes

Color #250839 in popluar color models

250839
RGB37857
HSL276°75.38%12.75%
HSB/HSV276°85.96%22.35%
CMYK35.09%85.96%0.00%
77.65%

Color #250839 in popluar number systems.

HEX250839
Decimal37857
Binary1001011000111001
Octal451071

Shades and tints

Shades of #250839

#250839
(37,8,57)
#220834
(34,8,52)
#1F082F
(31,8,47)
#1C082A
(28,8,42)
#190825
(25,8,37)
#160820
(22,8,32)
#13081B
(19,8,27)
#100816
(16,8,22)
#0D0811
(13,8,17)
#0A080C
(10,8,12)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #250839

#250839
(37,8,57)
#381E4B
(56,30,75)
#4B345D
(75,52,93)
#5E4A6F
(94,74,111)
#716081
(113,96,129)
#847693
(132,118,147)
#978CA5
(151,140,165)
#AAA2B7
(170,162,183)
#BDB8C9
(189,184,201)
#D0CEDB
(208,206,219)
#E3E4ED
(227,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250839 color. Also use rgb(37,8,57) instead hex code.

Text Font Color

.myTextColor { color: #250839; }

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

This text font color is #250839.


Background Color

.myBgColor { background-color: #250839; }

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

This div background color is #250839.


Border color

.myBorderColor { border: 1px solid #250839; }

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

This div border color is #250839.


Opacity

.myOpacity80 { color: #250839; opacity: 0.8; }

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

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

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

This text has shadow with #250839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250839 on black background.


Color preview on white background

This text has color #250839 on white background.



Black color preview on #250839 background

This text has black color on #250839 background.


White color preview on #250839 background

This text has white color on #250839 background.