COLOR #25070E

HEX: #25070E RGB: (37,7,14)

Color info

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

RGB color model

#25070E color RGB value is (37,7,14).

RGB: (37,7,14) (15%, 3%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 7 of 255 = 3%
B 14 of 255 = 5%

37
7
14

R + G + B ~ 8%. #25070E is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 7 + 14 = 58 (100%)
R 37 of 58 ~ 63.79%
G 7 of 58 ~ 12.07%
B 14 of 58 ~ 24.14'%

%63.79
%12.07
%24.14

CMYK color model

#25070E color CMYK value is (0,81,62,85).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 62.16%
  • key color value is 85.49%

CMYK: (0,81,62,85)
C0M81Y62K85 (0%, 81%, 62%, 85%)
(0.00 / 0.81 / 0.62 / 0.85)

CMYK percentages

%0
%81.08
%62.16
%85.49

Codes

Color #25070E in popluar color models

25 07 0E
RGB 37 7 14
HSL 346° 68.18% 8.63%
HSB/HSV 346° 81.08% 14.51%
CMYK 0.00% 81.08% 62.16%
85.49%

Color #25070E in popluar number systems.

HEX 25 07 0E
Decimal 37 7 14
Binary 100101 111 1110
Octal 45 7 16

Shades and tints

Shades of #25070E

#25070E
(37,7,14)
#22070D
(34,7,13)
#1F070C
(31,7,12)
#1C070B
(28,7,11)
#19070A
(25,7,10)
#160709
(22,7,9)
#130708
(19,7,8)
#100707
(16,7,7)
#0D0706
(13,7,6)
#0A0705
(10,7,5)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #25070E

#25070E
(37,7,14)
#381D23
(56,29,35)
#4B3338
(75,51,56)
#5E494D
(94,73,77)
#715F62
(113,95,98)
#847577
(132,117,119)
#978B8C
(151,139,140)
#AAA1A1
(170,161,161)
#BDB7B6
(189,183,182)
#D0CDCB
(208,205,203)
#E3E3E0
(227,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25070E; }

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

This text font color is #25070E.

Background Color

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

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

This div background color is #25070E.

Border color

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

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

This div border color is #25070E.

Opacity

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

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

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

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

This text has shadow with #25070E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25070E.

Preview

Color preview on black background

This text has color #25070E on black background.


Color preview on white background

This text has color #25070E on white background.


Black color preview on #25070E background

This text has black color on #25070E background.


White color preview on #25070E background

This text has white color on #25070E background.


Related colors

Complementary color

Complementary color for #hex is #DAF8F1.


I love getcolorcode.com

Triadic colors

1 #0E2507 and #070E25 with #25070E are triadic colors.

2 #0E0725 and #07250E with #25070E are triadic colors.