HEX: #25584C
RGB: (37,88,76)
#25584C contains red, green and blue colors in about the same proportion. Web safe color of #25584C is #336633 (or #363).
#25584C color RGB value is (37,88,76).
RGB: (37,88,76)
(15%, 35%, 30%)
R 37 of 255 = 15%
G 88 of 255 = 35%
B 76 of 255 = 30%
R + G + B ~ 27%. #25584C is quite dark color.
R + G + B = 37 + 88 + 76 = 201 (100%)
R 37 of 201 ~ 18.41%
G 88 of 201 ~ 43.78%
B 76 of 201 ~ 37.81'%
#25584C color CMYK value is (58,0,14,65).
CMYK: (58,0,14,65) C58M0Y14K65 (58%,0%,14%,65%) (0.58/0.00/0.14/0.65)
Color #25584C in popluar color models
25 | 58 | 4C | |
---|---|---|---|
RGB | 37 | 88 | 76 |
HSL | 166° | 40.80% | 24.51% |
HSB/HSV | 166° | 57.95% | 34.51% |
CMYK | 57.95% | 0.00% | 13.64% |
65.49% |
Color #25584C in popluar number systems.
HEX | 25 | 58 | 4C |
Decimal | 37 | 88 | 76 |
Binary | 100101 | 1011000 | 1001100 |
Octal | 45 | 130 | 114 |
Shades of #25584C
Tints of #25584C
Examples of css and html codes for elements with #25584C color. Also use rgb(37,88,76) instead hex code.
.myTextColor { color: #25584C; }
<p style="color:#25584C">This sample text font color is #25584C.</p>
This text font color is #25584C.
.myBgColor { background-color: #25584C; }
<div style="background-color:#25584C">Inner text</div>
This div background color is #25584C.
.myBorderColor { border: 1px solid #25584C; }
<div style="border:3px solid #25584C">Div</div>
This div border color is #25584C.
.myOpacity80 { color: #25584C; opacity: 0.8; }
<p style="color:#25584C;opacity:0.8;">80%</p>
Text with #25584C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #25584C;}
<p style="text-shadow: 3px 3px 1px #25584C">Text here.</p>
This text has shadow with #25584C color.
.textShadow {text-shadow: 3px 3px 1px #25584C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #25584C, 5px 5px 20px red">Text here.</p>
This text has shadow with #25584C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25584C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#25584C, Direction=45, Strength=4)">Text</p>
This text has shadow with #25584C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #25584C;
-webkit-box-shadow: 1px 1px 3px 2px #25584C;
box-shadow: 1px 1px 3px 2px #25584C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25584C; -webkit-box-shadow: 1px 1px 3px 2px #25584C; box-shadow:1px 1px 3px 2px #25584C;">
Div content here
</div>
This text has color #25584C on black background.
This text has color #25584C on white background.
This text has black color on #25584C background.
This text has white color on #25584C background.
Complementary color for #hex is #DAA7B3.