COLOR #250F33

HEX: #250F33
RGB: (37,15,51)

Color info

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

RGB color model

#250F33 color RGB value is (37,15,51).

  • red value is 37;
  • green value is 15;
  • blue value is 51.
RGB:
(37,15,51)
(15%,6%,20%)

RGB channels and saturation

R 37 of 255 = 15%
G 15 of 255 = 6%
B 51 of 255 = 20%

37
15
51

R + G + B ~ 14%. #250F33 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 15 + 51 = 103 (100%)
R 37 of 103 ~ 35.92%
G 15 of 103 ~ 14.56%
B 51 of 103 ~ 49.51%

%35.92
%14.56
%49.51

CMYK color model

#250F33 color CMYK value is (27,71,0,80).

  • cyan value is 27.45%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(27,71,0,80)
C27M71Y0K80 
(27%,71%,0%,80%)
(0.27/0.71/0.00/0.80)	

CMYK percentages

%27.45
%70.59
%0
%80

Codes

Color #250F33 in popluar color models

250F33
RGB371551
HSL277°54.55%12.94%
HSB/HSV277°70.59%20.00%
CMYK27.45%70.59%0.00%
80.00%

Color #250F33 in popluar number systems.

HEX250F33
Decimal371551
Binary1001011111110011
Octal451763

Shades and tints

Shades of #250F33

#250F33
(37,15,51)
#220E2F
(34,14,47)
#1F0D2B
(31,13,43)
#1C0C27
(28,12,39)
#190B23
(25,11,35)
#160A1F
(22,10,31)
#13091B
(19,9,27)
#100817
(16,8,23)
#0D0713
(13,7,19)
#0A060F
(10,6,15)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #250F33

#250F33
(37,15,51)
#382445
(56,36,69)
#4B3957
(75,57,87)
#5E4E69
(94,78,105)
#71637B
(113,99,123)
#84788D
(132,120,141)
#978D9F
(151,141,159)
#AAA2B1
(170,162,177)
#BDB7C3
(189,183,195)
#D0CCD5
(208,204,213)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250F33 color. Also use rgb(37,15,51) instead hex code.

Text Font Color

.myTextColor { color: #250F33; }

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

This text font color is #250F33.


Background Color

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

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

This div background color is #250F33.


Border color

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

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

This div border color is #250F33.


Opacity

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

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

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

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

This text has shadow with #250F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250F33 on black background.


Color preview on white background

This text has color #250F33 on white background.



Black color preview on #250F33 background

This text has black color on #250F33 background.


White color preview on #250F33 background

This text has white color on #250F33 background.