COLOR #250F3A

HEX: #250F3A
RGB: (37,15,58)

Color info

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

RGB color model

#250F3A color RGB value is (37,15,58).

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

RGB channels and saturation

R 37 of 255 = 15%
G 15 of 255 = 6%
B 58 of 255 = 23%

37
15
58

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

Portions of RGB colors in percentages

R + G + B =
37 + 15 + 58 = 110 (100%)
R 37 of 110 ~ 33.64%
G 15 of 110 ~ 13.64%
B 58 of 110 ~ 52.73%

%33.64
%13.64
%52.73

CMYK color model

#250F3A color CMYK value is (36,74,0,77).

  • cyan value is 36.21%
  • magenta value is 74.14%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(36,74,0,77)
C36M74Y0K77 
(36%,74%,0%,77%)
(0.36/0.74/0.00/0.77)	

CMYK percentages

%36.21
%74.14
%0
%77.25

Codes

Color #250F3A in popluar color models

250F3A
RGB371558
HSL271°58.90%14.31%
HSB/HSV271°74.14%22.75%
CMYK36.21%74.14%0.00%
77.25%

Color #250F3A in popluar number systems.

HEX250F3A
Decimal371558
Binary1001011111111010
Octal451772

Shades and tints

Shades of #250F3A

#250F3A
(37,15,58)
#220E35
(34,14,53)
#1F0D30
(31,13,48)
#1C0C2B
(28,12,43)
#190B26
(25,11,38)
#160A21
(22,10,33)
#13091C
(19,9,28)
#100817
(16,8,23)
#0D0712
(13,7,18)
#0A060D
(10,6,13)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #250F3A

#250F3A
(37,15,58)
#38244B
(56,36,75)
#4B395C
(75,57,92)
#5E4E6D
(94,78,109)
#71637E
(113,99,126)
#84788F
(132,120,143)
#978DA0
(151,141,160)
#AAA2B1
(170,162,177)
#BDB7C2
(189,183,194)
#D0CCD3
(208,204,211)
#E3E1E4
(227,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250F3A; }

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

This text font color is #250F3A.


Background Color

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

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

This div background color is #250F3A.


Border color

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

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

This div border color is #250F3A.


Opacity

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

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

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

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

This text has shadow with #250F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250F3A on black background.


Color preview on white background

This text has color #250F3A on white background.



Black color preview on #250F3A background

This text has black color on #250F3A background.


White color preview on #250F3A background

This text has white color on #250F3A background.