COLOR #25565F

HEX: #25565F RGB: (37,86,95)

Color info

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

RGB color model

#25565F color RGB value is (37,86,95).

RGB: (37,86,95) (15%, 34%, 37%)

RGB channels and saturation

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

37
86
95

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

Portions of RGB colors in percentages

R + G + B = 37 + 86 + 95 = 218 (100%)
R 37 of 218 ~ 16.97%
G 86 of 218 ~ 39.45%
B 95 of 218 ~ 43.58'%

%16.97
%39.45
%43.58

CMYK color model

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

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

CMYK percentages

%61.05
%9.47
%0
%62.75

Codes

Color #25565F in popluar color models

25 56 5F
RGB 37 86 95
HSL 189° 43.94% 25.88%
HSB/HSV 189° 61.05% 37.25%
CMYK 61.05% 9.47% 0.00%
62.75%

Color #25565F in popluar number systems.

HEX 25 56 5F
Decimal 37 86 95
Binary 100101 1010110 1011111
Octal 45 126 137

Shades and tints

Shades of #25565F

#25565F
(37,86,95)
#224F57
(34,79,87)
#1F484F
(31,72,79)
#1C4147
(28,65,71)
#193A3F
(25,58,63)
#163337
(22,51,55)
#132C2F
(19,44,47)
#102527
(16,37,39)
#0D1E1F
(13,30,31)
#0A1717
(10,23,23)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #25565F

#25565F
(37,86,95)
#38656D
(56,101,109)
#4B747B
(75,116,123)
#5E8389
(94,131,137)
#719297
(113,146,151)
#84A1A5
(132,161,165)
#97B0B3
(151,176,179)
#AABFC1
(170,191,193)
#BDCECF
(189,206,207)
#D0DDDD
(208,221,221)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25565F; }

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

This text font color is #25565F.

Background Color

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

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

This div background color is #25565F.

Border color

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

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

This div border color is #25565F.

Opacity

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

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

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

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

This text has shadow with #25565F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25565F.

Preview

Color preview on black background

This text has color #25565F on black background.


Color preview on white background

This text has color #25565F on white background.


Black color preview on #25565F background

This text has black color on #25565F background.


White color preview on #25565F background

This text has white color on #25565F background.


Related colors

Complementary color

Complementary color for #hex is #DAA9A0.


I love getcolorcode.com

Triadic colors

1 #5F2556 and #565F25 with #25565F are triadic colors.

2 #5F5625 and #56255F with #25565F are triadic colors.