COLOR #25171E

HEX: #25171E
RGB: (37,23,30)

Color info

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

RGB color model

#25171E color RGB value is (37,23,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 23 of 255 = 9%
B 30 of 255 = 12%

37
23
30

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

Portions of RGB colors in percentages

R + G + B =
37 + 23 + 30 = 90 (100%)
R 37 of 90 ~ 41.11%
G 23 of 90 ~ 25.56%
B 30 of 90 ~ 33.33%

%41.11
%25.56
%33.33

CMYK color model

#25171E color CMYK value is (0,38,19,85).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(0,38,19,85)
C0M38Y19K85 
(0%,38%,19%,85%)
(0.00/0.38/0.19/0.85)	

CMYK percentages

%0
%37.84
%18.92
%85.49

Codes

Color #25171E in popluar color models

25171E
RGB372330
HSL330°23.33%11.76%
HSB/HSV330°37.84%14.51%
CMYK0.00%37.84%18.92%
85.49%

Color #25171E in popluar number systems.

HEX25171E
Decimal372330
Binary1001011011111110
Octal452736

Shades and tints

Shades of #25171E

#25171E
(37,23,30)
#22151C
(34,21,28)
#1F131A
(31,19,26)
#1C1118
(28,17,24)
#190F16
(25,15,22)
#160D14
(22,13,20)
#130B12
(19,11,18)
#100910
(16,9,16)
#0D070E
(13,7,14)
#0A050C
(10,5,12)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #25171E

#25171E
(37,23,30)
#382C32
(56,44,50)
#4B4146
(75,65,70)
#5E565A
(94,86,90)
#716B6E
(113,107,110)
#848082
(132,128,130)
#979596
(151,149,150)
#AAAAAA
(170,170,170)
#BDBFBE
(189,191,190)
#D0D4D2
(208,212,210)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25171E; }

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

This text font color is #25171E.


Background Color

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

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

This div background color is #25171E.


Border color

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

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

This div border color is #25171E.


Opacity

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

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

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

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

This text has shadow with #25171E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25171E on black background.


Color preview on white background

This text has color #25171E on white background.



Black color preview on #25171E background

This text has black color on #25171E background.


White color preview on #25171E background

This text has white color on #25171E background.