COLOR #25092D

HEX: #25092D RGB: (37,9,45)

Color info

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

RGB color model

#25092D color RGB value is (37,9,45).

RGB: (37,9,45) (15%, 4%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 9 of 255 = 4%
B 45 of 255 = 18%

37
9
45

R + G + B ~ 12%. #25092D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 9 + 45 = 91 (100%)
R 37 of 91 ~ 40.66%
G 9 of 91 ~ 9.89%
B 45 of 91 ~ 49.45'%

%40.66
%49.45

CMYK color model

#25092D color CMYK value is (18,80,0,82).

  • cyan value is 17.78%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (18,80,0,82)
C18M80Y0K82 (18%, 80%, 0%, 82%)
(0.18 / 0.80 / 0.00 / 0.82)

CMYK percentages

%17.78
%80
%0
%82.35

Codes

Color #25092D in popluar color models

25 09 2D
RGB 37 9 45
HSL 287° 66.67% 10.59%
HSB/HSV 287° 80.00% 17.65%
CMYK 17.78% 80.00% 0.00%
82.35%

Color #25092D in popluar number systems.

HEX 25 09 2D
Decimal 37 9 45
Binary 100101 1001 101101
Octal 45 11 55

Shades and tints

Shades of #25092D

#25092D
(37,9,45)
#220929
(34,9,41)
#1F0925
(31,9,37)
#1C0921
(28,9,33)
#19091D
(25,9,29)
#160919
(22,9,25)
#130915
(19,9,21)
#100911
(16,9,17)
#0D090D
(13,9,13)
#0A0909
(10,9,9)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #25092D

#25092D
(37,9,45)
#381F40
(56,31,64)
#4B3553
(75,53,83)
#5E4B66
(94,75,102)
#716179
(113,97,121)
#84778C
(132,119,140)
#978D9F
(151,141,159)
#AAA3B2
(170,163,178)
#BDB9C5
(189,185,197)
#D0CFD8
(208,207,216)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25092D; }

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

This text font color is #25092D.

Background Color

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

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

This div background color is #25092D.

Border color

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

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

This div border color is #25092D.

Opacity

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

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

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

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

This text has shadow with #25092D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25092D.

Preview

Color preview on black background

This text has color #25092D on black background.


Color preview on white background

This text has color #25092D on white background.


Black color preview on #25092D background

This text has black color on #25092D background.


White color preview on #25092D background

This text has white color on #25092D background.


Related colors

Complementary color

Complementary color for #hex is #DAF6D2.


I love getcolorcode.com

Triadic colors

1 #2D2509 and #092D25 with #25092D are triadic colors.

2 #2D0925 and #09252D with #25092D are triadic colors.