COLOR #253F57

HEX: #253F57
RGB: (37,63,87)

Color info

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

RGB color model

#253F57 color RGB value is (37,63,87).

  • red value is 37;
  • green value is 63;
  • blue value is 87.
RGB:
(37,63,87)
(15%,25%,34%)

RGB channels and saturation

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

37
63
87

R + G + B ~ 25%. #253F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 63 + 87 = 187 (100%)
R 37 of 187 ~ 19.79%
G 63 of 187 ~ 33.69%
B 87 of 187 ~ 46.52%

%19.79
%33.69
%46.52

CMYK color model

#253F57 color CMYK value is (57,28,0,66).

  • cyan value is 57.47%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(57,28,0,66)
C57M28Y0K66 
(57%,28%,0%,66%)
(0.57/0.28/0.00/0.66)	

CMYK percentages

%57.47
%27.59
%0
%65.88

Codes

Color #253F57 in popluar color models

253F57
RGB376387
HSL209°40.32%24.31%
HSB/HSV209°57.47%34.12%
CMYK57.47%27.59%0.00%
65.88%

Color #253F57 in popluar number systems.

HEX253F57
Decimal376387
Binary1001011111111010111
Octal4577127

Shades and tints

Shades of #253F57

#253F57
(37,63,87)
#223A50
(34,58,80)
#1F3549
(31,53,73)
#1C3042
(28,48,66)
#192B3B
(25,43,59)
#162634
(22,38,52)
#13212D
(19,33,45)
#101C26
(16,28,38)
#0D171F
(13,23,31)
#0A1218
(10,18,24)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #253F57

#253F57
(37,63,87)
#385066
(56,80,102)
#4B6175
(75,97,117)
#5E7284
(94,114,132)
#718393
(113,131,147)
#8494A2
(132,148,162)
#97A5B1
(151,165,177)
#AAB6C0
(170,182,192)
#BDC7CF
(189,199,207)
#D0D8DE
(208,216,222)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253F57; }

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

This text font color is #253F57.


Background Color

.myBgColor { background-color: #253F57; }

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

This div background color is #253F57.


Border color

.myBorderColor { border: 1px solid #253F57; }

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

This div border color is #253F57.


Opacity

.myOpacity80 { color: #253F57; opacity: 0.8; }

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

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

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

This text has shadow with #253F57 color.

.textShadow {text-shadow: 3px 3px 1px #253F57, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253F57 on black background.


Color preview on white background

This text has color #253F57 on white background.



Black color preview on #253F57 background

This text has black color on #253F57 background.


White color preview on #253F57 background

This text has white color on #253F57 background.