COLOR #25524F

HEX: #25524F
RGB: (37,82,79)

Color info

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

RGB color model

#25524F color RGB value is (37,82,79).

  • red value is 37;
  • green value is 82;
  • blue value is 79.
RGB:
(37,82,79)
(15%,32%,31%)

RGB channels and saturation

R 37 of 255 = 15%
G 82 of 255 = 32%
B 79 of 255 = 31%

37
82
79

R + G + B ~ 26%. #25524F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 82 + 79 = 198 (100%)
R 37 of 198 ~ 18.69%
G 82 of 198 ~ 41.41%
B 79 of 198 ~ 39.9%

%18.69
%41.41
%39.9

CMYK color model

#25524F color CMYK value is (55,0,4,68).

  • cyan value is 54.88%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 67.84%
CMYK:
(55,0,4,68)
C55M0Y4K68 
(55%,0%,4%,68%)
(0.55/0.00/0.04/0.68)	

CMYK percentages

%54.88
%0
%3.66
%67.84

Codes

Color #25524F in popluar color models

25524F
RGB378279
HSL176°37.82%23.33%
HSB/HSV176°54.88%32.16%
CMYK54.88%0.00%3.66%
67.84%

Color #25524F in popluar number systems.

HEX25524F
Decimal378279
Binary10010110100101001111
Octal45122117

Shades and tints

Shades of #25524F

#25524F
(37,82,79)
#224B48
(34,75,72)
#1F4441
(31,68,65)
#1C3D3A
(28,61,58)
#193633
(25,54,51)
#162F2C
(22,47,44)
#132825
(19,40,37)
#10211E
(16,33,30)
#0D1A17
(13,26,23)
#0A1310
(10,19,16)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #25524F

#25524F
(37,82,79)
#38615F
(56,97,95)
#4B706F
(75,112,111)
#5E7F7F
(94,127,127)
#718E8F
(113,142,143)
#849D9F
(132,157,159)
#97ACAF
(151,172,175)
#AABBBF
(170,187,191)
#BDCACF
(189,202,207)
#D0D9DF
(208,217,223)
#E3E8EF
(227,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25524F color. Also use rgb(37,82,79) instead hex code.

Text Font Color

.myTextColor { color: #25524F; }

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

This text font color is #25524F.


Background Color

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

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

This div background color is #25524F.


Border color

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

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

This div border color is #25524F.


Opacity

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

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

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

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

This text has shadow with #25524F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25524F on black background.


Color preview on white background

This text has color #25524F on white background.



Black color preview on #25524F background

This text has black color on #25524F background.


White color preview on #25524F background

This text has white color on #25524F background.