COLOR #25041F

HEX: #25041F
RGB: (37,4,31)

Color info

#25041F contains red, green and blue colors in about the same proportion. Web safe color of #25041F is #330033 (or #303).

RGB color model

#25041F color RGB value is (37,4,31).

  • red value is 37;
  • green value is 4;
  • blue value is 31.
RGB:
(37,4,31)
(15%,2%,12%)

RGB channels and saturation

R 37 of 255 = 15%
G 4 of 255 = 2%
B 31 of 255 = 12%

37
4
31

R + G + B ~ 10%. #25041F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 4 + 31 = 72 (100%)
R 37 of 72 ~ 51.39%
G 4 of 72 ~ 5.56%
B 31 of 72 ~ 43.06%

%51.39
%43.06

CMYK color model

#25041F color CMYK value is (0,89,16,85).

  • cyan value is 0.00%
  • magenta value is 89.19%
  • yellow value is 16.22%
  • key color value is 85.49%
CMYK:
(0,89,16,85)
C0M89Y16K85 
(0%,89%,16%,85%)
(0.00/0.89/0.16/0.85)	

CMYK percentages

%0
%89.19
%16.22
%85.49

Codes

Color #25041F in popluar color models

25041F
RGB37431
HSL311°80.49%8.04%
HSB/HSV311°89.19%14.51%
CMYK0.00%89.19%16.22%
85.49%

Color #25041F in popluar number systems.

HEX25041F
Decimal37431
Binary10010110011111
Octal45437

Shades and tints

Shades of #25041F

#25041F
(37,4,31)
#22041D
(34,4,29)
#1F041B
(31,4,27)
#1C0419
(28,4,25)
#190417
(25,4,23)
#160415
(22,4,21)
#130413
(19,4,19)
#100411
(16,4,17)
#0D040F
(13,4,15)
#0A040D
(10,4,13)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #25041F

#25041F
(37,4,31)
#381A33
(56,26,51)
#4B3047
(75,48,71)
#5E465B
(94,70,91)
#715C6F
(113,92,111)
#847283
(132,114,131)
#978897
(151,136,151)
#AA9EAB
(170,158,171)
#BDB4BF
(189,180,191)
#D0CAD3
(208,202,211)
#E3E0E7
(227,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25041F; }

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

This text font color is #25041F.


Background Color

.myBgColor { background-color: #25041F; }

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

This div background color is #25041F.


Border color

.myBorderColor { border: 1px solid #25041F; }

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

This div border color is #25041F.


Opacity

.myOpacity80 { color: #25041F; opacity: 0.8; }

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

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

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

This text has shadow with #25041F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25041F on black background.


Color preview on white background

This text has color #25041F on white background.



Black color preview on #25041F background

This text has black color on #25041F background.


White color preview on #25041F background

This text has white color on #25041F background.