COLOR #252D4E

HEX: #252D4E RGB: (37,45,78)

Color info

#252D4E contains red, green and blue colors in about the same proportion. Web safe color of #252D4E is #333366 (or #336).

RGB color model

#252D4E color RGB value is (37,45,78).

RGB: (37,45,78) (15%, 18%, 31%)

RGB channels and saturation

R 37 of 255 = 15%
G 45 of 255 = 18%
B 78 of 255 = 31%

37
45
78

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

Portions of RGB colors in percentages

R + G + B = 37 + 45 + 78 = 160 (100%)
R 37 of 160 ~ 23.13%
G 45 of 160 ~ 28.13%
B 78 of 160 ~ 48.75'%

%23.13
%28.13
%48.75

CMYK color model

#252D4E color CMYK value is (53,42,0,69).

  • cyan value is 52.56%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (53,42,0,69)
C53M42Y0K69 (53%, 42%, 0%, 69%)
(0.53 / 0.42 / 0.00 / 0.69)

CMYK percentages

%52.56
%42.31
%0
%69.41

Codes

Color #252D4E in popluar color models

25 2D 4E
RGB 37 45 78
HSL 228° 35.65% 22.55%
HSB/HSV 228° 52.56% 30.59%
CMYK 52.56% 42.31% 0.00%
69.41%

Color #252D4E in popluar number systems.

HEX 25 2D 4E
Decimal 37 45 78
Binary 100101 101101 1001110
Octal 45 55 116

Shades and tints

Shades of #252D4E

#252D4E
(37,45,78)
#222947
(34,41,71)
#1F2540
(31,37,64)
#1C2139
(28,33,57)
#191D32
(25,29,50)
#16192B
(22,25,43)
#131524
(19,21,36)
#10111D
(16,17,29)
#0D0D16
(13,13,22)
#0A090F
(10,9,15)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #252D4E

#252D4E
(37,45,78)
#38405E
(56,64,94)
#4B536E
(75,83,110)
#5E667E
(94,102,126)
#71798E
(113,121,142)
#848C9E
(132,140,158)
#979FAE
(151,159,174)
#AAB2BE
(170,178,190)
#BDC5CE
(189,197,206)
#D0D8DE
(208,216,222)
#E3EBEE
(227,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252D4E color. Also use rgb(37,45,78) instead hex code.

Text Font Color

.myTextColor { color: #252D4E; }

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

This text font color is #252D4E.

Background Color

.myBgColor { background-color: #252D4E; }

<div style="background-color:#252D4E">Inner text</div>

This div background color is #252D4E.

Border color

.myBorderColor { border: 1px solid #252D4E; }

<div style="border:3px solid #252D4E">Div</div>

This div border color is #252D4E.

Opacity

.myOpacity80 { color: #252D4E; opacity: 0.8; }

<p style="color:#252D4E;opacity:0.8;">80%</p>

Text with #252D4E 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 #252D4E;}

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

This text has shadow with #252D4E color.


.textShadow {text-shadow: 3px 3px 1px #252D4E', 3px 3px 1px red;}

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

This text has shadow with #252D4E primary color and red secondary color.


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

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

This text has shadow with #252D4E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #252D4E; -webkit-box-shadow: 1px 1px 3px 2px #252D4E; box-shadow:1px 1px 3px 2px #252D4E;">
Div content here
</div>

This div box has shadow with color #252D4E.

Preview

Color preview on black background

This text has color #252D4E on black background.


Color preview on white background

This text has color #252D4E on white background.


Black color preview on #252D4E background

This text has black color on #252D4E background.


White color preview on #252D4E background

This text has white color on #252D4E background.


Related colors

Complementary color

Complementary color for #hex is #DAD2B1.


I love getcolorcode.com

Triadic colors

1 #4E252D and #2D4E25 with #252D4E are triadic colors.

2 #4E2D25 and #2D254E with #252D4E are triadic colors.