COLOR #25181E

HEX: #25181E
RGB: (37,24,30)

Color info

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

RGB color model

#25181E color RGB value is (37,24,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 24 of 255 = 9%
B 30 of 255 = 12%

37
24
30

R + G + B ~ 12%. #25181E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 24 + 30 = 91 (100%)
R 37 of 91 ~ 40.66%
G 24 of 91 ~ 26.37%
B 30 of 91 ~ 32.97%

%40.66
%26.37
%32.97

CMYK color model

#25181E color CMYK value is (0,35,19,85).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(0,35,19,85)
C0M35Y19K85 
(0%,35%,19%,85%)
(0.00/0.35/0.19/0.85)	

CMYK percentages

%0
%35.14
%18.92
%85.49

Codes

Color #25181E in popluar color models

25181E
RGB372430
HSL332°21.31%11.96%
HSB/HSV332°35.14%14.51%
CMYK0.00%35.14%18.92%
85.49%

Color #25181E in popluar number systems.

HEX25181E
Decimal372430
Binary1001011100011110
Octal453036

Shades and tints

Shades of #25181E

#25181E
(37,24,30)
#22161C
(34,22,28)
#1F141A
(31,20,26)
#1C1218
(28,18,24)
#191016
(25,16,22)
#160E14
(22,14,20)
#130C12
(19,12,18)
#100A10
(16,10,16)
#0D080E
(13,8,14)
#0A060C
(10,6,12)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #25181E

#25181E
(37,24,30)
#382D32
(56,45,50)
#4B4246
(75,66,70)
#5E575A
(94,87,90)
#716C6E
(113,108,110)
#848182
(132,129,130)
#979696
(151,150,150)
#AAABAA
(170,171,170)
#BDC0BE
(189,192,190)
#D0D5D2
(208,213,210)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25181E; }

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

This text font color is #25181E.


Background Color

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

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

This div background color is #25181E.


Border color

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

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

This div border color is #25181E.


Opacity

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

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

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

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

This text has shadow with #25181E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25181E on black background.


Color preview on white background

This text has color #25181E on white background.



Black color preview on #25181E background

This text has black color on #25181E background.


White color preview on #25181E background

This text has white color on #25181E background.