COLOR #250503

HEX: #250503
RGB: (37,5,3)

Color info

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

RGB color model

#250503 color RGB value is (37,5,3).

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

RGB channels and saturation

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

37
5
3

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

Portions of RGB colors in percentages

R + G + B =
37 + 5 + 3 = 45 (100%)
R 37 of 45 ~ 82.22%
G 5 of 45 ~ 11.11%
B 3 of 45 ~ 6.67%

%82.22
%11.11

CMYK color model

#250503 color CMYK value is (0,86,92,85).

  • cyan value is 0.00%
  • magenta value is 86.49%
  • yellow value is 91.89%
  • key color value is 85.49%
CMYK:
(0,86,92,85)
C0M86Y92K85 
(0%,86%,92%,85%)
(0.00/0.86/0.92/0.85)	

CMYK percentages

%0
%86.49
%91.89
%85.49

Codes

Color #250503 in popluar color models

250503
RGB3753
HSL85.00%7.84%
HSB/HSV91.89%14.51%
CMYK0.00%86.49%91.89%
85.49%

Color #250503 in popluar number systems.

HEX250503
Decimal3753
Binary10010110111
Octal4553

Shades and tints

Shades of #250503

#250503
(37,5,3)
#220503
(34,5,3)
#1F0503
(31,5,3)
#1C0503
(28,5,3)
#190503
(25,5,3)
#160503
(22,5,3)
#130503
(19,5,3)
#100503
(16,5,3)
#0D0503
(13,5,3)
#0A0503
(10,5,3)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #250503

#250503
(37,5,3)
#381B19
(56,27,25)
#4B312F
(75,49,47)
#5E4745
(94,71,69)
#715D5B
(113,93,91)
#847371
(132,115,113)
#978987
(151,137,135)
#AA9F9D
(170,159,157)
#BDB5B3
(189,181,179)
#D0CBC9
(208,203,201)
#E3E1DF
(227,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250503; }

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

This text font color is #250503.


Background Color

.myBgColor { background-color: #250503; }

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

This div background color is #250503.


Border color

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

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

This div border color is #250503.


Opacity

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

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

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

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

This text has shadow with #250503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250503 on black background.


Color preview on white background

This text has color #250503 on white background.



Black color preview on #250503 background

This text has black color on #250503 background.


White color preview on #250503 background

This text has white color on #250503 background.