COLOR #25344B

HEX: #25344B
RGB: (37,52,75)

Color info

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

RGB color model

#25344B color RGB value is (37,52,75).

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

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 75 of 255 = 29%

37
52
75

R + G + B ~ 21%. #25344B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 75 = 164 (100%)
R 37 of 164 ~ 22.56%
G 52 of 164 ~ 31.71%
B 75 of 164 ~ 45.73%

%22.56
%31.71
%45.73

CMYK color model

#25344B color CMYK value is (51,31,0,71).

  • cyan value is 50.67%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(51,31,0,71)
C51M31Y0K71 
(51%,31%,0%,71%)
(0.51/0.31/0.00/0.71)	

CMYK percentages

%50.67
%30.67
%0
%70.59

Codes

Color #25344B in popluar color models

25344B
RGB375275
HSL216°33.93%21.96%
HSB/HSV216°50.67%29.41%
CMYK50.67%30.67%0.00%
70.59%

Color #25344B in popluar number systems.

HEX25344B
Decimal375275
Binary1001011101001001011
Octal4564113

Shades and tints

Shades of #25344B

#25344B
(37,52,75)
#223045
(34,48,69)
#1F2C3F
(31,44,63)
#1C2839
(28,40,57)
#192433
(25,36,51)
#16202D
(22,32,45)
#131C27
(19,28,39)
#101821
(16,24,33)
#0D141B
(13,20,27)
#0A1015
(10,16,21)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #25344B

#25344B
(37,52,75)
#38465B
(56,70,91)
#4B586B
(75,88,107)
#5E6A7B
(94,106,123)
#717C8B
(113,124,139)
#848E9B
(132,142,155)
#97A0AB
(151,160,171)
#AAB2BB
(170,178,187)
#BDC4CB
(189,196,203)
#D0D6DB
(208,214,219)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25344B; }

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

This text font color is #25344B.


Background Color

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

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

This div background color is #25344B.


Border color

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

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

This div border color is #25344B.


Opacity

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

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

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

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

This text has shadow with #25344B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25344B on black background.


Color preview on white background

This text has color #25344B on white background.



Black color preview on #25344B background

This text has black color on #25344B background.


White color preview on #25344B background

This text has white color on #25344B background.