COLOR #25494C

HEX: #25494C
RGB: (37,73,76)

Color info

#25494C contains red, green and blue colors in about the same proportion. Web safe color of #25494C is #333333 (or #333).

RGB color model

#25494C color RGB value is (37,73,76).

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

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 76 of 255 = 30%

37
73
76

R + G + B ~ 25%. #25494C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 73 + 76 = 186 (100%)
R 37 of 186 ~ 19.89%
G 73 of 186 ~ 39.25%
B 76 of 186 ~ 40.86%

%19.89
%39.25
%40.86

CMYK color model

#25494C color CMYK value is (51,4,0,70).

  • cyan value is 51.32%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(51,4,0,70)
C51M4Y0K70 
(51%,4%,0%,70%)
(0.51/0.04/0.00/0.70)	

CMYK percentages

%51.32
%3.95
%0
%70.2

Codes

Color #25494C in popluar color models

25494C
RGB377376
HSL185°34.51%22.16%
HSB/HSV185°51.32%29.80%
CMYK51.32%3.95%0.00%
70.20%

Color #25494C in popluar number systems.

HEX25494C
Decimal377376
Binary10010110010011001100
Octal45111114

Shades and tints

Shades of #25494C

#25494C
(37,73,76)
#224346
(34,67,70)
#1F3D40
(31,61,64)
#1C373A
(28,55,58)
#193134
(25,49,52)
#162B2E
(22,43,46)
#132528
(19,37,40)
#101F22
(16,31,34)
#0D191C
(13,25,28)
#0A1316
(10,19,22)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #25494C

#25494C
(37,73,76)
#38595C
(56,89,92)
#4B696C
(75,105,108)
#5E797C
(94,121,124)
#71898C
(113,137,140)
#84999C
(132,153,156)
#97A9AC
(151,169,172)
#AAB9BC
(170,185,188)
#BDC9CC
(189,201,204)
#D0D9DC
(208,217,220)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25494C; }

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

This text font color is #25494C.


Background Color

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

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

This div background color is #25494C.


Border color

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

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

This div border color is #25494C.


Opacity

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

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

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

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

This text has shadow with #25494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25494C on black background.


Color preview on white background

This text has color #25494C on white background.



Black color preview on #25494C background

This text has black color on #25494C background.


White color preview on #25494C background

This text has white color on #25494C background.