COLOR #250203

HEX: #250203
RGB: (37,2,3)

Color info

#250203 contains red, green and blue colors in about the same proportion. Web safe color of #250203 is #330000 (or #300).

RGB color model

#250203 color RGB value is (37,2,3).

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

RGB channels and saturation

R 37 of 255 = 15%
G 2 of 255 = 1%
B 3 of 255 = 1%

37
2
3

R + G + B ~ 6%. #250203 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 2 + 3 = 42 (100%)
R 37 of 42 ~ 88.1%
G 2 of 42 ~ 4.76%
B 3 of 42 ~ 7.14%

%88.1

CMYK color model

#250203 color CMYK value is (0,95,92,85).

  • cyan value is 0.00%
  • magenta value is 94.59%
  • yellow value is 91.89%
  • key color value is 85.49%
CMYK:
(0,95,92,85)
C0M95Y92K85 
(0%,95%,92%,85%)
(0.00/0.95/0.92/0.85)	

CMYK percentages

%0
%94.59
%91.89
%85.49

Codes

Color #250203 in popluar color models

250203
RGB3723
HSL358°89.74%7.65%
HSB/HSV358°94.59%14.51%
CMYK0.00%94.59%91.89%
85.49%

Color #250203 in popluar number systems.

HEX250203
Decimal3723
Binary1001011011
Octal4523

Shades and tints

Shades of #250203

#250203
(37,2,3)
#220203
(34,2,3)
#1F0203
(31,2,3)
#1C0203
(28,2,3)
#190203
(25,2,3)
#160203
(22,2,3)
#130203
(19,2,3)
#100203
(16,2,3)
#0D0203
(13,2,3)
#0A0203
(10,2,3)
#070203
(7,2,3)
#000000
(0,0,0)

Tints of #250203

#250203
(37,2,3)
#381919
(56,25,25)
#4B302F
(75,48,47)
#5E4745
(94,71,69)
#715E5B
(113,94,91)
#847571
(132,117,113)
#978C87
(151,140,135)
#AAA39D
(170,163,157)
#BDBAB3
(189,186,179)
#D0D1C9
(208,209,201)
#E3E8DF
(227,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250203; }

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

This text font color is #250203.


Background Color

.myBgColor { background-color: #250203; }

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

This div background color is #250203.


Border color

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

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

This div border color is #250203.


Opacity

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

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

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

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

This text has shadow with #250203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250203 on black background.


Color preview on white background

This text has color #250203 on white background.



Black color preview on #250203 background

This text has black color on #250203 background.


White color preview on #250203 background

This text has white color on #250203 background.