COLOR #25494D

HEX: #25494D
RGB: (37,73,77)

Color info

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

RGB color model

#25494D color RGB value is (37,73,77).

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

RGB channels and saturation

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

37
73
77

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

Portions of RGB colors in percentages

R + G + B =
37 + 73 + 77 = 187 (100%)
R 37 of 187 ~ 19.79%
G 73 of 187 ~ 39.04%
B 77 of 187 ~ 41.18%

%19.79
%39.04
%41.18

CMYK color model

#25494D color CMYK value is (52,5,0,70).

  • cyan value is 51.95%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(52,5,0,70)
C52M5Y0K70 
(52%,5%,0%,70%)
(0.52/0.05/0.00/0.70)	

CMYK percentages

%51.95
%5.19
%0
%69.8

Codes

Color #25494D in popluar color models

25494D
RGB377377
HSL186°35.09%22.35%
HSB/HSV186°51.95%30.20%
CMYK51.95%5.19%0.00%
69.80%

Color #25494D in popluar number systems.

HEX25494D
Decimal377377
Binary10010110010011001101
Octal45111115

Shades and tints

Shades of #25494D

#25494D
(37,73,77)
#224346
(34,67,70)
#1F3D3F
(31,61,63)
#1C3738
(28,55,56)
#193131
(25,49,49)
#162B2A
(22,43,42)
#132523
(19,37,35)
#101F1C
(16,31,28)
#0D1915
(13,25,21)
#0A130E
(10,19,14)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #25494D

#25494D
(37,73,77)
#38595D
(56,89,93)
#4B696D
(75,105,109)
#5E797D
(94,121,125)
#71898D
(113,137,141)
#84999D
(132,153,157)
#97A9AD
(151,169,173)
#AAB9BD
(170,185,189)
#BDC9CD
(189,201,205)
#D0D9DD
(208,217,221)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25494D; }

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

This text font color is #25494D.


Background Color

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

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

This div background color is #25494D.


Border color

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

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

This div border color is #25494D.


Opacity

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

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

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

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

This text has shadow with #25494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25494D on black background.


Color preview on white background

This text has color #25494D on white background.



Black color preview on #25494D background

This text has black color on #25494D background.


White color preview on #25494D background

This text has white color on #25494D background.