COLOR #25151B

HEX: #25151B
RGB: (37,21,27)

Color info

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

RGB color model

#25151B color RGB value is (37,21,27).

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

RGB channels and saturation

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

37
21
27

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

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 27 = 85 (100%)
R 37 of 85 ~ 43.53%
G 21 of 85 ~ 24.71%
B 27 of 85 ~ 31.76%

%43.53
%24.71
%31.76

CMYK color model

#25151B color CMYK value is (0,43,27,85).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 27.03%
  • key color value is 85.49%
CMYK:
(0,43,27,85)
C0M43Y27K85 
(0%,43%,27%,85%)
(0.00/0.43/0.27/0.85)	

CMYK percentages

%0
%43.24
%27.03
%85.49

Codes

Color #25151B in popluar color models

25151B
RGB372127
HSL338°27.59%11.37%
HSB/HSV338°43.24%14.51%
CMYK0.00%43.24%27.03%
85.49%

Color #25151B in popluar number systems.

HEX25151B
Decimal372127
Binary1001011010111011
Octal452533

Shades and tints

Shades of #25151B

#25151B
(37,21,27)
#221419
(34,20,25)
#1F1317
(31,19,23)
#1C1215
(28,18,21)
#191113
(25,17,19)
#161011
(22,16,17)
#130F0F
(19,15,15)
#100E0D
(16,14,13)
#0D0D0B
(13,13,11)
#0A0C09
(10,12,9)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #25151B

#25151B
(37,21,27)
#382A2F
(56,42,47)
#4B3F43
(75,63,67)
#5E5457
(94,84,87)
#71696B
(113,105,107)
#847E7F
(132,126,127)
#979393
(151,147,147)
#AAA8A7
(170,168,167)
#BDBDBB
(189,189,187)
#D0D2CF
(208,210,207)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25151B; }

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

This text font color is #25151B.


Background Color

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

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

This div background color is #25151B.


Border color

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

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

This div border color is #25151B.


Opacity

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

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

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

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

This text has shadow with #25151B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25151B on black background.


Color preview on white background

This text has color #25151B on white background.



Black color preview on #25151B background

This text has black color on #25151B background.


White color preview on #25151B background

This text has white color on #25151B background.