COLOR #253248

HEX: #253248
RGB: (37,50,72)

Color info

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

RGB color model

#253248 color RGB value is (37,50,72).

  • red value is 37;
  • green value is 50;
  • blue value is 72.
RGB:
(37,50,72)
(15%,20%,28%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 72 of 255 = 28%

37
50
72

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

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 72 = 159 (100%)
R 37 of 159 ~ 23.27%
G 50 of 159 ~ 31.45%
B 72 of 159 ~ 45.28%

%23.27
%31.45
%45.28

CMYK color model

#253248 color CMYK value is (49,31,0,72).

  • cyan value is 48.61%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(49,31,0,72)
C49M31Y0K72 
(49%,31%,0%,72%)
(0.49/0.31/0.00/0.72)	

CMYK percentages

%48.61
%30.56
%0
%71.76

Codes

Color #253248 in popluar color models

253248
RGB375072
HSL218°32.11%21.37%
HSB/HSV218°48.61%28.24%
CMYK48.61%30.56%0.00%
71.76%

Color #253248 in popluar number systems.

HEX253248
Decimal375072
Binary1001011100101001000
Octal4562110

Shades and tints

Shades of #253248

#253248
(37,50,72)
#222E42
(34,46,66)
#1F2A3C
(31,42,60)
#1C2636
(28,38,54)
#192230
(25,34,48)
#161E2A
(22,30,42)
#131A24
(19,26,36)
#10161E
(16,22,30)
#0D1218
(13,18,24)
#0A0E12
(10,14,18)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #253248

#253248
(37,50,72)
#384458
(56,68,88)
#4B5668
(75,86,104)
#5E6878
(94,104,120)
#717A88
(113,122,136)
#848C98
(132,140,152)
#979EA8
(151,158,168)
#AAB0B8
(170,176,184)
#BDC2C8
(189,194,200)
#D0D4D8
(208,212,216)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253248; }

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

This text font color is #253248.


Background Color

.myBgColor { background-color: #253248; }

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

This div background color is #253248.


Border color

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

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

This div border color is #253248.


Opacity

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

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

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

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

This text has shadow with #253248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253248 on black background.


Color preview on white background

This text has color #253248 on white background.



Black color preview on #253248 background

This text has black color on #253248 background.


White color preview on #253248 background

This text has white color on #253248 background.