COLOR #25071E

HEX: #25071E
RGB: (37,7,30)

Color info

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

RGB color model

#25071E color RGB value is (37,7,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 7 of 255 = 3%
B 30 of 255 = 12%

37
7
30

R + G + B ~ 10%. #25071E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 7 + 30 = 74 (100%)
R 37 of 74 ~ 50%
G 7 of 74 ~ 9.46%
B 30 of 74 ~ 40.54%

%50
%40.54

CMYK color model

#25071E color CMYK value is (0,81,19,85).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(0,81,19,85)
C0M81Y19K85 
(0%,81%,19%,85%)
(0.00/0.81/0.19/0.85)	

CMYK percentages

%0
%81.08
%18.92
%85.49

Codes

Color #25071E in popluar color models

25071E
RGB37730
HSL314°68.18%8.63%
HSB/HSV314°81.08%14.51%
CMYK0.00%81.08%18.92%
85.49%

Color #25071E in popluar number systems.

HEX25071E
Decimal37730
Binary10010111111110
Octal45736

Shades and tints

Shades of #25071E

#25071E
(37,7,30)
#22071C
(34,7,28)
#1F071A
(31,7,26)
#1C0718
(28,7,24)
#190716
(25,7,22)
#160714
(22,7,20)
#130712
(19,7,18)
#100710
(16,7,16)
#0D070E
(13,7,14)
#0A070C
(10,7,12)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #25071E

#25071E
(37,7,30)
#381D32
(56,29,50)
#4B3346
(75,51,70)
#5E495A
(94,73,90)
#715F6E
(113,95,110)
#847582
(132,117,130)
#978B96
(151,139,150)
#AAA1AA
(170,161,170)
#BDB7BE
(189,183,190)
#D0CDD2
(208,205,210)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25071E; }

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

This text font color is #25071E.


Background Color

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

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

This div background color is #25071E.


Border color

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

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

This div border color is #25071E.


Opacity

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

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

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

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

This text has shadow with #25071E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25071E on black background.


Color preview on white background

This text has color #25071E on white background.



Black color preview on #25071E background

This text has black color on #25071E background.


White color preview on #25071E background

This text has white color on #25071E background.