COLOR #25010D

HEX: #25010D
RGB: (37,1,13)

Color info

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

RGB color model

#25010D color RGB value is (37,1,13).

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

RGB channels and saturation

R 37 of 255 = 15%
G 1 of 255 = 0%
B 13 of 255 = 5%

37
1
13

R + G + B ~ 7%. #25010D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 1 + 13 = 51 (100%)
R 37 of 51 ~ 72.55%
G 1 of 51 ~ 1.96%
B 13 of 51 ~ 25.49%

%72.55
%25.49

CMYK color model

#25010D color CMYK value is (0,97,65,85).

  • cyan value is 0.00%
  • magenta value is 97.30%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(0,97,65,85)
C0M97Y65K85 
(0%,97%,65%,85%)
(0.00/0.97/0.65/0.85)	

CMYK percentages

%0
%97.3
%64.86
%85.49

Codes

Color #25010D in popluar color models

25010D
RGB37113
HSL340°94.74%7.45%
HSB/HSV340°97.30%14.51%
CMYK0.00%97.30%64.86%
85.49%

Color #25010D in popluar number systems.

HEX25010D
Decimal37113
Binary10010111101
Octal45115

Shades and tints

Shades of #25010D

#25010D
(37,1,13)
#22010C
(34,1,12)
#1F010B
(31,1,11)
#1C010A
(28,1,10)
#190109
(25,1,9)
#160108
(22,1,8)
#130107
(19,1,7)
#100106
(16,1,6)
#0D0105
(13,1,5)
#0A0104
(10,1,4)
#070103
(7,1,3)
#000000
(0,0,0)

Tints of #25010D

#25010D
(37,1,13)
#381823
(56,24,35)
#4B2F39
(75,47,57)
#5E464F
(94,70,79)
#715D65
(113,93,101)
#84747B
(132,116,123)
#978B91
(151,139,145)
#AAA2A7
(170,162,167)
#BDB9BD
(189,185,189)
#D0D0D3
(208,208,211)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25010D; }

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

This text font color is #25010D.


Background Color

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

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

This div background color is #25010D.


Border color

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

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

This div border color is #25010D.


Opacity

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

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

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

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

This text has shadow with #25010D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25010D on black background.


Color preview on white background

This text has color #25010D on white background.



Black color preview on #25010D background

This text has black color on #25010D background.


White color preview on #25010D background

This text has white color on #25010D background.