COLOR #25474D

HEX: #25474D
RGB: (37,71,77)

Color info

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

RGB color model

#25474D color RGB value is (37,71,77).

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

RGB channels and saturation

R 37 of 255 = 15%
G 71 of 255 = 28%
B 77 of 255 = 30%

37
71
77

R + G + B ~ 24%. #25474D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 71 + 77 = 185 (100%)
R 37 of 185 ~ 20%
G 71 of 185 ~ 38.38%
B 77 of 185 ~ 41.62%

%20
%38.38
%41.62

CMYK color model

#25474D color CMYK value is (52,8,0,70).

  • cyan value is 51.95%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(52,8,0,70)
C52M8Y0K70 
(52%,8%,0%,70%)
(0.52/0.08/0.00/0.70)	

CMYK percentages

%51.95
%7.79
%0
%69.8

Codes

Color #25474D in popluar color models

25474D
RGB377177
HSL189°35.09%22.35%
HSB/HSV189°51.95%30.20%
CMYK51.95%7.79%0.00%
69.80%

Color #25474D in popluar number systems.

HEX25474D
Decimal377177
Binary10010110001111001101
Octal45107115

Shades and tints

Shades of #25474D

#25474D
(37,71,77)
#224146
(34,65,70)
#1F3B3F
(31,59,63)
#1C3538
(28,53,56)
#192F31
(25,47,49)
#16292A
(22,41,42)
#132323
(19,35,35)
#101D1C
(16,29,28)
#0D1715
(13,23,21)
#0A110E
(10,17,14)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #25474D

#25474D
(37,71,77)
#38575D
(56,87,93)
#4B676D
(75,103,109)
#5E777D
(94,119,125)
#71878D
(113,135,141)
#84979D
(132,151,157)
#97A7AD
(151,167,173)
#AAB7BD
(170,183,189)
#BDC7CD
(189,199,205)
#D0D7DD
(208,215,221)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25474D; }

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

This text font color is #25474D.


Background Color

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

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

This div background color is #25474D.


Border color

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

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

This div border color is #25474D.


Opacity

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

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

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

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

This text has shadow with #25474D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25474D on black background.


Color preview on white background

This text has color #25474D on white background.



Black color preview on #25474D background

This text has black color on #25474D background.


White color preview on #25474D background

This text has white color on #25474D background.