COLOR #252557

HEX: #252557 RGB: (37,37,87)

Color info

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

RGB color model

#252557 color RGB value is (37,37,87).

RGB: (37,37,87) (15%, 15%, 34%)

RGB channels and saturation

R 37 of 255 = 15%
G 37 of 255 = 15%
B 87 of 255 = 34%

37
37
87

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

Portions of RGB colors in percentages

R + G + B = 37 + 37 + 87 = 161 (100%)
R 37 of 161 ~ 22.98%
G 37 of 161 ~ 22.98%
B 87 of 161 ~ 54.04'%

%22.98
%22.98
%54.04

CMYK color model

#252557 color CMYK value is (57,57,0,66).

  • cyan value is 57.47%
  • magenta value is 57.47%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (57,57,0,66)
C57M57Y0K66 (57%, 57%, 0%, 66%)
(0.57 / 0.57 / 0.00 / 0.66)

CMYK percentages

%57.47
%57.47
%0
%65.88

Codes

Color #252557 in popluar color models

25 25 57
RGB 37 37 87
HSL 240° 40.32% 24.31%
HSB/HSV 240° 57.47% 34.12%
CMYK 57.47% 57.47% 0.00%
65.88%

Color #252557 in popluar number systems.

HEX 25 25 57
Decimal 37 37 87
Binary 100101 100101 1010111
Octal 45 45 127

Shades and tints

Shades of #252557

#252557
(37,37,87)
#222250
(34,34,80)
#1F1F49
(31,31,73)
#1C1C42
(28,28,66)
#19193B
(25,25,59)
#161634
(22,22,52)
#13132D
(19,19,45)
#101026
(16,16,38)
#0D0D1F
(13,13,31)
#0A0A18
(10,10,24)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #252557

#252557
(37,37,87)
#383866
(56,56,102)
#4B4B75
(75,75,117)
#5E5E84
(94,94,132)
#717193
(113,113,147)
#8484A2
(132,132,162)
#9797B1
(151,151,177)
#AAAAC0
(170,170,192)
#BDBDCF
(189,189,207)
#D0D0DE
(208,208,222)
#E3E3ED
(227,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252557 color. Also use rgb(37,37,87) instead hex code.

Text Font Color

.myTextColor { color: #252557; }

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

This text font color is #252557.

Background Color

.myBgColor { background-color: #252557; }

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

This div background color is #252557.

Border color

.myBorderColor { border: 1px solid #252557; }

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

This div border color is #252557.

Opacity

.myOpacity80 { color: #252557; opacity: 0.8; }

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

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

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

This text has shadow with #252557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252557.

Preview

Color preview on black background

This text has color #252557 on black background.


Color preview on white background

This text has color #252557 on white background.


Black color preview on #252557 background

This text has black color on #252557 background.


White color preview on #252557 background

This text has white color on #252557 background.


Related colors

Complementary color

Complementary color for #hex is #DADAA8.


I love getcolorcode.com