COLOR #250328

HEX: #250328
RGB: (37,3,40)

Color info

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

RGB color model

#250328 color RGB value is (37,3,40).

  • red value is 37;
  • green value is 3;
  • blue value is 40.
RGB:
(37,3,40)
(15%,1%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 3 of 255 = 1%
B 40 of 255 = 16%

37
3
40

R + G + B ~ 11%. #250328 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 3 + 40 = 80 (100%)
R 37 of 80 ~ 46.25%
G 3 of 80 ~ 3.75%
B 40 of 80 ~ 50%

%46.25
%50

CMYK color model

#250328 color CMYK value is (7,93,0,84).

  • cyan value is 7.50%
  • magenta value is 92.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(7,93,0,84)
C7M93Y0K84 
(7%,93%,0%,84%)
(0.07/0.93/0.00/0.84)	

CMYK percentages

%7.5
%92.5
%0
%84.31

Codes

Color #250328 in popluar color models

250328
RGB37340
HSL295°86.05%8.43%
HSB/HSV295°92.50%15.69%
CMYK7.50%92.50%0.00%
84.31%

Color #250328 in popluar number systems.

HEX250328
Decimal37340
Binary10010111101000
Octal45350

Shades and tints

Shades of #250328

#250328
(37,3,40)
#220325
(34,3,37)
#1F0322
(31,3,34)
#1C031F
(28,3,31)
#19031C
(25,3,28)
#160319
(22,3,25)
#130316
(19,3,22)
#100313
(16,3,19)
#0D0310
(13,3,16)
#0A030D
(10,3,13)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #250328

#250328
(37,3,40)
#38193B
(56,25,59)
#4B2F4E
(75,47,78)
#5E4561
(94,69,97)
#715B74
(113,91,116)
#847187
(132,113,135)
#97879A
(151,135,154)
#AA9DAD
(170,157,173)
#BDB3C0
(189,179,192)
#D0C9D3
(208,201,211)
#E3DFE6
(227,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250328 color. Also use rgb(37,3,40) instead hex code.

Text Font Color

.myTextColor { color: #250328; }

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

This text font color is #250328.


Background Color

.myBgColor { background-color: #250328; }

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

This div background color is #250328.


Border color

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

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

This div border color is #250328.


Opacity

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

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

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

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

This text has shadow with #250328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250328 on black background.


Color preview on white background

This text has color #250328 on white background.



Black color preview on #250328 background

This text has black color on #250328 background.


White color preview on #250328 background

This text has white color on #250328 background.