COLOR #25264B

HEX: #25264B
RGB: (37,38,75)

Color info

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

RGB color model

#25264B color RGB value is (37,38,75).

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

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 75 of 255 = 29%

37
38
75

R + G + B ~ 20%. #25264B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 38 + 75 = 150 (100%)
R 37 of 150 ~ 24.67%
G 38 of 150 ~ 25.33%
B 75 of 150 ~ 50%

%24.67
%25.33
%50

CMYK color model

#25264B color CMYK value is (51,49,0,71).

  • cyan value is 50.67%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(51,49,0,71)
C51M49Y0K71 
(51%,49%,0%,71%)
(0.51/0.49/0.00/0.71)	

CMYK percentages

%50.67
%49.33
%0
%70.59

Codes

Color #25264B in popluar color models

25264B
RGB373875
HSL238°33.93%21.96%
HSB/HSV238°50.67%29.41%
CMYK50.67%49.33%0.00%
70.59%

Color #25264B in popluar number systems.

HEX25264B
Decimal373875
Binary1001011001101001011
Octal4546113

Shades and tints

Shades of #25264B

#25264B
(37,38,75)
#222345
(34,35,69)
#1F203F
(31,32,63)
#1C1D39
(28,29,57)
#191A33
(25,26,51)
#16172D
(22,23,45)
#131427
(19,20,39)
#101121
(16,17,33)
#0D0E1B
(13,14,27)
#0A0B15
(10,11,21)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #25264B

#25264B
(37,38,75)
#38395B
(56,57,91)
#4B4C6B
(75,76,107)
#5E5F7B
(94,95,123)
#71728B
(113,114,139)
#84859B
(132,133,155)
#9798AB
(151,152,171)
#AAABBB
(170,171,187)
#BDBECB
(189,190,203)
#D0D1DB
(208,209,219)
#E3E4EB
(227,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25264B; }

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

This text font color is #25264B.


Background Color

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

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

This div background color is #25264B.


Border color

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

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

This div border color is #25264B.


Opacity

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

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

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

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

This text has shadow with #25264B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25264B on black background.


Color preview on white background

This text has color #25264B on white background.



Black color preview on #25264B background

This text has black color on #25264B background.


White color preview on #25264B background

This text has white color on #25264B background.