COLOR #25404B

HEX: #25404B
RGB: (37,64,75)

Color info

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

RGB color model

#25404B color RGB value is (37,64,75).

  • red value is 37;
  • green value is 64;
  • blue value is 75.
RGB:
(37,64,75)
(15%,25%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 64 of 255 = 25%
B 75 of 255 = 29%

37
64
75

R + G + B ~ 23%. #25404B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 64 + 75 = 176 (100%)
R 37 of 176 ~ 21.02%
G 64 of 176 ~ 36.36%
B 75 of 176 ~ 42.61%

%21.02
%36.36
%42.61

CMYK color model

#25404B color CMYK value is (51,15,0,71).

  • cyan value is 50.67%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(51,15,0,71)
C51M15Y0K71 
(51%,15%,0%,71%)
(0.51/0.15/0.00/0.71)	

CMYK percentages

%50.67
%14.67
%0
%70.59

Codes

Color #25404B in popluar color models

25404B
RGB376475
HSL197°33.93%21.96%
HSB/HSV197°50.67%29.41%
CMYK50.67%14.67%0.00%
70.59%

Color #25404B in popluar number systems.

HEX25404B
Decimal376475
Binary10010110000001001011
Octal45100113

Shades and tints

Shades of #25404B

#25404B
(37,64,75)
#223B45
(34,59,69)
#1F363F
(31,54,63)
#1C3139
(28,49,57)
#192C33
(25,44,51)
#16272D
(22,39,45)
#132227
(19,34,39)
#101D21
(16,29,33)
#0D181B
(13,24,27)
#0A1315
(10,19,21)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #25404B

#25404B
(37,64,75)
#38515B
(56,81,91)
#4B626B
(75,98,107)
#5E737B
(94,115,123)
#71848B
(113,132,139)
#84959B
(132,149,155)
#97A6AB
(151,166,171)
#AAB7BB
(170,183,187)
#BDC8CB
(189,200,203)
#D0D9DB
(208,217,219)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25404B color. Also use rgb(37,64,75) instead hex code.

Text Font Color

.myTextColor { color: #25404B; }

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

This text font color is #25404B.


Background Color

.myBgColor { background-color: #25404B; }

<div style="background-color:#25404B">Inner text</div>

This div background color is #25404B.


Border color

.myBorderColor { border: 1px solid #25404B; }

<div style="border:3px solid #25404B">Div</div>

This div border color is #25404B.


Opacity

.myOpacity80 { color: #25404B; opacity: 0.8; }

<p style="color:#25404B;opacity:0.8;">80%</p>

Text with #25404B 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 #25404B;}

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

This text has shadow with #25404B color.

.textShadow {text-shadow: 3px 3px 1px #25404B, 3px 3px 1px red;}

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

This text has shadow with #25404B primary color and red secondary color.


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

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

This text has shadow with #25404B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25404B on black background.


Color preview on white background

This text has color #25404B on white background.



Black color preview on #25404B background

This text has black color on #25404B background.


White color preview on #25404B background

This text has white color on #25404B background.