COLOR #250F34

HEX: #250F34
RGB: (37,15,52)

Color info

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

RGB color model

#250F34 color RGB value is (37,15,52).

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

RGB channels and saturation

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

37
15
52

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

Portions of RGB colors in percentages

R + G + B =
37 + 15 + 52 = 104 (100%)
R 37 of 104 ~ 35.58%
G 15 of 104 ~ 14.42%
B 52 of 104 ~ 50%

%35.58
%14.42
%50

CMYK color model

#250F34 color CMYK value is (29,71,0,80).

  • cyan value is 28.85%
  • magenta value is 71.15%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(29,71,0,80)
C29M71Y0K80 
(29%,71%,0%,80%)
(0.29/0.71/0.00/0.80)	

CMYK percentages

%28.85
%71.15
%0
%79.61

Codes

Color #250F34 in popluar color models

250F34
RGB371552
HSL276°55.22%13.14%
HSB/HSV276°71.15%20.39%
CMYK28.85%71.15%0.00%
79.61%

Color #250F34 in popluar number systems.

HEX250F34
Decimal371552
Binary1001011111110100
Octal451764

Shades and tints

Shades of #250F34

#250F34
(37,15,52)
#220E30
(34,14,48)
#1F0D2C
(31,13,44)
#1C0C28
(28,12,40)
#190B24
(25,11,36)
#160A20
(22,10,32)
#13091C
(19,9,28)
#100818
(16,8,24)
#0D0714
(13,7,20)
#0A0610
(10,6,16)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #250F34

#250F34
(37,15,52)
#382446
(56,36,70)
#4B3958
(75,57,88)
#5E4E6A
(94,78,106)
#71637C
(113,99,124)
#84788E
(132,120,142)
#978DA0
(151,141,160)
#AAA2B2
(170,162,178)
#BDB7C4
(189,183,196)
#D0CCD6
(208,204,214)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250F34; }

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

This text font color is #250F34.


Background Color

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

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

This div background color is #250F34.


Border color

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

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

This div border color is #250F34.


Opacity

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

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

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

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

This text has shadow with #250F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250F34 on black background.


Color preview on white background

This text has color #250F34 on white background.



Black color preview on #250F34 background

This text has black color on #250F34 background.


White color preview on #250F34 background

This text has white color on #250F34 background.