COLOR #25897F

HEX: #25897F
RGB: (37,137,127)

Color info

#25897F contains mainly green and blue colors. Web safe color of #25897F is #339966 (or #396).

RGB color model

#25897F color RGB value is (37,137,127).

  • red value is 37;
  • green value is 137;
  • blue value is 127.
RGB:
(37,137,127)
(15%,54%,50%)

RGB channels and saturation

R 37 of 255 = 15%
G 137 of 255 = 54%
B 127 of 255 = 50%

37
137
127

R + G + B ~ 40%. #25897F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 137 + 127 = 301 (100%)
R 37 of 301 ~ 12.29%
G 137 of 301 ~ 45.51%
B 127 of 301 ~ 42.19%

%12.29
%45.51
%42.19

CMYK color model

#25897F color CMYK value is (73,0,7,46).

  • cyan value is 72.99%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(73,0,7,46)
C73M0Y7K46 
(73%,0%,7%,46%)
(0.73/0.00/0.07/0.46)	

CMYK percentages

%72.99
%0
%7.3
%46.27

Codes

Color #25897F in popluar color models

25897F
RGB37137127
HSL174°57.47%34.12%
HSB/HSV174°72.99%53.73%
CMYK72.99%0.00%7.30%
46.27%

Color #25897F in popluar number systems.

HEX25897F
Decimal37137127
Binary100101100010011111111
Octal45211177

Shades and tints

Shades of #25897F

#25897F
(37,137,127)
#227D74
(34,125,116)
#1F7169
(31,113,105)
#1C655E
(28,101,94)
#195953
(25,89,83)
#164D48
(22,77,72)
#13413D
(19,65,61)
#103532
(16,53,50)
#0D2927
(13,41,39)
#0A1D1C
(10,29,28)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #25897F

#25897F
(37,137,127)
#38938A
(56,147,138)
#4B9D95
(75,157,149)
#5EA7A0
(94,167,160)
#71B1AB
(113,177,171)
#84BBB6
(132,187,182)
#97C5C1
(151,197,193)
#AACFCC
(170,207,204)
#BDD9D7
(189,217,215)
#D0E3E2
(208,227,226)
#E3EDED
(227,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25897F color. Also use rgb(37,137,127) instead hex code.

Text Font Color

.myTextColor { color: #25897F; }

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

This text font color is #25897F.


Background Color

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

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

This div background color is #25897F.


Border color

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

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

This div border color is #25897F.


Opacity

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

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

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

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

This text has shadow with #25897F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25897F on black background.


Color preview on white background

This text has color #25897F on white background.



Black color preview on #25897F background

This text has black color on #25897F background.


White color preview on #25897F background

This text has white color on #25897F background.