COLOR #25174E

HEX: #25174E
RGB: (37,23,78)

Color info

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

RGB color model

#25174E color RGB value is (37,23,78).

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

RGB channels and saturation

R 37 of 255 = 15%
G 23 of 255 = 9%
B 78 of 255 = 31%

37
23
78

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

Portions of RGB colors in percentages

R + G + B =
37 + 23 + 78 = 138 (100%)
R 37 of 138 ~ 26.81%
G 23 of 138 ~ 16.67%
B 78 of 138 ~ 56.52%

%26.81
%16.67
%56.52

CMYK color model

#25174E color CMYK value is (53,71,0,69).

  • cyan value is 52.56%
  • magenta value is 70.51%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(53,71,0,69)
C53M71Y0K69 
(53%,71%,0%,69%)
(0.53/0.71/0.00/0.69)	

CMYK percentages

%52.56
%70.51
%0
%69.41

Codes

Color #25174E in popluar color models

25174E
RGB372378
HSL255°54.46%19.80%
HSB/HSV255°70.51%30.59%
CMYK52.56%70.51%0.00%
69.41%

Color #25174E in popluar number systems.

HEX25174E
Decimal372378
Binary100101101111001110
Octal4527116

Shades and tints

Shades of #25174E

#25174E
(37,23,78)
#221547
(34,21,71)
#1F1340
(31,19,64)
#1C1139
(28,17,57)
#190F32
(25,15,50)
#160D2B
(22,13,43)
#130B24
(19,11,36)
#10091D
(16,9,29)
#0D0716
(13,7,22)
#0A050F
(10,5,15)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #25174E

#25174E
(37,23,78)
#382C5E
(56,44,94)
#4B416E
(75,65,110)
#5E567E
(94,86,126)
#716B8E
(113,107,142)
#84809E
(132,128,158)
#9795AE
(151,149,174)
#AAAABE
(170,170,190)
#BDBFCE
(189,191,206)
#D0D4DE
(208,212,222)
#E3E9EE
(227,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25174E; }

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

This text font color is #25174E.


Background Color

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

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

This div background color is #25174E.


Border color

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

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

This div border color is #25174E.


Opacity

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

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

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

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

This text has shadow with #25174E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25174E on black background.


Color preview on white background

This text has color #25174E on white background.



Black color preview on #25174E background

This text has black color on #25174E background.


White color preview on #25174E background

This text has white color on #25174E background.