COLOR #25597B

HEX: #25597B RGB: (37,89,123)

Color info

#25597B contains mainly green and blue colors. Web safe color of #25597B is #336666 (or #366).

RGB color model

#25597B color RGB value is (37,89,123).

RGB: (37,89,123) (15%, 35%, 48%)

RGB channels and saturation

R 37 of 255 = 15%
G 89 of 255 = 35%
B 123 of 255 = 48%

37
89
123

R + G + B ~ 33%. #25597B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 89 + 123 = 249 (100%)
R 37 of 249 ~ 14.86%
G 89 of 249 ~ 35.74%
B 123 of 249 ~ 49.4'%

%14.86
%35.74
%49.4

CMYK color model

#25597B color CMYK value is (70,28,0,52).

  • cyan value is 69.92%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (70,28,0,52) C70M28Y0K52 (70%,28%,0%,52%) (0.70/0.28/0.00/0.52) 

CMYK percentages

%69.92
%27.64
%0
%51.76

Codes

Color #25597B in popluar color models

25 59 7B
RGB 37 89 123
HSL 204° 53.75% 31.37%
HSB/HSV 204° 69.92% 48.24%
CMYK 69.92% 27.64% 0.00%
51.76%

Color #25597B in popluar number systems.

HEX 25 59 7B
Decimal 37 89 123
Binary 100101 1011001 1111011
Octal 45 131 173

Shades and tints

Shades of #25597B

#25597B
(37,89,123)
#225170
(34,81,112)
#1F4965
(31,73,101)
#1C415A
(28,65,90)
#19394F
(25,57,79)
#163144
(22,49,68)
#132939
(19,41,57)
#10212E
(16,33,46)
#0D1923
(13,25,35)
#0A1118
(10,17,24)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #25597B

#25597B
(37,89,123)
#386887
(56,104,135)
#4B7793
(75,119,147)
#5E869F
(94,134,159)
#7195AB
(113,149,171)
#84A4B7
(132,164,183)
#97B3C3
(151,179,195)
#AAC2CF
(170,194,207)
#BDD1DB
(189,209,219)
#D0E0E7
(208,224,231)
#E3EFF3
(227,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25597B color. Also use rgb(37,89,123) instead hex code.

Text Font Color

.myTextColor { color: #25597B; }

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

This text font color is #25597B.

Background Color

.myBgColor { background-color: #25597B; }

<div style="background-color:#25597B">Inner text</div>

This div background color is #25597B.

Border color

.myBorderColor { border: 1px solid #25597B; }

<div style="border:3px solid #25597B">Div</div>

This div border color is #25597B.

Opacity

.myOpacity80 { color: #25597B; opacity: 0.8; }

<p style="color:#25597B;opacity:0.8;">80%</p>

Text with #25597B 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 #25597B;}

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

This text has shadow with #25597B color.


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

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

This text has shadow with #25597B primary color and red secondary color.


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

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

This text has shadow with #25597B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25597B.

Preview

Color preview on black background

This text has color #25597B on black background.


Color preview on white background

This text has color #25597B on white background.


Black color preview on #25597B background

This text has black color on #25597B background.


White color preview on #25597B background

This text has white color on #25597B background.


Related colors

Complementary color

Complementary color for #hex is #DAA684.


I love getcolorcode.com

Triadic colors

1 #7B2559 and #597B25 with #25597B are triadic colors.

2 #7B5925 and #59257B with #25597B are triadic colors.