COLOR #25000C

HEX: #25000C
RGB: (37,0,12)

Color info

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

RGB color model

#25000C color RGB value is (37,0,12).

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

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 12 of 255 = 5%

37
0
12

R + G + B ~ 7%. #25000C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 0 + 12 = 49 (100%)
R 37 of 49 ~ 75.51%
G 0 of 49 ~ 0%
B 12 of 49 ~ 24.49%

%75.51
%24.49

CMYK color model

#25000C color CMYK value is (0,100,68,85).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK:
(0,100,68,85)
C0M100Y68K85 
(0%,100%,68%,85%)
(0.00/1.00/0.68/0.85)	

CMYK percentages

%0
%100
%67.57
%85.49

Codes

Color #25000C in popluar color models

25000C
RGB37012
HSL341°100.00%7.25%
HSB/HSV341°100.00%14.51%
CMYK0.00%100.00%67.57%
85.49%

Color #25000C in popluar number systems.

HEX25000C
Decimal37012
Binary10010101100
Octal45014

Shades and tints

Shades of #25000C

#25000C
(37,0,12)
#22000B
(34,0,11)
#1F000A
(31,0,10)
#1C0009
(28,0,9)
#190008
(25,0,8)
#160007
(22,0,7)
#130006
(19,0,6)
#100005
(16,0,5)
#0D0004
(13,0,4)
#0A0003
(10,0,3)
#070002
(7,0,2)
#000000
(0,0,0)

Tints of #25000C

#25000C
(37,0,12)
#381722
(56,23,34)
#4B2E38
(75,46,56)
#5E454E
(94,69,78)
#715C64
(113,92,100)
#84737A
(132,115,122)
#978A90
(151,138,144)
#AAA1A6
(170,161,166)
#BDB8BC
(189,184,188)
#D0CFD2
(208,207,210)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25000C; }

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

This text font color is #25000C.


Background Color

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

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

This div background color is #25000C.


Border color

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

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

This div border color is #25000C.


Opacity

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

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

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

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

This text has shadow with #25000C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25000C on black background.


Color preview on white background

This text has color #25000C on white background.



Black color preview on #25000C background

This text has black color on #25000C background.


White color preview on #25000C background

This text has white color on #25000C background.