COLOR #25474B

HEX: #25474B
RGB: (37,71,75)

Color info

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

RGB color model

#25474B color RGB value is (37,71,75).

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

RGB channels and saturation

R 37 of 255 = 15%
G 71 of 255 = 28%
B 75 of 255 = 29%

37
71
75

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

Portions of RGB colors in percentages

R + G + B =
37 + 71 + 75 = 183 (100%)
R 37 of 183 ~ 20.22%
G 71 of 183 ~ 38.8%
B 75 of 183 ~ 40.98%

%20.22
%38.8
%40.98

CMYK color model

#25474B color CMYK value is (51,5,0,71).

  • cyan value is 50.67%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(51,5,0,71)
C51M5Y0K71 
(51%,5%,0%,71%)
(0.51/0.05/0.00/0.71)	

CMYK percentages

%50.67
%5.33
%0
%70.59

Codes

Color #25474B in popluar color models

25474B
RGB377175
HSL186°33.93%21.96%
HSB/HSV186°50.67%29.41%
CMYK50.67%5.33%0.00%
70.59%

Color #25474B in popluar number systems.

HEX25474B
Decimal377175
Binary10010110001111001011
Octal45107113

Shades and tints

Shades of #25474B

#25474B
(37,71,75)
#224145
(34,65,69)
#1F3B3F
(31,59,63)
#1C3539
(28,53,57)
#192F33
(25,47,51)
#16292D
(22,41,45)
#132327
(19,35,39)
#101D21
(16,29,33)
#0D171B
(13,23,27)
#0A1115
(10,17,21)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #25474B

#25474B
(37,71,75)
#38575B
(56,87,91)
#4B676B
(75,103,107)
#5E777B
(94,119,123)
#71878B
(113,135,139)
#84979B
(132,151,155)
#97A7AB
(151,167,171)
#AAB7BB
(170,183,187)
#BDC7CB
(189,199,203)
#D0D7DB
(208,215,219)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25474B; }

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

This text font color is #25474B.


Background Color

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

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

This div background color is #25474B.


Border color

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

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

This div border color is #25474B.


Opacity

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

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

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

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

This text has shadow with #25474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25474B on black background.


Color preview on white background

This text has color #25474B on white background.



Black color preview on #25474B background

This text has black color on #25474B background.


White color preview on #25474B background

This text has white color on #25474B background.