COLOR #25240D

HEX: #25240D
RGB: (37,36,13)

Color info

#25240D contains red, green and blue colors in about the same proportion. Web safe color of #25240D is #333300 (or #330).

RGB color model

#25240D color RGB value is (37,36,13).

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

RGB channels and saturation

R 37 of 255 = 15%
G 36 of 255 = 14%
B 13 of 255 = 5%

37
36
13

R + G + B ~ 11%. #25240D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 36 + 13 = 86 (100%)
R 37 of 86 ~ 43.02%
G 36 of 86 ~ 41.86%
B 13 of 86 ~ 15.12%

%43.02
%41.86
%15.12

CMYK color model

#25240D color CMYK value is (0,3,65,85).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(0,3,65,85)
C0M3Y65K85 
(0%,3%,65%,85%)
(0.00/0.03/0.65/0.85)	

CMYK percentages

%0
%2.7
%64.86
%85.49

Codes

Color #25240D in popluar color models

25240D
RGB373613
HSL58°48.00%9.80%
HSB/HSV58°64.86%14.51%
CMYK0.00%2.70%64.86%
85.49%

Color #25240D in popluar number systems.

HEX25240D
Decimal373613
Binary1001011001001101
Octal454415

Shades and tints

Shades of #25240D

#25240D
(37,36,13)
#22210C
(34,33,12)
#1F1E0B
(31,30,11)
#1C1B0A
(28,27,10)
#191809
(25,24,9)
#161508
(22,21,8)
#131207
(19,18,7)
#100F06
(16,15,6)
#0D0C05
(13,12,5)
#0A0904
(10,9,4)
#070603
(7,6,3)
#000000
(0,0,0)

Tints of #25240D

#25240D
(37,36,13)
#383723
(56,55,35)
#4B4A39
(75,74,57)
#5E5D4F
(94,93,79)
#717065
(113,112,101)
#84837B
(132,131,123)
#979691
(151,150,145)
#AAA9A7
(170,169,167)
#BDBCBD
(189,188,189)
#D0CFD3
(208,207,211)
#E3E2E9
(227,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25240D color. Also use rgb(37,36,13) instead hex code.

Text Font Color

.myTextColor { color: #25240D; }

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

This text font color is #25240D.


Background Color

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

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

This div background color is #25240D.


Border color

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

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

This div border color is #25240D.


Opacity

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

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

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

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

This text has shadow with #25240D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25240D on black background.


Color preview on white background

This text has color #25240D on white background.



Black color preview on #25240D background

This text has black color on #25240D background.


White color preview on #25240D background

This text has white color on #25240D background.