COLOR #25574E

HEX: #25574E
RGB: (37,87,78)

Color info

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

RGB color model

#25574E color RGB value is (37,87,78).

  • red value is 37;
  • green value is 87;
  • blue value is 78.
RGB:
(37,87,78)
(15%,34%,31%)

RGB channels and saturation

R 37 of 255 = 15%
G 87 of 255 = 34%
B 78 of 255 = 31%

37
87
78

R + G + B ~ 27%. #25574E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 87 + 78 = 202 (100%)
R 37 of 202 ~ 18.32%
G 87 of 202 ~ 43.07%
B 78 of 202 ~ 38.61%

%18.32
%43.07
%38.61

CMYK color model

#25574E color CMYK value is (57,0,10,66).

  • cyan value is 57.47%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(57,0,10,66)
C57M0Y10K66 
(57%,0%,10%,66%)
(0.57/0.00/0.10/0.66)	

CMYK percentages

%57.47
%0
%10.34
%65.88

Codes

Color #25574E in popluar color models

25574E
RGB378778
HSL169°40.32%24.31%
HSB/HSV169°57.47%34.12%
CMYK57.47%0.00%10.34%
65.88%

Color #25574E in popluar number systems.

HEX25574E
Decimal378778
Binary10010110101111001110
Octal45127116

Shades and tints

Shades of #25574E

#25574E
(37,87,78)
#225047
(34,80,71)
#1F4940
(31,73,64)
#1C4239
(28,66,57)
#193B32
(25,59,50)
#16342B
(22,52,43)
#132D24
(19,45,36)
#10261D
(16,38,29)
#0D1F16
(13,31,22)
#0A180F
(10,24,15)
#071108
(7,17,8)
#000000
(0,0,0)

Tints of #25574E

#25574E
(37,87,78)
#38665E
(56,102,94)
#4B756E
(75,117,110)
#5E847E
(94,132,126)
#71938E
(113,147,142)
#84A29E
(132,162,158)
#97B1AE
(151,177,174)
#AAC0BE
(170,192,190)
#BDCFCE
(189,207,206)
#D0DEDE
(208,222,222)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25574E color. Also use rgb(37,87,78) instead hex code.

Text Font Color

.myTextColor { color: #25574E; }

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

This text font color is #25574E.


Background Color

.myBgColor { background-color: #25574E; }

<div style="background-color:#25574E">Inner text</div>

This div background color is #25574E.


Border color

.myBorderColor { border: 1px solid #25574E; }

<div style="border:3px solid #25574E">Div</div>

This div border color is #25574E.


Opacity

.myOpacity80 { color: #25574E; opacity: 0.8; }

<p style="color:#25574E;opacity:0.8;">80%</p>

Text with #25574E 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 #25574E;}

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

This text has shadow with #25574E color.

.textShadow {text-shadow: 3px 3px 1px #25574E, 3px 3px 1px red;}

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

This text has shadow with #25574E primary color and red secondary color.


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

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

This text has shadow with #25574E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25574E on black background.


Color preview on white background

This text has color #25574E on white background.



Black color preview on #25574E background

This text has black color on #25574E background.


White color preview on #25574E background

This text has white color on #25574E background.