COLOR #25191D

HEX: #25191D
RGB: (37,25,29)

Color info

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

RGB color model

#25191D color RGB value is (37,25,29).

  • red value is 37;
  • green value is 25;
  • blue value is 29.
RGB:
(37,25,29)
(15%,10%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 25 of 255 = 10%
B 29 of 255 = 11%

37
25
29

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

Portions of RGB colors in percentages

R + G + B =
37 + 25 + 29 = 91 (100%)
R 37 of 91 ~ 40.66%
G 25 of 91 ~ 27.47%
B 29 of 91 ~ 31.87%

%40.66
%27.47
%31.87

CMYK color model

#25191D color CMYK value is (0,32,22,85).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(0,32,22,85)
C0M32Y22K85 
(0%,32%,22%,85%)
(0.00/0.32/0.22/0.85)	

CMYK percentages

%0
%32.43
%21.62
%85.49

Codes

Color #25191D in popluar color models

25191D
RGB372529
HSL340°19.35%12.16%
HSB/HSV340°32.43%14.51%
CMYK0.00%32.43%21.62%
85.49%

Color #25191D in popluar number systems.

HEX25191D
Decimal372529
Binary1001011100111101
Octal453135

Shades and tints

Shades of #25191D

#25191D
(37,25,29)
#22171B
(34,23,27)
#1F1519
(31,21,25)
#1C1317
(28,19,23)
#191115
(25,17,21)
#160F13
(22,15,19)
#130D11
(19,13,17)
#100B0F
(16,11,15)
#0D090D
(13,9,13)
#0A070B
(10,7,11)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #25191D

#25191D
(37,25,29)
#382D31
(56,45,49)
#4B4145
(75,65,69)
#5E5559
(94,85,89)
#71696D
(113,105,109)
#847D81
(132,125,129)
#979195
(151,145,149)
#AAA5A9
(170,165,169)
#BDB9BD
(189,185,189)
#D0CDD1
(208,205,209)
#E3E1E5
(227,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25191D color. Also use rgb(37,25,29) instead hex code.

Text Font Color

.myTextColor { color: #25191D; }

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

This text font color is #25191D.


Background Color

.myBgColor { background-color: #25191D; }

<div style="background-color:#25191D">Inner text</div>

This div background color is #25191D.


Border color

.myBorderColor { border: 1px solid #25191D; }

<div style="border:3px solid #25191D">Div</div>

This div border color is #25191D.


Opacity

.myOpacity80 { color: #25191D; opacity: 0.8; }

<p style="color:#25191D;opacity:0.8;">80%</p>

Text with #25191D 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 #25191D;}

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

This text has shadow with #25191D color.

.textShadow {text-shadow: 3px 3px 1px #25191D, 3px 3px 1px red;}

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

This text has shadow with #25191D primary color and red secondary color.


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

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

This text has shadow with #25191D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25191D on black background.


Color preview on white background

This text has color #25191D on white background.



Black color preview on #25191D background

This text has black color on #25191D background.


White color preview on #25191D background

This text has white color on #25191D background.