COLOR #25517C

HEX: #25517C
RGB: (37,81,124)

Color info

#25517C contains mainly green and blue colors. Web safe color of #25517C is #336666 (or #366).

RGB color model

#25517C color RGB value is (37,81,124).

  • red value is 37;
  • green value is 81;
  • blue value is 124.
RGB:
(37,81,124)
(15%,32%,49%)

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 124 of 255 = 49%

37
81
124

R + G + B ~ 32%. #25517C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 81 + 124 = 242 (100%)
R 37 of 242 ~ 15.29%
G 81 of 242 ~ 33.47%
B 124 of 242 ~ 51.24%

%15.29
%33.47
%51.24

CMYK color model

#25517C color CMYK value is (70,35,0,51).

  • cyan value is 70.16%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(70,35,0,51)
C70M35Y0K51 
(70%,35%,0%,51%)
(0.70/0.35/0.00/0.51)	

CMYK percentages

%70.16
%34.68
%0
%51.37

Codes

Color #25517C in popluar color models

25517C
RGB3781124
HSL210°54.04%31.57%
HSB/HSV210°70.16%48.63%
CMYK70.16%34.68%0.00%
51.37%

Color #25517C in popluar number systems.

HEX25517C
Decimal3781124
Binary10010110100011111100
Octal45121174

Shades and tints

Shades of #25517C

#25517C
(37,81,124)
#224A71
(34,74,113)
#1F4366
(31,67,102)
#1C3C5B
(28,60,91)
#193550
(25,53,80)
#162E45
(22,46,69)
#13273A
(19,39,58)
#10202F
(16,32,47)
#0D1924
(13,25,36)
#0A1219
(10,18,25)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #25517C

#25517C
(37,81,124)
#386087
(56,96,135)
#4B6F92
(75,111,146)
#5E7E9D
(94,126,157)
#718DA8
(113,141,168)
#849CB3
(132,156,179)
#97ABBE
(151,171,190)
#AABAC9
(170,186,201)
#BDC9D4
(189,201,212)
#D0D8DF
(208,216,223)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25517C color. Also use rgb(37,81,124) instead hex code.

Text Font Color

.myTextColor { color: #25517C; }

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

This text font color is #25517C.


Background Color

.myBgColor { background-color: #25517C; }

<div style="background-color:#25517C">Inner text</div>

This div background color is #25517C.


Border color

.myBorderColor { border: 1px solid #25517C; }

<div style="border:3px solid #25517C">Div</div>

This div border color is #25517C.


Opacity

.myOpacity80 { color: #25517C; opacity: 0.8; }

<p style="color:#25517C;opacity:0.8;">80%</p>

Text with #25517C 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 #25517C;}

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

This text has shadow with #25517C color.

.textShadow {text-shadow: 3px 3px 1px #25517C, 3px 3px 1px red;}

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

This text has shadow with #25517C primary color and red secondary color.


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

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

This text has shadow with #25517C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25517C on black background.


Color preview on white background

This text has color #25517C on white background.



Black color preview on #25517C background

This text has black color on #25517C background.


White color preview on #25517C background

This text has white color on #25517C background.