HEX: #25597B
RGB: (37,89,123)
#25597B contains mainly green and blue colors. Web safe color of #25597B is #336666 (or #366).
#25597B color RGB value is (37,89,123).
RGB: (37,89,123)
(15%, 35%, 48%)
R 37 of 255 = 15%
G 89 of 255 = 35%
B 123 of 255 = 48%
R + G + B ~ 33%. #25597B is quite dark color.
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'%
#25597B color CMYK value is (70,28,0,52).
CMYK: (70,28,0,52) C70M28Y0K52 (70%,28%,0%,52%) (0.70/0.28/0.00/0.52)
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 of #25597B
Tints of #25597B
Examples of css and html codes for elements with #25597B color. Also use rgb(37,89,123) instead hex code.
.myTextColor { color: #25597B; }
<p style="color:#25597B">This sample text font color is #25597B.</p>
This text font color is #25597B.
.myBgColor { background-color: #25597B; }
<div style="background-color:#25597B">Inner text</div>
This div background color is #25597B.
.myBorderColor { border: 1px solid #25597B; }
<div style="border:3px solid #25597B">Div</div>
This div border color is #25597B.
.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%.
.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.
/* 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 text has color #25597B on black background.
This text has color #25597B on white background.
This text has black color on #25597B background.
This text has white color on #25597B background.
Complementary color for #hex is #DAA684.