COLOR #251003

HEX: #251003 RGB: (37,16,3)

Color info

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

RGB color model

#251003 color RGB value is (37,16,3).

RGB: (37,16,3) (15%, 6%, 1%)

RGB channels and saturation

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

37
16
3

R + G + B ~ 7%. #251003 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 16 + 3 = 56 (100%)
R 37 of 56 ~ 66.07%
G 16 of 56 ~ 28.57%
B 3 of 56 ~ 5.36'%

%66.07
%28.57

CMYK color model

#251003 color CMYK value is (0,57,92,85).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 91.89%
  • key color value is 85.49%

CMYK: (0,57,92,85)
C0M57Y92K85 (0%, 57%, 92%, 85%)
(0.00 / 0.57 / 0.92 / 0.85)

CMYK percentages

%0
%56.76
%91.89
%85.49

Codes

Color #251003 in popluar color models

25 10 03
RGB 37 16 3
HSL 23° 85.00% 7.84%
HSB/HSV 23° 91.89% 14.51%
CMYK 0.00% 56.76% 91.89%
85.49%

Color #251003 in popluar number systems.

HEX 25 10 03
Decimal 37 16 3
Binary 100101 10000 11
Octal 45 20 3

Shades and tints

Shades of #251003

#251003
(37,16,3)
#220F03
(34,15,3)
#1F0E03
(31,14,3)
#1C0D03
(28,13,3)
#190C03
(25,12,3)
#160B03
(22,11,3)
#130A03
(19,10,3)
#100903
(16,9,3)
#0D0803
(13,8,3)
#0A0703
(10,7,3)
#070603
(7,6,3)
#000000
(0,0,0)

Tints of #251003

#251003
(37,16,3)
#382519
(56,37,25)
#4B3A2F
(75,58,47)
#5E4F45
(94,79,69)
#71645B
(113,100,91)
#847971
(132,121,113)
#978E87
(151,142,135)
#AAA39D
(170,163,157)
#BDB8B3
(189,184,179)
#D0CDC9
(208,205,201)
#E3E2DF
(227,226,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251003; }

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

This text font color is #251003.

Background Color

.myBgColor { background-color: #251003; }

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

This div background color is #251003.

Border color

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

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

This div border color is #251003.

Opacity

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

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

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

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

This text has shadow with #251003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251003.

Preview

Color preview on black background

This text has color #251003 on black background.


Color preview on white background

This text has color #251003 on white background.


Black color preview on #251003 background

This text has black color on #251003 background.


White color preview on #251003 background

This text has white color on #251003 background.


Related colors

Complementary color

Complementary color for #hex is #DAEFFC.


I love getcolorcode.com

Triadic colors

1 #032510 and #100325 with #251003 are triadic colors.

2 #031025 and #102503 with #251003 are triadic colors.