COLOR #25455E

HEX: #25455E
RGB: (37,69,94)

Color info

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

RGB color model

#25455E color RGB value is (37,69,94).

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

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 94 of 255 = 37%

37
69
94

R + G + B ~ 26%. #25455E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 94 = 200 (100%)
R 37 of 200 ~ 18.5%
G 69 of 200 ~ 34.5%
B 94 of 200 ~ 47%

%18.5
%34.5
%47

CMYK color model

#25455E color CMYK value is (61,27,0,63).

  • cyan value is 60.64%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(61,27,0,63)
C61M27Y0K63 
(61%,27%,0%,63%)
(0.61/0.27/0.00/0.63)	

CMYK percentages

%60.64
%26.6
%0
%63.14

Codes

Color #25455E in popluar color models

25455E
RGB376994
HSL206°43.51%25.69%
HSB/HSV206°60.64%36.86%
CMYK60.64%26.60%0.00%
63.14%

Color #25455E in popluar number systems.

HEX25455E
Decimal376994
Binary10010110001011011110
Octal45105136

Shades and tints

Shades of #25455E

#25455E
(37,69,94)
#223F56
(34,63,86)
#1F394E
(31,57,78)
#1C3346
(28,51,70)
#192D3E
(25,45,62)
#162736
(22,39,54)
#13212E
(19,33,46)
#101B26
(16,27,38)
#0D151E
(13,21,30)
#0A0F16
(10,15,22)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #25455E

#25455E
(37,69,94)
#38556C
(56,85,108)
#4B657A
(75,101,122)
#5E7588
(94,117,136)
#718596
(113,133,150)
#8495A4
(132,149,164)
#97A5B2
(151,165,178)
#AAB5C0
(170,181,192)
#BDC5CE
(189,197,206)
#D0D5DC
(208,213,220)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25455E; }

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

This text font color is #25455E.


Background Color

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

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

This div background color is #25455E.


Border color

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

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

This div border color is #25455E.


Opacity

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

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

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

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

This text has shadow with #25455E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25455E on black background.


Color preview on white background

This text has color #25455E on white background.



Black color preview on #25455E background

This text has black color on #25455E background.


White color preview on #25455E background

This text has white color on #25455E background.