COLOR #25090E

HEX: #25090E
RGB: (37,9,14)

Color info

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

RGB color model

#25090E color RGB value is (37,9,14).

  • red value is 37;
  • green value is 9;
  • blue value is 14.
RGB:
(37,9,14)
(15%,4%,5%)

RGB channels and saturation

R 37 of 255 = 15%
G 9 of 255 = 4%
B 14 of 255 = 5%

37
9
14

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

Portions of RGB colors in percentages

R + G + B =
37 + 9 + 14 = 60 (100%)
R 37 of 60 ~ 61.67%
G 9 of 60 ~ 15%
B 14 of 60 ~ 23.33%

%61.67
%15
%23.33

CMYK color model

#25090E color CMYK value is (0,76,62,85).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 62.16%
  • key color value is 85.49%
CMYK:
(0,76,62,85)
C0M76Y62K85 
(0%,76%,62%,85%)
(0.00/0.76/0.62/0.85)	

CMYK percentages

%0
%75.68
%62.16
%85.49

Codes

Color #25090E in popluar color models

25090E
RGB37914
HSL349°60.87%9.02%
HSB/HSV349°75.68%14.51%
CMYK0.00%75.68%62.16%
85.49%

Color #25090E in popluar number systems.

HEX25090E
Decimal37914
Binary10010110011110
Octal451116

Shades and tints

Shades of #25090E

#25090E
(37,9,14)
#22090D
(34,9,13)
#1F090C
(31,9,12)
#1C090B
(28,9,11)
#19090A
(25,9,10)
#160909
(22,9,9)
#130908
(19,9,8)
#100907
(16,9,7)
#0D0906
(13,9,6)
#0A0905
(10,9,5)
#070904
(7,9,4)
#000000
(0,0,0)

Tints of #25090E

#25090E
(37,9,14)
#381F23
(56,31,35)
#4B3538
(75,53,56)
#5E4B4D
(94,75,77)
#716162
(113,97,98)
#847777
(132,119,119)
#978D8C
(151,141,140)
#AAA3A1
(170,163,161)
#BDB9B6
(189,185,182)
#D0CFCB
(208,207,203)
#E3E5E0
(227,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25090E; }

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

This text font color is #25090E.


Background Color

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

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

This div background color is #25090E.


Border color

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

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

This div border color is #25090E.


Opacity

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

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

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

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

This text has shadow with #25090E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25090E on black background.


Color preview on white background

This text has color #25090E on white background.



Black color preview on #25090E background

This text has black color on #25090E background.


White color preview on #25090E background

This text has white color on #25090E background.