COLOR #25011E

HEX: #25011E
RGB: (37,1,30)

Color info

#25011E contains red, green and blue colors in about the same proportion. Web safe color of #25011E is #330033 (or #303).

RGB color model

#25011E color RGB value is (37,1,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 1 of 255 = 0%
B 30 of 255 = 12%

37
1
30

R + G + B ~ 9%. #25011E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 1 + 30 = 68 (100%)
R 37 of 68 ~ 54.41%
G 1 of 68 ~ 1.47%
B 30 of 68 ~ 44.12%

%54.41
%44.12

CMYK color model

#25011E color CMYK value is (0,97,19,85).

  • cyan value is 0.00%
  • magenta value is 97.30%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(0,97,19,85)
C0M97Y19K85 
(0%,97%,19%,85%)
(0.00/0.97/0.19/0.85)	

CMYK percentages

%0
%97.3
%18.92
%85.49

Codes

Color #25011E in popluar color models

25011E
RGB37130
HSL312°94.74%7.45%
HSB/HSV312°97.30%14.51%
CMYK0.00%97.30%18.92%
85.49%

Color #25011E in popluar number systems.

HEX25011E
Decimal37130
Binary100101111110
Octal45136

Shades and tints

Shades of #25011E

#25011E
(37,1,30)
#22011C
(34,1,28)
#1F011A
(31,1,26)
#1C0118
(28,1,24)
#190116
(25,1,22)
#160114
(22,1,20)
#130112
(19,1,18)
#100110
(16,1,16)
#0D010E
(13,1,14)
#0A010C
(10,1,12)
#07010A
(7,1,10)
#000000
(0,0,0)

Tints of #25011E

#25011E
(37,1,30)
#381832
(56,24,50)
#4B2F46
(75,47,70)
#5E465A
(94,70,90)
#715D6E
(113,93,110)
#847482
(132,116,130)
#978B96
(151,139,150)
#AAA2AA
(170,162,170)
#BDB9BE
(189,185,190)
#D0D0D2
(208,208,210)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25011E color. Also use rgb(37,1,30) instead hex code.

Text Font Color

.myTextColor { color: #25011E; }

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

This text font color is #25011E.


Background Color

.myBgColor { background-color: #25011E; }

<div style="background-color:#25011E">Inner text</div>

This div background color is #25011E.


Border color

.myBorderColor { border: 1px solid #25011E; }

<div style="border:3px solid #25011E">Div</div>

This div border color is #25011E.


Opacity

.myOpacity80 { color: #25011E; opacity: 0.8; }

<p style="color:#25011E;opacity:0.8;">80%</p>

Text with #25011E 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 #25011E;}

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

This text has shadow with #25011E color.

.textShadow {text-shadow: 3px 3px 1px #25011E, 3px 3px 1px red;}

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

This text has shadow with #25011E primary color and red secondary color.


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

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

This text has shadow with #25011E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25011E on black background.


Color preview on white background

This text has color #25011E on white background.



Black color preview on #25011E background

This text has black color on #25011E background.


White color preview on #25011E background

This text has white color on #25011E background.