COLOR #25111D

HEX: #25111D
RGB: (37,17,29)

Color info

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

RGB color model

#25111D color RGB value is (37,17,29).

  • red value is 37;
  • green value is 17;
  • blue value is 29.
RGB:
(37,17,29)
(15%,7%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 17 of 255 = 7%
B 29 of 255 = 11%

37
17
29

R + G + B ~ 11%. #25111D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 17 + 29 = 83 (100%)
R 37 of 83 ~ 44.58%
G 17 of 83 ~ 20.48%
B 29 of 83 ~ 34.94%

%44.58
%20.48
%34.94

CMYK color model

#25111D color CMYK value is (0,54,22,85).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(0,54,22,85)
C0M54Y22K85 
(0%,54%,22%,85%)
(0.00/0.54/0.22/0.85)	

CMYK percentages

%0
%54.05
%21.62
%85.49

Codes

Color #25111D in popluar color models

25111D
RGB371729
HSL324°37.04%10.59%
HSB/HSV324°54.05%14.51%
CMYK0.00%54.05%21.62%
85.49%

Color #25111D in popluar number systems.

HEX25111D
Decimal371729
Binary1001011000111101
Octal452135

Shades and tints

Shades of #25111D

#25111D
(37,17,29)
#22101B
(34,16,27)
#1F0F19
(31,15,25)
#1C0E17
(28,14,23)
#190D15
(25,13,21)
#160C13
(22,12,19)
#130B11
(19,11,17)
#100A0F
(16,10,15)
#0D090D
(13,9,13)
#0A080B
(10,8,11)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #25111D

#25111D
(37,17,29)
#382631
(56,38,49)
#4B3B45
(75,59,69)
#5E5059
(94,80,89)
#71656D
(113,101,109)
#847A81
(132,122,129)
#978F95
(151,143,149)
#AAA4A9
(170,164,169)
#BDB9BD
(189,185,189)
#D0CED1
(208,206,209)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25111D color. Also use rgb(37,17,29) instead hex code.

Text Font Color

.myTextColor { color: #25111D; }

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

This text font color is #25111D.


Background Color

.myBgColor { background-color: #25111D; }

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

This div background color is #25111D.


Border color

.myBorderColor { border: 1px solid #25111D; }

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

This div border color is #25111D.


Opacity

.myOpacity80 { color: #25111D; opacity: 0.8; }

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

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

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

This text has shadow with #25111D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25111D on black background.


Color preview on white background

This text has color #25111D on white background.



Black color preview on #25111D background

This text has black color on #25111D background.


White color preview on #25111D background

This text has white color on #25111D background.