COLOR #25565E

HEX: #25565E
RGB: (37,86,94)

Color info

#25565E contains red, green and blue colors in about the same proportion. Web safe color of #25565E is #336666 (or #366).

RGB color model

#25565E color RGB value is (37,86,94).

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

RGB channels and saturation

R 37 of 255 = 15%
G 86 of 255 = 34%
B 94 of 255 = 37%

37
86
94

R + G + B ~ 29%. #25565E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 86 + 94 = 217 (100%)
R 37 of 217 ~ 17.05%
G 86 of 217 ~ 39.63%
B 94 of 217 ~ 43.32%

%17.05
%39.63
%43.32

CMYK color model

#25565E color CMYK value is (61,9,0,63).

  • cyan value is 60.64%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(61,9,0,63)
C61M9Y0K63 
(61%,9%,0%,63%)
(0.61/0.09/0.00/0.63)	

CMYK percentages

%60.64
%8.51
%0
%63.14

Codes

Color #25565E in popluar color models

25565E
RGB378694
HSL188°43.51%25.69%
HSB/HSV188°60.64%36.86%
CMYK60.64%8.51%0.00%
63.14%

Color #25565E in popluar number systems.

HEX25565E
Decimal378694
Binary10010110101101011110
Octal45126136

Shades and tints

Shades of #25565E

#25565E
(37,86,94)
#224F56
(34,79,86)
#1F484E
(31,72,78)
#1C4146
(28,65,70)
#193A3E
(25,58,62)
#163336
(22,51,54)
#132C2E
(19,44,46)
#102526
(16,37,38)
#0D1E1E
(13,30,30)
#0A1716
(10,23,22)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #25565E

#25565E
(37,86,94)
#38656C
(56,101,108)
#4B747A
(75,116,122)
#5E8388
(94,131,136)
#719296
(113,146,150)
#84A1A4
(132,161,164)
#97B0B2
(151,176,178)
#AABFC0
(170,191,192)
#BDCECE
(189,206,206)
#D0DDDC
(208,221,220)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25565E; }

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

This text font color is #25565E.


Background Color

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

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

This div background color is #25565E.


Border color

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

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

This div border color is #25565E.


Opacity

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

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

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

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

This text has shadow with #25565E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25565E on black background.


Color preview on white background

This text has color #25565E on white background.



Black color preview on #25565E background

This text has black color on #25565E background.


White color preview on #25565E background

This text has white color on #25565E background.