COLOR #25112E

HEX: #25112E
RGB: (37,17,46)

Color info

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

RGB color model

#25112E color RGB value is (37,17,46).

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

RGB channels and saturation

R 37 of 255 = 15%
G 17 of 255 = 7%
B 46 of 255 = 18%

37
17
46

R + G + B ~ 13%. #25112E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 17 + 46 = 100 (100%)
R 37 of 100 ~ 37%
G 17 of 100 ~ 17%
B 46 of 100 ~ 46%

%37
%17
%46

CMYK color model

#25112E color CMYK value is (20,63,0,82).

  • cyan value is 19.57%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(20,63,0,82)
C20M63Y0K82 
(20%,63%,0%,82%)
(0.20/0.63/0.00/0.82)	

CMYK percentages

%19.57
%63.04
%0
%81.96

Codes

Color #25112E in popluar color models

25112E
RGB371746
HSL281°46.03%12.35%
HSB/HSV281°63.04%18.04%
CMYK19.57%63.04%0.00%
81.96%

Color #25112E in popluar number systems.

HEX25112E
Decimal371746
Binary10010110001101110
Octal452156

Shades and tints

Shades of #25112E

#25112E
(37,17,46)
#22102A
(34,16,42)
#1F0F26
(31,15,38)
#1C0E22
(28,14,34)
#190D1E
(25,13,30)
#160C1A
(22,12,26)
#130B16
(19,11,22)
#100A12
(16,10,18)
#0D090E
(13,9,14)
#0A080A
(10,8,10)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #25112E

#25112E
(37,17,46)
#382641
(56,38,65)
#4B3B54
(75,59,84)
#5E5067
(94,80,103)
#71657A
(113,101,122)
#847A8D
(132,122,141)
#978FA0
(151,143,160)
#AAA4B3
(170,164,179)
#BDB9C6
(189,185,198)
#D0CED9
(208,206,217)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25112E color. Also use rgb(37,17,46) instead hex code.

Text Font Color

.myTextColor { color: #25112E; }

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

This text font color is #25112E.


Background Color

.myBgColor { background-color: #25112E; }

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

This div background color is #25112E.


Border color

.myBorderColor { border: 1px solid #25112E; }

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

This div border color is #25112E.


Opacity

.myOpacity80 { color: #25112E; opacity: 0.8; }

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

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

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

This text has shadow with #25112E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25112E on black background.


Color preview on white background

This text has color #25112E on white background.



Black color preview on #25112E background

This text has black color on #25112E background.


White color preview on #25112E background

This text has white color on #25112E background.