COLOR #25181C

HEX: #25181C
RGB: (37,24,28)

Color info

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

RGB color model

#25181C color RGB value is (37,24,28).

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

RGB channels and saturation

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

37
24
28

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

Portions of RGB colors in percentages

R + G + B =
37 + 24 + 28 = 89 (100%)
R 37 of 89 ~ 41.57%
G 24 of 89 ~ 26.97%
B 28 of 89 ~ 31.46%

%41.57
%26.97
%31.46

CMYK color model

#25181C color CMYK value is (0,35,24,85).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK: (0,35,24,85) C0M35Y24K85 (0%,35%,24%,85%) (0.00/0.35/0.24/0.85)

CMYK percentages

%0
%35.14
%24.32
%85.49

Codes

Color #25181C in popluar color models

25181C
RGB372428
HSL342°21.31%11.96%
HSB/HSV342°35.14%14.51%
CMYK0.00%35.14%24.32%
85.49%

Color #25181C in popluar number systems.

HEX25181C
Decimal372428
Binary1001011100011100
Octal453034

Shades and tints

Shades of #25181C

#25181C
(37,24,28)
#22161A
(34,22,26)
#1F1418
(31,20,24)
#1C1216
(28,18,22)
#191014
(25,16,20)
#160E12
(22,14,18)
#130C10
(19,12,16)
#100A0E
(16,10,14)
#0D080C
(13,8,12)
#0A060A
(10,6,10)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #25181C

#25181C
(37,24,28)
#382D30
(56,45,48)
#4B4244
(75,66,68)
#5E5758
(94,87,88)
#716C6C
(113,108,108)
#848180
(132,129,128)
#979694
(151,150,148)
#AAABA8
(170,171,168)
#BDC0BC
(189,192,188)
#D0D5D0
(208,213,208)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25181C; }

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

This text font color is #25181C.


Background Color

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

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

This div background color is #25181C.


Border color

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

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

This div border color is #25181C.


Opacity

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

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

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

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

This text has shadow with #25181C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #25181C on black background.


Color preview on white background

This text has color #25181C on white background.



Black color preview on #25181C background

This text has black color on #25181C background.


White color preview on #25181C background

This text has white color on #25181C background.