COLOR #25090D

HEX: #25090D
RGB: (37,9,13)

Color info

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

RGB color model

#25090D color RGB value is (37,9,13).

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

RGB channels and saturation

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

37
9
13

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

Portions of RGB colors in percentages

R + G + B =
37 + 9 + 13 = 59 (100%)
R 37 of 59 ~ 62.71%
G 9 of 59 ~ 15.25%
B 13 of 59 ~ 22.03%

%62.71
%15.25
%22.03

CMYK color model

#25090D color CMYK value is (0,76,65,85).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(0,76,65,85)
C0M76Y65K85 
(0%,76%,65%,85%)
(0.00/0.76/0.65/0.85)	

CMYK percentages

%0
%75.68
%64.86
%85.49

Codes

Color #25090D in popluar color models

25090D
RGB37913
HSL351°60.87%9.02%
HSB/HSV351°75.68%14.51%
CMYK0.00%75.68%64.86%
85.49%

Color #25090D in popluar number systems.

HEX25090D
Decimal37913
Binary10010110011101
Octal451115

Shades and tints

Shades of #25090D

#25090D
(37,9,13)
#22090C
(34,9,12)
#1F090B
(31,9,11)
#1C090A
(28,9,10)
#190909
(25,9,9)
#160908
(22,9,8)
#130907
(19,9,7)
#100906
(16,9,6)
#0D0905
(13,9,5)
#0A0904
(10,9,4)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #25090D

#25090D
(37,9,13)
#381F23
(56,31,35)
#4B3539
(75,53,57)
#5E4B4F
(94,75,79)
#716165
(113,97,101)
#84777B
(132,119,123)
#978D91
(151,141,145)
#AAA3A7
(170,163,167)
#BDB9BD
(189,185,189)
#D0CFD3
(208,207,211)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25090D; }

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

This text font color is #25090D.


Background Color

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

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

This div background color is #25090D.


Border color

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

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

This div border color is #25090D.


Opacity

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

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

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

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

This text has shadow with #25090D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25090D on black background.


Color preview on white background

This text has color #25090D on white background.



Black color preview on #25090D background

This text has black color on #25090D background.


White color preview on #25090D background

This text has white color on #25090D background.