COLOR #25466F

HEX: #25466F
RGB: (37,70,111)

Color info

#25466F contains mainly green and blue colors. Web safe color of #25466F is #333366 (or #336).

RGB color model

#25466F color RGB value is (37,70,111).

  • red value is 37;
  • green value is 70;
  • blue value is 111.
RGB:
(37,70,111)
(15%,27%,44%)

RGB channels and saturation

R 37 of 255 = 15%
G 70 of 255 = 27%
B 111 of 255 = 44%

37
70
111

R + G + B ~ 29%. #25466F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 70 + 111 = 218 (100%)
R 37 of 218 ~ 16.97%
G 70 of 218 ~ 32.11%
B 111 of 218 ~ 50.92%

%16.97
%32.11
%50.92

CMYK color model

#25466F color CMYK value is (67,37,0,56).

  • cyan value is 66.67%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(67,37,0,56)
C67M37Y0K56 
(67%,37%,0%,56%)
(0.67/0.37/0.00/0.56)	

CMYK percentages

%66.67
%36.94
%0
%56.47

Codes

Color #25466F in popluar color models

25466F
RGB3770111
HSL213°50.00%29.02%
HSB/HSV213°66.67%43.53%
CMYK66.67%36.94%0.00%
56.47%

Color #25466F in popluar number systems.

HEX25466F
Decimal3770111
Binary10010110001101101111
Octal45106157

Shades and tints

Shades of #25466F

#25466F
(37,70,111)
#224065
(34,64,101)
#1F3A5B
(31,58,91)
#1C3451
(28,52,81)
#192E47
(25,46,71)
#16283D
(22,40,61)
#132233
(19,34,51)
#101C29
(16,28,41)
#0D161F
(13,22,31)
#0A1015
(10,16,21)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #25466F

#25466F
(37,70,111)
#38567C
(56,86,124)
#4B6689
(75,102,137)
#5E7696
(94,118,150)
#7186A3
(113,134,163)
#8496B0
(132,150,176)
#97A6BD
(151,166,189)
#AAB6CA
(170,182,202)
#BDC6D7
(189,198,215)
#D0D6E4
(208,214,228)
#E3E6F1
(227,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25466F color. Also use rgb(37,70,111) instead hex code.

Text Font Color

.myTextColor { color: #25466F; }

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

This text font color is #25466F.


Background Color

.myBgColor { background-color: #25466F; }

<div style="background-color:#25466F">Inner text</div>

This div background color is #25466F.


Border color

.myBorderColor { border: 1px solid #25466F; }

<div style="border:3px solid #25466F">Div</div>

This div border color is #25466F.


Opacity

.myOpacity80 { color: #25466F; opacity: 0.8; }

<p style="color:#25466F;opacity:0.8;">80%</p>

Text with #25466F 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 #25466F;}

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

This text has shadow with #25466F color.

.textShadow {text-shadow: 3px 3px 1px #25466F, 3px 3px 1px red;}

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

This text has shadow with #25466F primary color and red secondary color.


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

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

This text has shadow with #25466F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25466F on black background.


Color preview on white background

This text has color #25466F on white background.



Black color preview on #25466F background

This text has black color on #25466F background.


White color preview on #25466F background

This text has white color on #25466F background.