COLOR #25574C

HEX: #25574C
RGB: (37,87,76)

Color info

#25574C contains red, green and blue colors in about the same proportion. Web safe color of #25574C is #336633 (or #363).

RGB color model

#25574C color RGB value is (37,87,76).

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

RGB channels and saturation

R 37 of 255 = 15%
G 87 of 255 = 34%
B 76 of 255 = 30%

37
87
76

R + G + B ~ 26%. #25574C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 87 + 76 = 200 (100%)
R 37 of 200 ~ 18.5%
G 87 of 200 ~ 43.5%
B 76 of 200 ~ 38%

%18.5
%43.5
%38

CMYK color model

#25574C color CMYK value is (57,0,13,66).

  • cyan value is 57.47%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK:
(57,0,13,66)
C57M0Y13K66 
(57%,0%,13%,66%)
(0.57/0.00/0.13/0.66)	

CMYK percentages

%57.47
%0
%12.64
%65.88

Codes

Color #25574C in popluar color models

25574C
RGB378776
HSL167°40.32%24.31%
HSB/HSV167°57.47%34.12%
CMYK57.47%0.00%12.64%
65.88%

Color #25574C in popluar number systems.

HEX25574C
Decimal378776
Binary10010110101111001100
Octal45127114

Shades and tints

Shades of #25574C

#25574C
(37,87,76)
#225046
(34,80,70)
#1F4940
(31,73,64)
#1C423A
(28,66,58)
#193B34
(25,59,52)
#16342E
(22,52,46)
#132D28
(19,45,40)
#102622
(16,38,34)
#0D1F1C
(13,31,28)
#0A1816
(10,24,22)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #25574C

#25574C
(37,87,76)
#38665C
(56,102,92)
#4B756C
(75,117,108)
#5E847C
(94,132,124)
#71938C
(113,147,140)
#84A29C
(132,162,156)
#97B1AC
(151,177,172)
#AAC0BC
(170,192,188)
#BDCFCC
(189,207,204)
#D0DEDC
(208,222,220)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25574C; }

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

This text font color is #25574C.


Background Color

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

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

This div background color is #25574C.


Border color

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

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

This div border color is #25574C.


Opacity

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

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

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

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

This text has shadow with #25574C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25574C on black background.


Color preview on white background

This text has color #25574C on white background.



Black color preview on #25574C background

This text has black color on #25574C background.


White color preview on #25574C background

This text has white color on #25574C background.