COLOR #25182E

HEX: #25182E
RGB: (37,24,46)

Color info

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

RGB color model

#25182E color RGB value is (37,24,46).

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

RGB channels and saturation

R 37 of 255 = 15%
G 24 of 255 = 9%
B 46 of 255 = 18%

37
24
46

R + G + B ~ 14%. #25182E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 24 + 46 = 107 (100%)
R 37 of 107 ~ 34.58%
G 24 of 107 ~ 22.43%
B 46 of 107 ~ 42.99%

%34.58
%22.43
%42.99

CMYK color model

#25182E color CMYK value is (20,48,0,82).

  • cyan value is 19.57%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(20,48,0,82)
C20M48Y0K82 
(20%,48%,0%,82%)
(0.20/0.48/0.00/0.82)	

CMYK percentages

%19.57
%47.83
%0
%81.96

Codes

Color #25182E in popluar color models

25182E
RGB372446
HSL275°31.43%13.73%
HSB/HSV275°47.83%18.04%
CMYK19.57%47.83%0.00%
81.96%

Color #25182E in popluar number systems.

HEX25182E
Decimal372446
Binary10010111000101110
Octal453056

Shades and tints

Shades of #25182E

#25182E
(37,24,46)
#22162A
(34,22,42)
#1F1426
(31,20,38)
#1C1222
(28,18,34)
#19101E
(25,16,30)
#160E1A
(22,14,26)
#130C16
(19,12,22)
#100A12
(16,10,18)
#0D080E
(13,8,14)
#0A060A
(10,6,10)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #25182E

#25182E
(37,24,46)
#382D41
(56,45,65)
#4B4254
(75,66,84)
#5E5767
(94,87,103)
#716C7A
(113,108,122)
#84818D
(132,129,141)
#9796A0
(151,150,160)
#AAABB3
(170,171,179)
#BDC0C6
(189,192,198)
#D0D5D9
(208,213,217)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25182E; }

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

This text font color is #25182E.


Background Color

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

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

This div background color is #25182E.


Border color

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

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

This div border color is #25182E.


Opacity

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

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

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

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

This text has shadow with #25182E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25182E on black background.


Color preview on white background

This text has color #25182E on white background.



Black color preview on #25182E background

This text has black color on #25182E background.


White color preview on #25182E background

This text has white color on #25182E background.