COLOR #251004

HEX: #251004 RGB: (37,16,4)

Color info

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

RGB color model

#251004 color RGB value is (37,16,4).

RGB: (37,16,4) (15%, 6%, 2%)

RGB channels and saturation

R 37 of 255 = 15%
G 16 of 255 = 6%
B 4 of 255 = 2%

37
16
4

R + G + B ~ 8%. #251004 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 16 + 4 = 57 (100%)
R 37 of 57 ~ 64.91%
G 16 of 57 ~ 28.07%
B 4 of 57 ~ 7.02'%

%64.91
%28.07

CMYK color model

#251004 color CMYK value is (0,57,89,85).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 89.19%
  • key color value is 85.49%
CMYK: (0,57,89,85) C0M57Y89K85 (0%,57%,89%,85%) (0.00/0.57/0.89/0.85) 

CMYK percentages

%0
%56.76
%89.19
%85.49

Codes

Color #251004 in popluar color models

25 10 04
RGB 37 16 4
HSL 22° 80.49% 8.04%
HSB/HSV 22° 89.19% 14.51%
CMYK 0.00% 56.76% 89.19%
85.49%

Color #251004 in popluar number systems.

HEX 25 10 04
Decimal 37 16 4
Binary 100101 10000 100
Octal 45 20 4

Shades and tints

Shades of #251004

#251004
(37,16,4)
#220F04
(34,15,4)
#1F0E04
(31,14,4)
#1C0D04
(28,13,4)
#190C04
(25,12,4)
#160B04
(22,11,4)
#130A04
(19,10,4)
#100904
(16,9,4)
#0D0804
(13,8,4)
#0A0704
(10,7,4)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #251004

#251004
(37,16,4)
#38251A
(56,37,26)
#4B3A30
(75,58,48)
#5E4F46
(94,79,70)
#71645C
(113,100,92)
#847972
(132,121,114)
#978E88
(151,142,136)
#AAA39E
(170,163,158)
#BDB8B4
(189,184,180)
#D0CDCA
(208,205,202)
#E3E2E0
(227,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251004; }

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

This text font color is #251004.

Background Color

.myBgColor { background-color: #251004; }

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

This div background color is #251004.

Border color

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

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

This div border color is #251004.

Opacity

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

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

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

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

This text has shadow with #251004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251004.

Preview

Color preview on black background

This text has color #251004 on black background.


Color preview on white background

This text has color #251004 on white background.


Black color preview on #251004 background

This text has black color on #251004 background.


White color preview on #251004 background

This text has white color on #251004 background.


Related colors

Complementary color

Complementary color for #hex is #DAEFFB.


I love getcolorcode.com

Triadic colors

1 #042510 and #100425 with #251004 are triadic colors.

2 #041025 and #102504 with #251004 are triadic colors.