COLOR #25154E

HEX: #25154E
RGB: (37,21,78)

Color info

#25154E contains red, green and blue colors in about the same proportion. Web safe color of #25154E is #330066 (or #306).

RGB color model

#25154E color RGB value is (37,21,78).

  • red value is 37;
  • green value is 21;
  • blue value is 78.
RGB:
(37,21,78)
(15%,8%,31%)

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 78 of 255 = 31%

37
21
78

R + G + B ~ 18%. #25154E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 78 = 136 (100%)
R 37 of 136 ~ 27.21%
G 21 of 136 ~ 15.44%
B 78 of 136 ~ 57.35%

%27.21
%15.44
%57.35

CMYK color model

#25154E color CMYK value is (53,73,0,69).

  • cyan value is 52.56%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(53,73,0,69)
C53M73Y0K69 
(53%,73%,0%,69%)
(0.53/0.73/0.00/0.69)	

CMYK percentages

%52.56
%73.08
%0
%69.41

Codes

Color #25154E in popluar color models

25154E
RGB372178
HSL257°57.58%19.41%
HSB/HSV257°73.08%30.59%
CMYK52.56%73.08%0.00%
69.41%

Color #25154E in popluar number systems.

HEX25154E
Decimal372178
Binary100101101011001110
Octal4525116

Shades and tints

Shades of #25154E

#25154E
(37,21,78)
#221447
(34,20,71)
#1F1340
(31,19,64)
#1C1239
(28,18,57)
#191132
(25,17,50)
#16102B
(22,16,43)
#130F24
(19,15,36)
#100E1D
(16,14,29)
#0D0D16
(13,13,22)
#0A0C0F
(10,12,15)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #25154E

#25154E
(37,21,78)
#382A5E
(56,42,94)
#4B3F6E
(75,63,110)
#5E547E
(94,84,126)
#71698E
(113,105,142)
#847E9E
(132,126,158)
#9793AE
(151,147,174)
#AAA8BE
(170,168,190)
#BDBDCE
(189,189,206)
#D0D2DE
(208,210,222)
#E3E7EE
(227,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25154E color. Also use rgb(37,21,78) instead hex code.

Text Font Color

.myTextColor { color: #25154E; }

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

This text font color is #25154E.


Background Color

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

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

This div background color is #25154E.


Border color

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

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

This div border color is #25154E.


Opacity

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

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

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

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

This text has shadow with #25154E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25154E on black background.


Color preview on white background

This text has color #25154E on white background.



Black color preview on #25154E background

This text has black color on #25154E background.


White color preview on #25154E background

This text has white color on #25154E background.