COLOR #25374A

HEX: #25374A
RGB: (37,55,74)

Color info

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

RGB color model

#25374A color RGB value is (37,55,74).

  • red value is 37;
  • green value is 55;
  • blue value is 74.
RGB:
(37,55,74)
(15%,22%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 74 of 255 = 29%

37
55
74

R + G + B ~ 22%. #25374A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 55 + 74 = 166 (100%)
R 37 of 166 ~ 22.29%
G 55 of 166 ~ 33.13%
B 74 of 166 ~ 44.58%

%22.29
%33.13
%44.58

CMYK color model

#25374A color CMYK value is (50,26,0,71).

  • cyan value is 50.00%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(50,26,0,71)
C50M26Y0K71 
(50%,26%,0%,71%)
(0.50/0.26/0.00/0.71)	

CMYK percentages

%50
%25.68
%0
%70.98

Codes

Color #25374A in popluar color models

25374A
RGB375574
HSL211°33.33%21.76%
HSB/HSV211°50.00%29.02%
CMYK50.00%25.68%0.00%
70.98%

Color #25374A in popluar number systems.

HEX25374A
Decimal375574
Binary1001011101111001010
Octal4567112

Shades and tints

Shades of #25374A

#25374A
(37,55,74)
#223244
(34,50,68)
#1F2D3E
(31,45,62)
#1C2838
(28,40,56)
#192332
(25,35,50)
#161E2C
(22,30,44)
#131926
(19,25,38)
#101420
(16,20,32)
#0D0F1A
(13,15,26)
#0A0A14
(10,10,20)
#07050E
(7,5,14)
#000000
(0,0,0)

Tints of #25374A

#25374A
(37,55,74)
#38495A
(56,73,90)
#4B5B6A
(75,91,106)
#5E6D7A
(94,109,122)
#717F8A
(113,127,138)
#84919A
(132,145,154)
#97A3AA
(151,163,170)
#AAB5BA
(170,181,186)
#BDC7CA
(189,199,202)
#D0D9DA
(208,217,218)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25374A color. Also use rgb(37,55,74) instead hex code.

Text Font Color

.myTextColor { color: #25374A; }

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

This text font color is #25374A.


Background Color

.myBgColor { background-color: #25374A; }

<div style="background-color:#25374A">Inner text</div>

This div background color is #25374A.


Border color

.myBorderColor { border: 1px solid #25374A; }

<div style="border:3px solid #25374A">Div</div>

This div border color is #25374A.


Opacity

.myOpacity80 { color: #25374A; opacity: 0.8; }

<p style="color:#25374A;opacity:0.8;">80%</p>

Text with #25374A 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 #25374A;}

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

This text has shadow with #25374A color.

.textShadow {text-shadow: 3px 3px 1px #25374A, 3px 3px 1px red;}

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

This text has shadow with #25374A primary color and red secondary color.


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

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

This text has shadow with #25374A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25374A on black background.


Color preview on white background

This text has color #25374A on white background.



Black color preview on #25374A background

This text has black color on #25374A background.


White color preview on #25374A background

This text has white color on #25374A background.