COLOR #25130D

HEX: #25130D
RGB: (37,19,13)

Color info

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

RGB color model

#25130D color RGB value is (37,19,13).

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

RGB channels and saturation

R 37 of 255 = 15%
G 19 of 255 = 7%
B 13 of 255 = 5%

37
19
13

R + G + B ~ 9%. #25130D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 19 + 13 = 69 (100%)
R 37 of 69 ~ 53.62%
G 19 of 69 ~ 27.54%
B 13 of 69 ~ 18.84%

%53.62
%27.54
%18.84

CMYK color model

#25130D color CMYK value is (0,49,65,85).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(0,49,65,85)
C0M49Y65K85 
(0%,49%,65%,85%)
(0.00/0.49/0.65/0.85)	

CMYK percentages

%0
%48.65
%64.86
%85.49

Codes

Color #25130D in popluar color models

25130D
RGB371913
HSL15°48.00%9.80%
HSB/HSV15°64.86%14.51%
CMYK0.00%48.65%64.86%
85.49%

Color #25130D in popluar number systems.

HEX25130D
Decimal371913
Binary100101100111101
Octal452315

Shades and tints

Shades of #25130D

#25130D
(37,19,13)
#22120C
(34,18,12)
#1F110B
(31,17,11)
#1C100A
(28,16,10)
#190F09
(25,15,9)
#160E08
(22,14,8)
#130D07
(19,13,7)
#100C06
(16,12,6)
#0D0B05
(13,11,5)
#0A0A04
(10,10,4)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #25130D

#25130D
(37,19,13)
#382823
(56,40,35)
#4B3D39
(75,61,57)
#5E524F
(94,82,79)
#716765
(113,103,101)
#847C7B
(132,124,123)
#979191
(151,145,145)
#AAA6A7
(170,166,167)
#BDBBBD
(189,187,189)
#D0D0D3
(208,208,211)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25130D; }

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

This text font color is #25130D.


Background Color

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

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

This div background color is #25130D.


Border color

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

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

This div border color is #25130D.


Opacity

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

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

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

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

This text has shadow with #25130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25130D on black background.


Color preview on white background

This text has color #25130D on white background.



Black color preview on #25130D background

This text has black color on #25130D background.


White color preview on #25130D background

This text has white color on #25130D background.