COLOR #25140F

HEX: #25140F
RGB: (37,20,15)

Color info

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

RGB color model

#25140F color RGB value is (37,20,15).

  • red value is 37;
  • green value is 20;
  • blue value is 15.
RGB:
(37,20,15)
(15%,8%,6%)

RGB channels and saturation

R 37 of 255 = 15%
G 20 of 255 = 8%
B 15 of 255 = 6%

37
20
15

R + G + B ~ 10%. #25140F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 20 + 15 = 72 (100%)
R 37 of 72 ~ 51.39%
G 20 of 72 ~ 27.78%
B 15 of 72 ~ 20.83%

%51.39
%27.78
%20.83

CMYK color model

#25140F color CMYK value is (0,46,59,85).

  • cyan value is 0.00%
  • magenta value is 45.95%
  • yellow value is 59.46%
  • key color value is 85.49%
CMYK:
(0,46,59,85)
C0M46Y59K85 
(0%,46%,59%,85%)
(0.00/0.46/0.59/0.85)	

CMYK percentages

%0
%45.95
%59.46
%85.49

Codes

Color #25140F in popluar color models

25140F
RGB372015
HSL14°42.31%10.20%
HSB/HSV14°59.46%14.51%
CMYK0.00%45.95%59.46%
85.49%

Color #25140F in popluar number systems.

HEX25140F
Decimal372015
Binary100101101001111
Octal452417

Shades and tints

Shades of #25140F

#25140F
(37,20,15)
#22130E
(34,19,14)
#1F120D
(31,18,13)
#1C110C
(28,17,12)
#19100B
(25,16,11)
#160F0A
(22,15,10)
#130E09
(19,14,9)
#100D08
(16,13,8)
#0D0C07
(13,12,7)
#0A0B06
(10,11,6)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #25140F

#25140F
(37,20,15)
#382924
(56,41,36)
#4B3E39
(75,62,57)
#5E534E
(94,83,78)
#716863
(113,104,99)
#847D78
(132,125,120)
#97928D
(151,146,141)
#AAA7A2
(170,167,162)
#BDBCB7
(189,188,183)
#D0D1CC
(208,209,204)
#E3E6E1
(227,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25140F color. Also use rgb(37,20,15) instead hex code.

Text Font Color

.myTextColor { color: #25140F; }

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

This text font color is #25140F.


Background Color

.myBgColor { background-color: #25140F; }

<div style="background-color:#25140F">Inner text</div>

This div background color is #25140F.


Border color

.myBorderColor { border: 1px solid #25140F; }

<div style="border:3px solid #25140F">Div</div>

This div border color is #25140F.


Opacity

.myOpacity80 { color: #25140F; opacity: 0.8; }

<p style="color:#25140F;opacity:0.8;">80%</p>

Text with #25140F 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 #25140F;}

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

This text has shadow with #25140F color.

.textShadow {text-shadow: 3px 3px 1px #25140F, 3px 3px 1px red;}

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

This text has shadow with #25140F primary color and red secondary color.


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

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

This text has shadow with #25140F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25140F on black background.


Color preview on white background

This text has color #25140F on white background.



Black color preview on #25140F background

This text has black color on #25140F background.


White color preview on #25140F background

This text has white color on #25140F background.