COLOR #25150E

HEX: #25150E
RGB: (37,21,14)

Color info

#25150E contains red, green and blue colors in about the same proportion. Web safe color of #25150E is #330000 (or #300).

RGB color model

#25150E color RGB value is (37,21,14).

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

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 14 of 255 = 5%

37
21
14

R + G + B ~ 9%. #25150E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 14 = 72 (100%)
R 37 of 72 ~ 51.39%
G 21 of 72 ~ 29.17%
B 14 of 72 ~ 19.44%

%51.39
%29.17
%19.44

CMYK color model

#25150E color CMYK value is (0,43,62,85).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 62.16%
  • key color value is 85.49%
CMYK:
(0,43,62,85)
C0M43Y62K85 
(0%,43%,62%,85%)
(0.00/0.43/0.62/0.85)	

CMYK percentages

%0
%43.24
%62.16
%85.49

Codes

Color #25150E in popluar color models

25150E
RGB372114
HSL18°45.10%10.00%
HSB/HSV18°62.16%14.51%
CMYK0.00%43.24%62.16%
85.49%

Color #25150E in popluar number systems.

HEX25150E
Decimal372114
Binary100101101011110
Octal452516

Shades and tints

Shades of #25150E

#25150E
(37,21,14)
#22140D
(34,20,13)
#1F130C
(31,19,12)
#1C120B
(28,18,11)
#19110A
(25,17,10)
#161009
(22,16,9)
#130F08
(19,15,8)
#100E07
(16,14,7)
#0D0D06
(13,13,6)
#0A0C05
(10,12,5)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #25150E

#25150E
(37,21,14)
#382A23
(56,42,35)
#4B3F38
(75,63,56)
#5E544D
(94,84,77)
#716962
(113,105,98)
#847E77
(132,126,119)
#97938C
(151,147,140)
#AAA8A1
(170,168,161)
#BDBDB6
(189,189,182)
#D0D2CB
(208,210,203)
#E3E7E0
(227,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25150E color. Also use rgb(37,21,14) instead hex code.

Text Font Color

.myTextColor { color: #25150E; }

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

This text font color is #25150E.


Background Color

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

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

This div background color is #25150E.


Border color

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

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

This div border color is #25150E.


Opacity

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

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

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

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

This text has shadow with #25150E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25150E on black background.


Color preview on white background

This text has color #25150E on white background.



Black color preview on #25150E background

This text has black color on #25150E background.


White color preview on #25150E background

This text has white color on #25150E background.