COLOR #25444E

HEX: #25444E
RGB: (37,68,78)

Color info

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

RGB color model

#25444E color RGB value is (37,68,78).

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

RGB channels and saturation

R 37 of 255 = 15%
G 68 of 255 = 27%
B 78 of 255 = 31%

37
68
78

R + G + B ~ 24%. #25444E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 68 + 78 = 183 (100%)
R 37 of 183 ~ 20.22%
G 68 of 183 ~ 37.16%
B 78 of 183 ~ 42.62%

%20.22
%37.16
%42.62

CMYK color model

#25444E color CMYK value is (53,13,0,69).

  • cyan value is 52.56%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(53,13,0,69)
C53M13Y0K69 
(53%,13%,0%,69%)
(0.53/0.13/0.00/0.69)	

CMYK percentages

%52.56
%12.82
%0
%69.41

Codes

Color #25444E in popluar color models

25444E
RGB376878
HSL195°35.65%22.55%
HSB/HSV195°52.56%30.59%
CMYK52.56%12.82%0.00%
69.41%

Color #25444E in popluar number systems.

HEX25444E
Decimal376878
Binary10010110001001001110
Octal45104116

Shades and tints

Shades of #25444E

#25444E
(37,68,78)
#223E47
(34,62,71)
#1F3840
(31,56,64)
#1C3239
(28,50,57)
#192C32
(25,44,50)
#16262B
(22,38,43)
#132024
(19,32,36)
#101A1D
(16,26,29)
#0D1416
(13,20,22)
#0A0E0F
(10,14,15)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #25444E

#25444E
(37,68,78)
#38555E
(56,85,94)
#4B666E
(75,102,110)
#5E777E
(94,119,126)
#71888E
(113,136,142)
#84999E
(132,153,158)
#97AAAE
(151,170,174)
#AABBBE
(170,187,190)
#BDCCCE
(189,204,206)
#D0DDDE
(208,221,222)
#E3EEEE
(227,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25444E; }

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

This text font color is #25444E.


Background Color

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

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

This div background color is #25444E.


Border color

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

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

This div border color is #25444E.


Opacity

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

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

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

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

This text has shadow with #25444E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25444E on black background.


Color preview on white background

This text has color #25444E on white background.



Black color preview on #25444E background

This text has black color on #25444E background.


White color preview on #25444E background

This text has white color on #25444E background.