COLOR #25175E

HEX: #25175E
RGB: (37,23,94)

Color info

#25175E contains mainly red and blue colors. Web safe color of #25175E is #330066 (or #306).

RGB color model

#25175E color RGB value is (37,23,94).

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

RGB channels and saturation

R 37 of 255 = 15%
G 23 of 255 = 9%
B 94 of 255 = 37%

37
23
94

R + G + B ~ 20%. #25175E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 23 + 94 = 154 (100%)
R 37 of 154 ~ 24.03%
G 23 of 154 ~ 14.94%
B 94 of 154 ~ 61.04%

%24.03
%14.94
%61.04

CMYK color model

#25175E color CMYK value is (61,76,0,63).

  • cyan value is 60.64%
  • magenta value is 75.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(61,76,0,63)
C61M76Y0K63 
(61%,76%,0%,63%)
(0.61/0.76/0.00/0.63)	

CMYK percentages

%60.64
%75.53
%0
%63.14

Codes

Color #25175E in popluar color models

25175E
RGB372394
HSL252°60.68%22.94%
HSB/HSV252°75.53%36.86%
CMYK60.64%75.53%0.00%
63.14%

Color #25175E in popluar number systems.

HEX25175E
Decimal372394
Binary100101101111011110
Octal4527136

Shades and tints

Shades of #25175E

#25175E
(37,23,94)
#221556
(34,21,86)
#1F134E
(31,19,78)
#1C1146
(28,17,70)
#190F3E
(25,15,62)
#160D36
(22,13,54)
#130B2E
(19,11,46)
#100926
(16,9,38)
#0D071E
(13,7,30)
#0A0516
(10,5,22)
#07030E
(7,3,14)
#000000
(0,0,0)

Tints of #25175E

#25175E
(37,23,94)
#382C6C
(56,44,108)
#4B417A
(75,65,122)
#5E5688
(94,86,136)
#716B96
(113,107,150)
#8480A4
(132,128,164)
#9795B2
(151,149,178)
#AAAAC0
(170,170,192)
#BDBFCE
(189,191,206)
#D0D4DC
(208,212,220)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25175E; }

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

This text font color is #25175E.


Background Color

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

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

This div background color is #25175E.


Border color

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

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

This div border color is #25175E.


Opacity

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

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

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

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

This text has shadow with #25175E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25175E on black background.


Color preview on white background

This text has color #25175E on white background.



Black color preview on #25175E background

This text has black color on #25175E background.


White color preview on #25175E background

This text has white color on #25175E background.