COLOR #250300

HEX: #250300
RGB: (37,3,0)

Color info

#250300 contains only red and green colors. Web safe color of #250300 is #330000 (or #300).

RGB color model

#250300 color RGB value is (37,3,0).

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

RGB channels and saturation

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

37
3
0

R + G + B ~ 5%. #250300 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 3 + 0 = 40 (100%)
R 37 of 40 ~ 92.5%
G 3 of 40 ~ 7.5%
B 0 of 40 ~ 0%

%92.5

CMYK color model

#250300 color CMYK value is (0,92,100,85).

  • cyan value is 0.00%
  • magenta value is 91.89%
  • yellow value is 100.00%
  • key color value is 85.49%
CMYK:
(0,92,100,85)
C0M92Y100K85 
(0%,92%,100%,85%)
(0.00/0.92/1.00/0.85)	

CMYK percentages

%0
%91.89
%100
%85.49

Codes

Color #250300 in popluar color models

250300
RGB3730
HSL100.00%7.25%
HSB/HSV100.00%14.51%
CMYK0.00%91.89%100.00%
85.49%

Color #250300 in popluar number systems.

HEX250300
Decimal3730
Binary100101110
Octal4530

Shades and tints

Shades of #250300

#250300
(37,3,0)
#220300
(34,3,0)
#1F0300
(31,3,0)
#1C0300
(28,3,0)
#190300
(25,3,0)
#160300
(22,3,0)
#130300
(19,3,0)
#100300
(16,3,0)
#0D0300
(13,3,0)
#0A0300
(10,3,0)
#070300
(7,3,0)
#000000
(0,0,0)

Tints of #250300

#250300
(37,3,0)
#381917
(56,25,23)
#4B2F2E
(75,47,46)
#5E4545
(94,69,69)
#715B5C
(113,91,92)
#847173
(132,113,115)
#97878A
(151,135,138)
#AA9DA1
(170,157,161)
#BDB3B8
(189,179,184)
#D0C9CF
(208,201,207)
#E3DFE6
(227,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250300; }

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

This text font color is #250300.


Background Color

.myBgColor { background-color: #250300; }

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

This div background color is #250300.


Border color

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

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

This div border color is #250300.


Opacity

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

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

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

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

This text has shadow with #250300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250300 on black background.


Color preview on white background

This text has color #250300 on white background.



Black color preview on #250300 background

This text has black color on #250300 background.


White color preview on #250300 background

This text has white color on #250300 background.