COLOR #25000A

HEX: #25000A RGB: (37,0,10)

Color info

#25000A contains only red and blue colors. Web safe color of #25000A is #330000 (or #300).

RGB color model

#25000A color RGB value is (37,0,10).

RGB: (37,0,10) (15%, 0%, 4%)

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 10 of 255 = 4%

37
0
10

R + G + B ~ 6%. #25000A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 0 + 10 = 47 (100%)
R 37 of 47 ~ 78.72%
G 0 of 47 ~ 0%
B 10 of 47 ~ 21.28'%

%78.72
%21.28

CMYK color model

#25000A color CMYK value is (0,100,73,85).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK: (0,100,73,85) C0M100Y73K85 (0%,100%,73%,85%) (0.00/1.00/0.73/0.85) 

CMYK percentages

%0
%100
%72.97
%85.49

Codes

Color #25000A in popluar color models

25 00 0A
RGB 37 0 10
HSL 344° 100.00% 7.25%
HSB/HSV 344° 100.00% 14.51%
CMYK 0.00% 100.00% 72.97%
85.49%

Color #25000A in popluar number systems.

HEX 25 00 0A
Decimal 37 0 10
Binary 100101 0 1010
Octal 45 0 12

Shades and tints

Shades of #25000A

#25000A
(37,0,10)
#22000A
(34,0,10)
#1F000A
(31,0,10)
#1C000A
(28,0,10)
#19000A
(25,0,10)
#16000A
(22,0,10)
#13000A
(19,0,10)
#10000A
(16,0,10)
#0D000A
(13,0,10)
#0A000A
(10,0,10)
#07000A
(7,0,10)
#000000
(0,0,0)

Tints of #25000A

#25000A
(37,0,10)
#381720
(56,23,32)
#4B2E36
(75,46,54)
#5E454C
(94,69,76)
#715C62
(113,92,98)
#847378
(132,115,120)
#978A8E
(151,138,142)
#AAA1A4
(170,161,164)
#BDB8BA
(189,184,186)
#D0CFD0
(208,207,208)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25000A color. Also use rgb(37,0,10) instead hex code.

Text Font Color

.myTextColor { color: #25000A; }

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

This text font color is #25000A.

Background Color

.myBgColor { background-color: #25000A; }

<div style="background-color:#25000A">Inner text</div>

This div background color is #25000A.

Border color

.myBorderColor { border: 1px solid #25000A; }

<div style="border:3px solid #25000A">Div</div>

This div border color is #25000A.

Opacity

.myOpacity80 { color: #25000A; opacity: 0.8; }

<p style="color:#25000A;opacity:0.8;">80%</p>

Text with #25000A 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 #25000A;}

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

This text has shadow with #25000A color.


.textShadow {text-shadow: 3px 3px 1px #25000A', 3px 3px 1px red;}

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

This text has shadow with #25000A primary color and red secondary color.


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

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

This text has shadow with #25000A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25000A; -webkit-box-shadow: 1px 1px 3px 2px #25000A; box-shadow:1px 1px 3px 2px #25000A;">
Div content here
</div>

This div box has shadow with color #25000A.

Preview

Color preview on black background

This text has color #25000A on black background.


Color preview on white background

This text has color #25000A on white background.


Black color preview on #25000A background

This text has black color on #25000A background.


White color preview on #25000A background

This text has white color on #25000A background.


Related colors

Complementary color

Complementary color for #hex is #DAFFF5.


I love getcolorcode.com

Triadic colors

1 #0A2500 and #000A25 with #25000A are triadic colors.

2 #0A0025 and #00250A with #25000A are triadic colors.