COLOR #25181D

HEX: #25181D
RGB: (37,24,29)

Color info

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

RGB color model

#25181D color RGB value is (37,24,29).

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

RGB channels and saturation

R 37 of 255 = 15%
G 24 of 255 = 9%
B 29 of 255 = 11%

37
24
29

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

Portions of RGB colors in percentages

R + G + B =
37 + 24 + 29 = 90 (100%)
R 37 of 90 ~ 41.11%
G 24 of 90 ~ 26.67%
B 29 of 90 ~ 32.22%

%41.11
%26.67
%32.22

CMYK color model

#25181D color CMYK value is (0,35,22,85).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(0,35,22,85)
C0M35Y22K85 
(0%,35%,22%,85%)
(0.00/0.35/0.22/0.85)	

CMYK percentages

%0
%35.14
%21.62
%85.49

Codes

Color #25181D in popluar color models

25181D
RGB372429
HSL337°21.31%11.96%
HSB/HSV337°35.14%14.51%
CMYK0.00%35.14%21.62%
85.49%

Color #25181D in popluar number systems.

HEX25181D
Decimal372429
Binary1001011100011101
Octal453035

Shades and tints

Shades of #25181D

#25181D
(37,24,29)
#22161B
(34,22,27)
#1F1419
(31,20,25)
#1C1217
(28,18,23)
#191015
(25,16,21)
#160E13
(22,14,19)
#130C11
(19,12,17)
#100A0F
(16,10,15)
#0D080D
(13,8,13)
#0A060B
(10,6,11)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #25181D

#25181D
(37,24,29)
#382D31
(56,45,49)
#4B4245
(75,66,69)
#5E5759
(94,87,89)
#716C6D
(113,108,109)
#848181
(132,129,129)
#979695
(151,150,149)
#AAABA9
(170,171,169)
#BDC0BD
(189,192,189)
#D0D5D1
(208,213,209)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25181D; }

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

This text font color is #25181D.


Background Color

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

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

This div background color is #25181D.


Border color

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

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

This div border color is #25181D.


Opacity

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

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

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

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

This text has shadow with #25181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25181D on black background.


Color preview on white background

This text has color #25181D on white background.



Black color preview on #25181D background

This text has black color on #25181D background.


White color preview on #25181D background

This text has white color on #25181D background.