COLOR #25415A

HEX: #25415A
RGB: (37,65,90)

Color info

#25415A contains red, green and blue colors in about the same proportion. Web safe color of #25415A is #333366 (or #336).

RGB color model

#25415A color RGB value is (37,65,90).

  • red value is 37;
  • green value is 65;
  • blue value is 90.
RGB:
(37,65,90)
(15%,25%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 90 of 255 = 35%

37
65
90

R + G + B ~ 25%. #25415A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 65 + 90 = 192 (100%)
R 37 of 192 ~ 19.27%
G 65 of 192 ~ 33.85%
B 90 of 192 ~ 46.88%

%19.27
%33.85
%46.88

CMYK color model

#25415A color CMYK value is (59,28,0,65).

  • cyan value is 58.89%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(59,28,0,65)
C59M28Y0K65 
(59%,28%,0%,65%)
(0.59/0.28/0.00/0.65)	

CMYK percentages

%58.89
%27.78
%0
%64.71

Codes

Color #25415A in popluar color models

25415A
RGB376590
HSL208°41.73%24.90%
HSB/HSV208°58.89%35.29%
CMYK58.89%27.78%0.00%
64.71%

Color #25415A in popluar number systems.

HEX25415A
Decimal376590
Binary10010110000011011010
Octal45101132

Shades and tints

Shades of #25415A

#25415A
(37,65,90)
#223C52
(34,60,82)
#1F374A
(31,55,74)
#1C3242
(28,50,66)
#192D3A
(25,45,58)
#162832
(22,40,50)
#13232A
(19,35,42)
#101E22
(16,30,34)
#0D191A
(13,25,26)
#0A1412
(10,20,18)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #25415A

#25415A
(37,65,90)
#385269
(56,82,105)
#4B6378
(75,99,120)
#5E7487
(94,116,135)
#718596
(113,133,150)
#8496A5
(132,150,165)
#97A7B4
(151,167,180)
#AAB8C3
(170,184,195)
#BDC9D2
(189,201,210)
#D0DAE1
(208,218,225)
#E3EBF0
(227,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25415A color. Also use rgb(37,65,90) instead hex code.

Text Font Color

.myTextColor { color: #25415A; }

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

This text font color is #25415A.


Background Color

.myBgColor { background-color: #25415A; }

<div style="background-color:#25415A">Inner text</div>

This div background color is #25415A.


Border color

.myBorderColor { border: 1px solid #25415A; }

<div style="border:3px solid #25415A">Div</div>

This div border color is #25415A.


Opacity

.myOpacity80 { color: #25415A; opacity: 0.8; }

<p style="color:#25415A;opacity:0.8;">80%</p>

Text with #25415A 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 #25415A;}

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

This text has shadow with #25415A color.

.textShadow {text-shadow: 3px 3px 1px #25415A, 3px 3px 1px red;}

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

This text has shadow with #25415A primary color and red secondary color.


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

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

This text has shadow with #25415A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25415A on black background.


Color preview on white background

This text has color #25415A on white background.



Black color preview on #25415A background

This text has black color on #25415A background.


White color preview on #25415A background

This text has white color on #25415A background.