COLOR #25151C

HEX: #25151C
RGB: (37,21,28)

Color info

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

RGB color model

#25151C color RGB value is (37,21,28).

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

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 28 of 255 = 11%

37
21
28

R + G + B ~ 11%. #25151C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 28 = 86 (100%)
R 37 of 86 ~ 43.02%
G 21 of 86 ~ 24.42%
B 28 of 86 ~ 32.56%

%43.02
%24.42
%32.56

CMYK color model

#25151C color CMYK value is (0,43,24,85).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK:
(0,43,24,85)
C0M43Y24K85 
(0%,43%,24%,85%)
(0.00/0.43/0.24/0.85)	

CMYK percentages

%0
%43.24
%24.32
%85.49

Codes

Color #25151C in popluar color models

25151C
RGB372128
HSL334°27.59%11.37%
HSB/HSV334°43.24%14.51%
CMYK0.00%43.24%24.32%
85.49%

Color #25151C in popluar number systems.

HEX25151C
Decimal372128
Binary1001011010111100
Octal452534

Shades and tints

Shades of #25151C

#25151C
(37,21,28)
#22141A
(34,20,26)
#1F1318
(31,19,24)
#1C1216
(28,18,22)
#191114
(25,17,20)
#161012
(22,16,18)
#130F10
(19,15,16)
#100E0E
(16,14,14)
#0D0D0C
(13,13,12)
#0A0C0A
(10,12,10)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #25151C

#25151C
(37,21,28)
#382A30
(56,42,48)
#4B3F44
(75,63,68)
#5E5458
(94,84,88)
#71696C
(113,105,108)
#847E80
(132,126,128)
#979394
(151,147,148)
#AAA8A8
(170,168,168)
#BDBDBC
(189,189,188)
#D0D2D0
(208,210,208)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25151C; }

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

This text font color is #25151C.


Background Color

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

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

This div background color is #25151C.


Border color

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

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

This div border color is #25151C.


Opacity

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

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

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

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

This text has shadow with #25151C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25151C on black background.


Color preview on white background

This text has color #25151C on white background.



Black color preview on #25151C background

This text has black color on #25151C background.


White color preview on #25151C background

This text has white color on #25151C background.