COLOR #25171B

HEX: #25171B
RGB: (37,23,27)

Color info

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

RGB color model

#25171B color RGB value is (37,23,27).

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

RGB channels and saturation

R 37 of 255 = 15%
G 23 of 255 = 9%
B 27 of 255 = 11%

37
23
27

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

Portions of RGB colors in percentages

R + G + B =
37 + 23 + 27 = 87 (100%)
R 37 of 87 ~ 42.53%
G 23 of 87 ~ 26.44%
B 27 of 87 ~ 31.03%

%42.53
%26.44
%31.03

CMYK color model

#25171B color CMYK value is (0,38,27,85).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 27.03%
  • key color value is 85.49%
CMYK:
(0,38,27,85)
C0M38Y27K85 
(0%,38%,27%,85%)
(0.00/0.38/0.27/0.85)	

CMYK percentages

%0
%37.84
%27.03
%85.49

Codes

Color #25171B in popluar color models

25171B
RGB372327
HSL343°23.33%11.76%
HSB/HSV343°37.84%14.51%
CMYK0.00%37.84%27.03%
85.49%

Color #25171B in popluar number systems.

HEX25171B
Decimal372327
Binary1001011011111011
Octal452733

Shades and tints

Shades of #25171B

#25171B
(37,23,27)
#221519
(34,21,25)
#1F1317
(31,19,23)
#1C1115
(28,17,21)
#190F13
(25,15,19)
#160D11
(22,13,17)
#130B0F
(19,11,15)
#10090D
(16,9,13)
#0D070B
(13,7,11)
#0A0509
(10,5,9)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #25171B

#25171B
(37,23,27)
#382C2F
(56,44,47)
#4B4143
(75,65,67)
#5E5657
(94,86,87)
#716B6B
(113,107,107)
#84807F
(132,128,127)
#979593
(151,149,147)
#AAAAA7
(170,170,167)
#BDBFBB
(189,191,187)
#D0D4CF
(208,212,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25171B; }

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

This text font color is #25171B.


Background Color

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

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

This div background color is #25171B.


Border color

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

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

This div border color is #25171B.


Opacity

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

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

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

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

This text has shadow with #25171B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25171B on black background.


Color preview on white background

This text has color #25171B on white background.



Black color preview on #25171B background

This text has black color on #25171B background.


White color preview on #25171B background

This text has white color on #25171B background.